public final class StkFacilityDatabaseEntryExtensions extends Object
StkFacilityDatabaseEntry
.Modifier and Type | Method and Description |
---|---|
static Platform |
createPlatform(StkFacilityDatabaseEntry entry)
Create a platform for a single
StkFacilityDatabaseEntry . |
@Nonnull public static Platform createPlatform(StkFacilityDatabaseEntry entry)
StkFacilityDatabaseEntry
.
The created platform will have the following properties configured:
Property | Value |
---|---|
Name (get / set ) |
FacilityName (get / set )
|
LocationPoint (get / set ) |
A PointCartographic located at the entry's
Longitude (get / set ),
Latitude (get / set ), and
Altitude (get / set ),
defined on the CentralBody matching the entry's CentralBodyName (get / set ).
|
OrientationAxes (get / set ) |
AxesEastNorthUp
|
entry
- The entry that contains the information for the facility to be created.IllegalStateException
- Thrown when the entry's CentralBodyName
(get
/ set
) does not exist in CentralBodiesFacet
.