|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.pal.ObsPosition
public class ObsPosition
Position of Observer
Constructor Summary | |
---|---|
ObsPosition(double lon,
double lat,
double height)
Position of Observer |
|
ObsPosition(double lon,
double lat,
double height,
double rad)
Position of Observer |
Method Summary | |
---|---|
double |
getHeight()
Get the Height |
double |
getLatitude()
Get the latitude |
double |
getLongitude()
Get the longitude |
double |
getRad()
Get the radial velocity |
String |
toString()
Get the Observers position as a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObsPosition(double lon, double lat, double height)
lon
- Longitudelat
- Latitudeheight
- Heightpublic ObsPosition(double lon, double lat, double height, double rad)
lon
- Longitudelat
- Latitudeheight
- Heightrad
- Radial velocityMethod Detail |
---|
public double getLongitude()
public double getLatitude()
public double getHeight()
public double getRad()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |