uk.me.jstott.jcoord
Class ECEF

java.lang.Object
  extended by uk.me.jstott.jcoord.CoordinateSystem
      extended by uk.me.jstott.jcoord.ECEF

public class ECEF
extends CoordinateSystem

This class is part of the Jcoord package. Visit the Jcoord website for more information.

(c) 2006 Jonathan Stott

Created on 02-Apr-2006

Since:
1.1
Version:
1.1
Author:
Jonathan Stott

Constructor Summary
ECEF(double x, double y, double z)
           
ECEF(double x, double y, double z, Ellipsoid ellipsoid)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 LatLng toLatLng()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECEF

public ECEF(double x,
            double y,
            double z)

ECEF

public ECEF(double x,
            double y,
            double z,
            Ellipsoid ellipsoid)
Method Detail

toLatLng

public LatLng toLatLng()
Specified by:
toLatLng in class CoordinateSystem

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

setX

public void setX(double x)

setY

public void setY(double y)

setZ

public void setZ(double z)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object