| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest |
AreaOfInterest.clone() |
AreaOfInterest |
RasterDataCollectionQueryOutput.getAreaOfInterest()
The Area of Interest used in the search.
|
AreaOfInterest |
RasterDataCollectionQueryInput.getAreaOfInterest()
The area of interest being queried for the raster data collection.
|
AreaOfInterest |
RasterDataCollectionQueryWithBandFilterInput.getAreaOfInterest()
The Area of interest to be used in the search query.
|
AreaOfInterest |
AreaOfInterest.withAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterDataCollectionQueryOutput.setAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of Interest used in the search.
|
void |
RasterDataCollectionQueryInput.setAreaOfInterest(AreaOfInterest areaOfInterest)
The area of interest being queried for the raster data collection.
|
void |
RasterDataCollectionQueryWithBandFilterInput.setAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
|
RasterDataCollectionQueryOutput |
RasterDataCollectionQueryOutput.withAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of Interest used in the search.
|
RasterDataCollectionQueryInput |
RasterDataCollectionQueryInput.withAreaOfInterest(AreaOfInterest areaOfInterest)
The area of interest being queried for the raster data collection.
|
RasterDataCollectionQueryWithBandFilterInput |
RasterDataCollectionQueryWithBandFilterInput.withAreaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
|
Copyright © 2024. All rights reserved.