| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
PolygonGeometryInput |
PolygonGeometryInput.clone() |
PolygonGeometryInput |
AreaOfInterestGeometry.getPolygonGeometry()
The structure representing Polygon Geometry.
|
PolygonGeometryInput |
PolygonGeometryInput.withCoordinates(Collection<List<List<Double>>> coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
|
PolygonGeometryInput |
PolygonGeometryInput.withCoordinates(List<List<Double>>... coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaOfInterestGeometry.setPolygonGeometry(PolygonGeometryInput polygonGeometry)
The structure representing Polygon Geometry.
|
AreaOfInterestGeometry |
AreaOfInterestGeometry.withPolygonGeometry(PolygonGeometryInput polygonGeometry)
The structure representing Polygon Geometry.
|
Copyright © 2025. All rights reserved.