/AWS1/CL_SGGOUTPUTBAND¶
A single EarthObservationJob output band.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bandname TYPE /AWS1/SGGSTRING /AWS1/SGGSTRING¶
The name of the band.
iv_outputdatatype TYPE /AWS1/SGGOUTPUTTYPE /AWS1/SGGOUTPUTTYPE¶
The datatype of the output band.
Queryable Attributes¶
BandName¶
The name of the band.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BANDNAME() |
Getter for BANDNAME, with configurable default |
ASK_BANDNAME() |
Getter for BANDNAME w/ exceptions if field has no value |
HAS_BANDNAME() |
Determine if BANDNAME has a value |
OutputDataType¶
The datatype of the output band.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTDATATYPE() |
Getter for OUTPUTDATATYPE, with configurable default |
ASK_OUTPUTDATATYPE() |
Getter for OUTPUTDATATYPE w/ exceptions if field has no valu |
HAS_OUTPUTDATATYPE() |
Determine if OUTPUTDATATYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EARTHOBSERVATIONJOBOUTBANDS¶
TYPES TT_EARTHOBSERVATIONJOBOUTBANDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGGOUTPUTBAND WITH DEFAULT KEY
.