public static interface Geometry.Builder extends SdkPojo, CopyableBuilder<Geometry.Builder,Geometry>
| Modifier and Type | Method and Description |
|---|---|
Geometry.Builder |
coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)
The coordinates of the GeoJson Geometry.
|
Geometry.Builder |
coordinates(Collection<? extends Collection<Double>>... coordinates)
The coordinates of the GeoJson Geometry.
|
Geometry.Builder |
type(String type)
GeoJson Geometry types like Polygon and MultiPolygon.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeometry.Builder coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)
The coordinates of the GeoJson Geometry.
coordinates - The coordinates of the GeoJson Geometry.Geometry.Builder coordinates(Collection<? extends Collection<Double>>... coordinates)
The coordinates of the GeoJson Geometry.
coordinates - The coordinates of the GeoJson Geometry.Geometry.Builder type(String type)
GeoJson Geometry types like Polygon and MultiPolygon.
type - GeoJson Geometry types like Polygon and MultiPolygon.Copyright © 2023. All rights reserved.