/AWS1/CL_SGGRESAMPLINGCFGINPUT¶
The structure representing input for resampling operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_outputresolution TYPE REF TO /AWS1/CL_SGGOUTRESOLUTIONRES00 /AWS1/CL_SGGOUTRESOLUTIONRES00¶
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
Optional arguments:¶
iv_algorithmname TYPE /AWS1/SGGALGNAMERESAMPLING /AWS1/SGGALGNAMERESAMPLING¶
The name of the algorithm used for resampling.
it_targetbands TYPE /AWS1/CL_SGGSTRINGLISTINPUT_W=>TT_STRINGLISTINPUT TT_STRINGLISTINPUT¶
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
Queryable Attributes¶
OutputResolution¶
The structure representing output resolution (in target georeferenced units) of the result of resampling operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTRESOLUTION() |
Getter for OUTPUTRESOLUTION |
AlgorithmName¶
The name of the algorithm used for resampling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMNAME() |
Getter for ALGORITHMNAME, with configurable default |
ASK_ALGORITHMNAME() |
Getter for ALGORITHMNAME w/ exceptions if field has no value |
HAS_ALGORITHMNAME() |
Determine if ALGORITHMNAME has a value |
TargetBands¶
Bands used in the operation. If no target bands are specified, it uses all bands available in the input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETBANDS() |
Getter for TARGETBANDS, with configurable default |
ASK_TARGETBANDS() |
Getter for TARGETBANDS w/ exceptions if field has no value |
HAS_TARGETBANDS() |
Determine if TARGETBANDS has a value |