public class GroundStationPosition extends Object
| Constructor and Description |
|---|
GroundStationPosition(double latitude,
double longitude,
double heightAMSL) |
GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name) |
GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name,
int[] horizonElevations) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeightAMSL() |
int |
getHorizonElevation(int sector)
Returns the horizon elevation in degrees by 10 degree sector.
|
double |
getLatitude() |
double |
getLongitude() |
String |
getName() |
public GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name,
int[] horizonElevations)
latitude - the latitude of the ground station in degrees, North: positivelongitude - the longitude of the ground station in degrees, East: positiveheightAMSL - the height of the ground station above mean sea level, in metresname - the name of the ground station. If null passed then an empty
string is used for the namehorizonElevations - the elevations of the horizon in degrees from the ground station
by 10 degree sectors. If null is passed then 0 is assumed for all
sectors.public GroundStationPosition(double latitude,
double longitude,
double heightAMSL)
latitude - the latitude of the ground station in degrees, North: positivelongitude - the longitude of the ground station in degrees, East: positiveheightAMSL - the height of the ground station above mean sea level, in
metrespublic GroundStationPosition(double latitude,
double longitude,
double heightAMSL,
String name)
latitude - the latitude of the ground station in degrees, North: positivelongitude - the longitude of the ground station in degrees, East: positiveheightAMSL - the height of the ground station above mean sea level, in metresname - the name of the ground station. If null passed then an empty
string is used for the namepublic double getLatitude()
public double getLongitude()
public double getHeightAMSL()
public final int getHorizonElevation(int sector)
public String getName()
Copyright © 2014–2019. All rights reserved.