public interface Site
| Modifier and Type | Field and Description |
|---|---|
static double[] |
ALTITUDES
The altitudes of the known observatories in meters.
|
static double[] |
LATITUDES
The latitudes of the known observatories in degrees.
|
static double[] |
LONGITUDES
The longitudes of the known observatories in degrees, west is negativ.
|
static String[] |
OBSERVATORIES
Known observatories, names.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getElevation()
Gets the elevation above sea level of this site in meters.
|
double |
getLatitude()
Returns the latitude of this site.
|
double |
getLongitude()
Returns the longitude of this site.
|
void |
setElevation(double height)
Sets the elevation above sea level of this site in meters.
|
void |
setLatitude(double phi)
Sets the latitude of this site, in radians.
|
void |
setLongitude(double lambda)
Sets the longitude of this site, in radians.
|
static final String[] OBSERVATORIES
static final double[] LONGITUDES
static final double[] LATITUDES
static final double[] ALTITUDES
double getLongitude()
void setLongitude(double lambda)
double getLatitude()
void setLatitude(double phi)
double getElevation()
void setElevation(double height)