| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterestGeometry |
AreaOfInterest.areaOfInterestGeometry()
A GeoJSON object representing the geographic extent in the coordinate space.
|
static AreaOfInterestGeometry |
AreaOfInterestGeometry.fromMultiPolygonGeometry(Consumer<MultiPolygonGeometryInput.Builder> multiPolygonGeometry)
Create an instance of this class with
multiPolygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
AreaOfInterestGeometry.fromMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
Create an instance of this class with
multiPolygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
AreaOfInterestGeometry.fromPolygonGeometry(Consumer<PolygonGeometryInput.Builder> polygonGeometry)
Create an instance of this class with
polygonGeometry() initialized to the given value. |
static AreaOfInterestGeometry |
AreaOfInterestGeometry.fromPolygonGeometry(PolygonGeometryInput polygonGeometry)
Create an instance of this class with
polygonGeometry() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest.Builder |
AreaOfInterest.Builder.areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
static AreaOfInterest |
AreaOfInterest.fromAreaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
Create an instance of this class with
AreaOfInterest.areaOfInterestGeometry() initialized to the given value. |
Copyright © 2023. All rights reserved.