/AWS1/CL_SGGRASTERDATACOLLQU01¶
The input structure for Raster Data Collection Query containing the Area of Interest, TimeRange Filters, and Property Filters.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rasterdatacollectionarn TYPE /AWS1/SGGDATACOLLECTIONARN /AWS1/SGGDATACOLLECTIONARN¶
The Amazon Resource Name (ARN) of the raster data collection.
io_timerangefilter TYPE REF TO /AWS1/CL_SGGTIMERANGEFILTINPUT /AWS1/CL_SGGTIMERANGEFILTINPUT¶
The TimeRange Filter used in the RasterDataCollection Query.
Optional arguments:¶
io_areaofinterest TYPE REF TO /AWS1/CL_SGGAREAOFINTEREST /AWS1/CL_SGGAREAOFINTEREST¶
The area of interest being queried for the raster data collection.
io_propertyfilters TYPE REF TO /AWS1/CL_SGGPROPERTYFILTERS /AWS1/CL_SGGPROPERTYFILTERS¶
The list of Property filters used in the Raster Data Collection Query.
Queryable Attributes¶
RasterDataCollectionArn¶
The Amazon Resource Name (ARN) of the raster data collection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RASTERDATACOLLECTIONARN() |
Getter for RASTERDATACOLLECTIONARN, with configurable defaul |
ASK_RASTERDATACOLLECTIONARN() |
Getter for RASTERDATACOLLECTIONARN w/ exceptions if field ha |
HAS_RASTERDATACOLLECTIONARN() |
Determine if RASTERDATACOLLECTIONARN has a value |
TimeRangeFilter¶
The TimeRange Filter used in the RasterDataCollection Query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMERANGEFILTER() |
Getter for TIMERANGEFILTER |
AreaOfInterest¶
The area of interest being queried for the raster data collection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AREAOFINTEREST() |
Getter for AREAOFINTEREST |
PropertyFilters¶
The list of Property filters used in the Raster Data Collection Query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYFILTERS() |
Getter for PROPERTYFILTERS |