/AWS1/CL_GSTEPHEMERISMETADATA¶
Metadata describing a particular ephemeris.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/GSTEPHEMERISSOURCE /AWS1/GSTEPHEMERISSOURCE¶
The
EphemerisSourcethat generated a given ephemeris.
Optional arguments:¶
iv_ephemerisid TYPE /AWS1/GSTUUID /AWS1/GSTUUID¶
UUID of a customer-provided ephemeris.
This field is not populated for default ephemerides from Space Track.
iv_epoch TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP¶
The epoch of a default, ephemeris from Space Track in UTC.
This field is not populated for customer-provided ephemerides.
iv_name TYPE /AWS1/GSTSAFENAME /AWS1/GSTSAFENAME¶
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
A name is only returned for customer-provider ephemerides that have a name associated.
Queryable Attributes¶
source¶
The
EphemerisSourcethat generated a given ephemeris.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
ephemerisId¶
UUID of a customer-provided ephemeris.
This field is not populated for default ephemerides from Space Track.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EPHEMERISID() |
Getter for EPHEMERISID, with configurable default |
ASK_EPHEMERISID() |
Getter for EPHEMERISID w/ exceptions if field has no value |
HAS_EPHEMERISID() |
Determine if EPHEMERISID has a value |
epoch¶
The epoch of a default, ephemeris from Space Track in UTC.
This field is not populated for customer-provided ephemerides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EPOCH() |
Getter for EPOCH, with configurable default |
ASK_EPOCH() |
Getter for EPOCH w/ exceptions if field has no value |
HAS_EPOCH() |
Determine if EPOCH has a value |
name¶
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
A name is only returned for customer-provider ephemerides that have a name associated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |