Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.AreaOfInterest
-
Packages that use AreaOfInterest Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AreaOfInterest in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return AreaOfInterest Modifier and Type Method Description AreaOfInterestRasterDataCollectionQueryInput. areaOfInterest()The area of interest being queried for the raster data collection.AreaOfInterestRasterDataCollectionQueryOutput. areaOfInterest()The Area of Interest used in the search.AreaOfInterestRasterDataCollectionQueryWithBandFilterInput. areaOfInterest()The Area of interest to be used in the search query.static AreaOfInterestAreaOfInterest. fromAreaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)Create an instance of this class withareaOfInterestGeometry()initialized to the given value.static AreaOfInterestAreaOfInterest. fromAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)Create an instance of this class withareaOfInterestGeometry()initialized to the given value.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type AreaOfInterest Modifier and Type Method Description RasterDataCollectionQueryInput.BuilderRasterDataCollectionQueryInput.Builder. areaOfInterest(AreaOfInterest areaOfInterest)The area of interest being queried for the raster data collection.RasterDataCollectionQueryOutput.BuilderRasterDataCollectionQueryOutput.Builder. areaOfInterest(AreaOfInterest areaOfInterest)The Area of Interest used in the search.RasterDataCollectionQueryWithBandFilterInput.BuilderRasterDataCollectionQueryWithBandFilterInput.Builder. areaOfInterest(AreaOfInterest areaOfInterest)The Area of interest to be used in the search query.
-