/AWS1/CL_GSTTLEEPHEMERIS¶
Two-line element set (TLE) ephemeris.
For more detail about providing Two-line element sets to AWS Ground Station, see the TLE section of the AWS Ground Station user guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3object TYPE REF TO /AWS1/CL_GSTS3OBJECT /AWS1/CL_GSTS3OBJECT¶
The Amazon S3 object that contains the ephemeris data.
it_tledata TYPE /AWS1/CL_GSTTLEDATA=>TT_TLEDATALIST TT_TLEDATALIST¶
TLE data that you provide directly instead of using an Amazon S3 object.
Queryable Attributes¶
s3Object¶
The Amazon S3 object that contains the ephemeris data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OBJECT() |
Getter for S3OBJECT |
tleData¶
TLE data that you provide directly instead of using an Amazon S3 object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TLEDATA() |
Getter for TLEDATA, with configurable default |
ASK_TLEDATA() |
Getter for TLEDATA w/ exceptions if field has no value |
HAS_TLEDATA() |
Determine if TLEDATA has a value |