Interface IsolineShapeGeometry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineShapeGeometry.Builder,,IsolineShapeGeometry> SdkBuilder<IsolineShapeGeometry.Builder,,IsolineShapeGeometry> SdkPojo
- Enclosing class:
IsolineShapeGeometry
-
Method Summary
Modifier and TypeMethodDescriptionpolygon(Collection<? extends Collection<? extends Collection<Double>>> polygon) A series of coordinate rings defining the reachable area when Simple geometry format is requested.polygon(Collection<? extends Collection<Double>>... polygon) A series of coordinate rings defining the reachable area when Simple geometry format is requested.polylinePolygon(String... polylinePolygon) An encoded representation of the reachable area when FlexiblePolyline geometry format is requested.polylinePolygon(Collection<String> polylinePolygon) An encoded representation of the reachable area when FlexiblePolyline geometry format is requested.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
polygon
IsolineShapeGeometry.Builder polygon(Collection<? extends Collection<? extends Collection<Double>>> polygon) A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of
[longitude, latitude]coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.Polygon and PolylinePolygon are mutually exclusive properties.
- Parameters:
polygon- A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of[longitude, latitude]coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.Polygon and PolylinePolygon are mutually exclusive properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
polygon
A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of
[longitude, latitude]coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.Polygon and PolylinePolygon are mutually exclusive properties.
- Parameters:
polygon- A series of coordinate rings defining the reachable area when Simple geometry format is requested. Each ring is a list of[longitude, latitude]coordinate pairs. The first ring defines the outer boundary; subsequent rings define holes representing unreachable areas.Polygon and PolylinePolygon are mutually exclusive properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
polylinePolygon
An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.
Polygon and PolylinePolygon are mutually exclusive properties.
- Parameters:
polylinePolygon- An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.Polygon and PolylinePolygon are mutually exclusive properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
polylinePolygon
An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.
Polygon and PolylinePolygon are mutually exclusive properties.
- Parameters:
polylinePolygon- An encoded representation of the reachable area when FlexiblePolyline geometry format is requested. Provides a compact representation suitable for transmission and storage. The first string defines the outer boundary; subsequent strings define holes representing unreachable areas. For more information on polyline encoding, see https://github.com/aws-geospatial/polyline.Polygon and PolylinePolygon are mutually exclusive properties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-