Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.AreaOfInterestGeometry
-
Packages that use AreaOfInterestGeometry Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AreaOfInterestGeometry in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return AreaOfInterestGeometry Modifier and Type Method Description AreaOfInterestGeometryAreaOfInterest. areaOfInterestGeometry()A GeoJSON object representing the geographic extent in the coordinate space.static AreaOfInterestGeometryAreaOfInterestGeometry. fromMultiPolygonGeometry(Consumer<MultiPolygonGeometryInput.Builder> multiPolygonGeometry)Create an instance of this class withmultiPolygonGeometry()initialized to the given value.static AreaOfInterestGeometryAreaOfInterestGeometry. fromMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)Create an instance of this class withmultiPolygonGeometry()initialized to the given value.static AreaOfInterestGeometryAreaOfInterestGeometry. fromPolygonGeometry(Consumer<PolygonGeometryInput.Builder> polygonGeometry)Create an instance of this class withpolygonGeometry()initialized to the given value.static AreaOfInterestGeometryAreaOfInterestGeometry. fromPolygonGeometry(PolygonGeometryInput polygonGeometry)Create an instance of this class withpolygonGeometry()initialized to the given value.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type AreaOfInterestGeometry Modifier and Type Method Description AreaOfInterest.BuilderAreaOfInterest.Builder. areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)A GeoJSON object representing the geographic extent in the coordinate space.static AreaOfInterestAreaOfInterest. fromAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)Create an instance of this class withAreaOfInterest.areaOfInterestGeometry()initialized to the given value.
-