keps.math
Class Geodetic

java.lang.Object
  extended by keps.math.Geodetic

public class Geodetic
extends java.lang.Object


Constructor Summary
Geodetic()
           
Geodetic(double lat, double lon, double alt)
           
Geodetic(double lat, double lon, double alt, double theta)
           
 
Method Summary
 double getAlt()
           
 double getLat()
           
 double getLon()
           
 double getTheta()
           
 void setAlt(double alt)
           
 void setLat(double lat)
           
 void setLon(double lon)
           
 void setTheta(double theta)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Geodetic

public Geodetic(double lat,
                double lon,
                double alt)

Geodetic

public Geodetic(double lat,
                double lon,
                double alt,
                double theta)

Geodetic

public Geodetic()
Method Detail

getLat

public double getLat()

setLat

public void setLat(double lat)

getLon

public double getLon()

setLon

public void setLon(double lon)

getAlt

public double getAlt()

setAlt

public void setAlt(double alt)

getTheta

public double getTheta()

setTheta

public void setTheta(double theta)

toString

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