/AWS1/CL_GSTTLEDATA¶
Two-line element set (TLE) data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_tleline1 TYPE /AWS1/GSTTLELINEONE /AWS1/GSTTLELINEONE¶
First line of two-line element set (TLE) data.
iv_tleline2 TYPE /AWS1/GSTTLELINETWO /AWS1/GSTTLELINETWO¶
Second line of two-line element set (TLE) data.
io_validtimerange TYPE REF TO /AWS1/CL_GSTTIMERANGE /AWS1/CL_GSTTIMERANGE¶
The valid time range for the TLE. Time ranges must be continuous without gaps or overlaps.
Queryable Attributes¶
tleLine1¶
First line of two-line element set (TLE) data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TLELINE1() |
Getter for TLELINE1, with configurable default |
ASK_TLELINE1() |
Getter for TLELINE1 w/ exceptions if field has no value |
HAS_TLELINE1() |
Determine if TLELINE1 has a value |
tleLine2¶
Second line of two-line element set (TLE) data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TLELINE2() |
Getter for TLELINE2, with configurable default |
ASK_TLELINE2() |
Getter for TLELINE2 w/ exceptions if field has no value |
HAS_TLELINE2() |
Determine if TLELINE2 has a value |
validTimeRange¶
The valid time range for the TLE. Time ranges must be continuous without gaps or overlaps.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDTIMERANGE() |
Getter for VALIDTIMERANGE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TLEDATALIST¶
TYPES TT_TLEDATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTTLEDATA WITH DEFAULT KEY
.