| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest |
RasterDataCollectionQueryOutput.areaOfInterest()
The Area of Interest used in the search.
|
AreaOfInterest |
RasterDataCollectionQueryWithBandFilterInput.areaOfInterest()
The Area of interest to be used in the search query.
|
AreaOfInterest |
RasterDataCollectionQueryInput.areaOfInterest()
The area of interest being queried for the raster data collection.
|
static AreaOfInterest |
AreaOfInterest.fromAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
Create an instance of this class with
areaOfInterestGeometry() initialized to the given value. |
static AreaOfInterest |
AreaOfInterest.fromAreaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)
Create an instance of this class with
areaOfInterestGeometry() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
RasterDataCollectionQueryOutput.Builder |
RasterDataCollectionQueryOutput.Builder.areaOfInterest(AreaOfInterest areaOfInterest)
The Area of Interest used in the search.
|
RasterDataCollectionQueryWithBandFilterInput.Builder |
RasterDataCollectionQueryWithBandFilterInput.Builder.areaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
|
RasterDataCollectionQueryInput.Builder |
RasterDataCollectionQueryInput.Builder.areaOfInterest(AreaOfInterest areaOfInterest)
The area of interest being queried for the raster data collection.
|
Copyright © 2023. All rights reserved.