| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Geometry.clone() |
Geometry |
ItemSource.getGeometry()
The item Geometry in GeoJson format.
|
Geometry |
Geometry.withCoordinates(Collection<List<List<Double>>> coordinates)
The coordinates of the GeoJson Geometry.
|
Geometry |
Geometry.withCoordinates(List<List<Double>>... coordinates)
The coordinates of the GeoJson Geometry.
|
Geometry |
Geometry.withType(String type)
GeoJson Geometry types like Polygon and MultiPolygon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemSource.setGeometry(Geometry geometry)
The item Geometry in GeoJson format.
|
ItemSource |
ItemSource.withGeometry(Geometry geometry)
The item Geometry in GeoJson format.
|
Copyright © 2024. All rights reserved.