public static interface PolygonGeometryInput.Builder extends SdkPojo, CopyableBuilder<PolygonGeometryInput.Builder,PolygonGeometryInput>
| Modifier and Type | Method and Description |
|---|---|
PolygonGeometryInput.Builder |
coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
|
PolygonGeometryInput.Builder |
coordinates(Collection<? extends Collection<Double>>... coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPolygonGeometryInput.Builder coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
coordinates - Coordinates representing a Polygon based on the GeoJson spec.PolygonGeometryInput.Builder coordinates(Collection<? extends Collection<Double>>... coordinates)
Coordinates representing a Polygon based on the GeoJson spec.
coordinates - Coordinates representing a Polygon based on the GeoJson spec.Copyright © 2023. All rights reserved.