public final class StkSatelliteDatabaseEntryExtensions extends Object
StkSatelliteDatabaseEntry
.Modifier and Type | Method and Description |
---|---|
static Platform |
createPlatform(StkSatelliteDatabaseEntry entry)
Create a platform for a single
StkSatelliteDatabaseEntry . |
@Nonnull public static Platform createPlatform(StkSatelliteDatabaseEntry entry)
StkSatelliteDatabaseEntry
.
The created platform will have the following properties configured:
Property | Value |
---|---|
Name (get / set ) |
OfficialName (get / set )
|
LocationPoint (get / set ) |
A PropagatorPoint created from the entry's
TwoLineElementSet (get / set ), or
null if the entry has no TLE.
|
OrientationAxes (get / set ) |
AxesVelocityOrbitNormal , or
null if the entry has no TLE.
|
entry
- The entry that contains the information of the satellite to be created.