Class MultiLineString

java.lang.Object
com.mongodb.client.model.geojson.Geometry
com.mongodb.client.model.geojson.MultiLineString

@Deprecated(since="2021-05-27") public final class MultiLineString extends Geometry
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A representation of a GeoJSON MultiLineString.
Since:
3.1
  • Constructor Details

    • MultiLineString

      public MultiLineString(List<List<Position>> coordinates)
      Deprecated.
      Construct an instance with the given coordinates.
      Parameters:
      coordinates - the coordinates of each line
    • MultiLineString

      public MultiLineString(@Nullable CoordinateReferenceSystem coordinateReferenceSystem, List<List<Position>> coordinates)
      Deprecated.
      Construct an instance with the given coordinates and coordinate reference system.
      Parameters:
      coordinateReferenceSystem - the coordinate reference system
      coordinates - the coordinates of each line
  • Method Details

    • getType

      public GeoJsonObjectType getType()
      Deprecated.
      Description copied from class: Geometry
      Gets the GeoJSON object type.
      Specified by:
      getType in class Geometry
      Returns:
      the type
    • getCoordinates

      public List<List<Position>> getCoordinates()
      Deprecated.
      Gets the GeoJSON coordinates of this MultiLineString
      Returns:
      the coordinates
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Geometry
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Geometry
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object