public class ObsPosition
extends java.lang.Object
| Constructor and Description |
|---|
ObsPosition(double lon,
double lat,
double height)
Position of Observer
|
ObsPosition(double lon,
double lat,
double height,
double rad)
Position of Observer
|
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Get the Height
|
double |
getLatitude()
Get the latitude
|
double |
getLongitude()
Get the longitude
|
double |
getRad()
Get the radial velocity
|
java.lang.String |
toString()
Get the Observers position as a String
|
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 velocitypublic double getLongitude()
public double getLatitude()
public double getHeight()
public double getRad()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.