/AWS1/CL_SGGOPERATION¶
Represents an arithmetic operation to compute spectral index.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SGGSTRING /AWS1/SGGSTRING¶
The name of the operation.
iv_equation TYPE /AWS1/SGGSTRING /AWS1/SGGSTRING¶
Textual representation of the math operation; Equation used to compute the spectral index.
Optional arguments:¶
iv_outputtype TYPE /AWS1/SGGOUTPUTTYPE /AWS1/SGGOUTPUTTYPE¶
The type of the operation.
Queryable Attributes¶
Name¶
The name of the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Equation¶
Textual representation of the math operation; Equation used to compute the spectral index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EQUATION() |
Getter for EQUATION, with configurable default |
ASK_EQUATION() |
Getter for EQUATION w/ exceptions if field has no value |
HAS_EQUATION() |
Determine if EQUATION has a value |
OutputType¶
The type of the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTTYPE() |
Getter for OUTPUTTYPE, with configurable default |
ASK_OUTPUTTYPE() |
Getter for OUTPUTTYPE w/ exceptions if field has no value |
HAS_OUTPUTTYPE() |
Determine if OUTPUTTYPE 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_OPERATIONSLISTINPUT¶
TYPES TT_OPERATIONSLISTINPUT TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGGOPERATION WITH DEFAULT KEY
.