public class ObsPosition extends 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 
 | 
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()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.