Interface Geometry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Geometry.Builder,Geometry>, SdkBuilder<Geometry.Builder,Geometry>, SdkPojo
Enclosing class:
Geometry

@Mutable @NotThreadSafe public static interface Geometry.Builder extends SdkPojo, CopyableBuilder<Geometry.Builder,Geometry>
  • Method Details

    • coordinates

      Geometry.Builder coordinates(Collection<? extends Collection<? extends Collection<Double>>> coordinates)

      The coordinates of the GeoJson Geometry.

      Parameters:
      coordinates - The coordinates of the GeoJson Geometry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coordinates

      Geometry.Builder coordinates(Collection<? extends Collection<Double>>... coordinates)

      The coordinates of the GeoJson Geometry.

      Parameters:
      coordinates - The coordinates of the GeoJson Geometry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      GeoJson Geometry types like Polygon and MultiPolygon.

      Parameters:
      type - GeoJson Geometry types like Polygon and MultiPolygon.
      Returns:
      Returns a reference to this object so that method calls can be chained together.