public static class NOVAS.PositionOnSurface
extends java.lang.Object
Structure on_surface contains data for the observer's location on the surface of the Earth. The atmospheric parameters (temperature and pressure) are used only by the refraction function called from function equ2hor when ref_option = 2; dummy values can be used otherwise.
For more information, see NOVAS_C3.1_Guide.pdf, page C-42.
Modifier and Type | Field and Description |
---|---|
double |
height
Height of the observer in meters.
|
double |
latitude
Geodetic (ITRS) latitude; north positive in degrees.
|
double |
longitude
Geodetic (ITRS) longitude; east positive in degrees.
|
double |
pressure
Atmospheric pressure millibars.
|
double |
temperature
Temperature in degrees Celsius.
|
Constructor and Description |
---|
NOVAS.PositionOnSurface(double latitude,
double longitude,
double height,
double temperature,
double pressure)
Create initialized instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Dump attributes.
|
public double latitude
public double longitude
public double height
public double temperature
public double pressure