Package com.mongodb.client.model.geojson
Class MultiPolygon
- java.lang.Object
-
- com.mongodb.client.model.geojson.Geometry
-
- com.mongodb.client.model.geojson.MultiPolygon
-
@Deprecated(since="2021-05-27") public final class MultiPolygon extends Geometry
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.A representation of a GeoJSON MultiPolygon.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description MultiPolygon(CoordinateReferenceSystem coordinateReferenceSystem, java.util.List<PolygonCoordinates> coordinates)Deprecated.Construct an instance.MultiPolygon(java.util.List<PolygonCoordinates> coordinates)Deprecated.Construct an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.java.util.List<PolygonCoordinates>getCoordinates()Deprecated.Gets the coordinates.GeoJsonObjectTypegetType()Deprecated.Gets the GeoJSON object type.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class com.mongodb.client.model.geojson.Geometry
getCoordinateReferenceSystem, toJson
-
-
-
-
Constructor Detail
-
MultiPolygon
public MultiPolygon(java.util.List<PolygonCoordinates> coordinates)
Deprecated.Construct an instance.- Parameters:
coordinates- the coordinates
-
MultiPolygon
public MultiPolygon(@Nullable CoordinateReferenceSystem coordinateReferenceSystem, java.util.List<PolygonCoordinates> coordinates)Deprecated.Construct an instance.- Parameters:
coordinateReferenceSystem- the coordinate reference systemcoordinates- the coordinates
-
-
Method Detail
-
getType
public GeoJsonObjectType getType()
Deprecated.Description copied from class:GeometryGets the GeoJSON object type.
-
getCoordinates
public java.util.List<PolygonCoordinates> getCoordinates()
Deprecated.Gets the coordinates.- Returns:
- the coordinates
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-