public class GroundStationPosition extends Object
| Constructor and Description |
|---|
GroundStationPosition(double latitude,
double longitude,
double heightAMSL) |
GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeightAMSL() |
int[] |
getHorizonElevations()
Returns a copy of the horizon elevations.
|
double |
getLatitude() |
double |
getLongitude() |
String |
getName() |
public GroundStationPosition(double latitude,
double longitude,
double heightAMSL)
latitude - the latitue of the ground station in degrees, North: positivelongitude - the longitude of the ground station in degrees, East: positiveheightAMSL - the height of te ground station above mean sea level, in
metrespublic GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name)
latitude - the latitue of the ground station in degrees, North: positivelongitude - the longitude of the ground station in degrees, East: positiveheightAMSL - the height of te ground station above mean sea level, in
metrespublic double getLatitude()
public double getLongitude()
public double getHeightAMSL()
public final int[] getHorizonElevations()
public String getName()
Copyright © 2014–2019. All rights reserved.