/AWS1/CL_GSTSATELLITELISTITEM¶
Item in a list of satellites.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_satelliteid TYPE /AWS1/GSTUUID /AWS1/GSTUUID¶
UUID of a satellite.
iv_satellitearn TYPE /AWS1/GSTSATELLITEARN /AWS1/GSTSATELLITEARN¶
ARN of a satellite.
iv_noradsatelliteid TYPE /AWS1/GSTNORADSATELLITEID /AWS1/GSTNORADSATELLITEID¶
NORAD satellite ID number.
it_groundstations TYPE /AWS1/CL_GSTGROUNDSTATIONIDL00=>TT_GROUNDSTATIONIDLIST TT_GROUNDSTATIONIDLIST¶
A list of ground stations to which the satellite is on-boarded.
io_currentephemeris TYPE REF TO /AWS1/CL_GSTEPHEMERISMETADATA /AWS1/CL_GSTEPHEMERISMETADATA¶
The current ephemeris being used to compute the trajectory of the satellite.
Queryable Attributes¶
satelliteId¶
UUID of a satellite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SATELLITEID() |
Getter for SATELLITEID, with configurable default |
ASK_SATELLITEID() |
Getter for SATELLITEID w/ exceptions if field has no value |
HAS_SATELLITEID() |
Determine if SATELLITEID has a value |
satelliteArn¶
ARN of a satellite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SATELLITEARN() |
Getter for SATELLITEARN, with configurable default |
ASK_SATELLITEARN() |
Getter for SATELLITEARN w/ exceptions if field has no value |
HAS_SATELLITEARN() |
Determine if SATELLITEARN has a value |
noradSatelliteID¶
NORAD satellite ID number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NORADSATELLITEID() |
Getter for NORADSATELLITEID |
groundStations¶
A list of ground stations to which the satellite is on-boarded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUNDSTATIONS() |
Getter for GROUNDSTATIONS, with configurable default |
ASK_GROUNDSTATIONS() |
Getter for GROUNDSTATIONS w/ exceptions if field has no valu |
HAS_GROUNDSTATIONS() |
Determine if GROUNDSTATIONS has a value |
currentEphemeris¶
The current ephemeris being used to compute the trajectory of the satellite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTEPHEMERIS() |
Getter for CURRENTEPHEMERIS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SATELLITELIST¶
TYPES TT_SATELLITELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTSATELLITELISTITEM WITH DEFAULT KEY
.