public class StkFacilityDatabaseEntry extends Object
StkFacilityDatabase
.Constructor and Description |
---|
StkFacilityDatabaseEntry() |
Modifier and Type | Method and Description |
---|---|
double |
getAltitude()
Gets the altitude of the facility, in meters.
|
String |
getCentralBodyName()
Gets the name of the
CentralBody of the facility. |
String |
getFacilityName()
Gets the facility name.
|
double |
getLatitude()
Gets the latitude of the facility, in radians.
|
double |
getLongitude()
Gets the longitude of the facility, in radians.
|
String |
getNetworkName()
Gets the network name of the facility.
|
void |
setAltitude(double value)
Sets the altitude of the facility, in meters.
|
void |
setCentralBodyName(String value)
Sets the name of the
CentralBody of the facility. |
void |
setFacilityName(String value)
Sets the facility name.
|
void |
setLatitude(double value)
Sets the latitude of the facility, in radians.
|
void |
setLongitude(double value)
Sets the longitude of the facility, in radians.
|
void |
setNetworkName(String value)
Sets the network name of the facility.
|
public final String getFacilityName()
public final void setFacilityName(String value)
public final String getNetworkName()
public final void setNetworkName(String value)
public final double getLatitude()
public final void setLatitude(double value)
public final double getLongitude()
public final void setLongitude(double value)
public final double getAltitude()
public final void setAltitude(double value)
public final String getCentralBodyName()
CentralBody
of the facility.public final void setCentralBodyName(String value)
CentralBody
of the facility.