| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
MultiPolygonGeometryInput |
MultiPolygonGeometryInput.clone() |
MultiPolygonGeometryInput |
AreaOfInterestGeometry.getMultiPolygonGeometry()
The structure representing the MultiPolygon Geometry.
|
MultiPolygonGeometryInput |
MultiPolygonGeometryInput.withCoordinates(Collection<List<List<List<Double>>>> coordinates)
The coordinates of the multipolygon geometry.
|
MultiPolygonGeometryInput |
MultiPolygonGeometryInput.withCoordinates(List<List<List<Double>>>... coordinates)
The coordinates of the multipolygon geometry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaOfInterestGeometry.setMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
The structure representing the MultiPolygon Geometry.
|
AreaOfInterestGeometry |
AreaOfInterestGeometry.withMultiPolygonGeometry(MultiPolygonGeometryInput multiPolygonGeometry)
The structure representing the MultiPolygon Geometry.
|
Copyright © 2024. All rights reserved.