Package com.mongodb.client.model.geojson
Class MultiPoint
java.lang.Object
com.mongodb.client.model.geojson.Geometry
com.mongodb.client.model.geojson.MultiPoint
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A representation of a GeoJSON MultiPoint.
- Since:
- 3.1
-
Constructor Summary
ConstructorsConstructorDescriptionMultiPoint
(CoordinateReferenceSystem coordinateReferenceSystem, List<Position> coordinates) Deprecated.Construct an instance with the given coordinates and coordinate reference system.MultiPoint
(List<Position> coordinates) Deprecated.Construct an instance with the given coordinates. -
Method Summary
Methods inherited from class com.mongodb.client.model.geojson.Geometry
getCoordinateReferenceSystem, toJson
-
Constructor Details
-
MultiPoint
Deprecated.Construct an instance with the given coordinates.- Parameters:
coordinates
- the coordinates
-
MultiPoint
public MultiPoint(@Nullable CoordinateReferenceSystem coordinateReferenceSystem, List<Position> coordinates) Deprecated.Construct an instance with the given coordinates and coordinate reference system.- Parameters:
coordinateReferenceSystem
- the coordinate reference systemcoordinates
- the coordinates
-
-
Method Details
-
getType
Deprecated.Description copied from class:Geometry
Gets the GeoJSON object type. -
getCoordinates
Deprecated.Gets the GeoJSON coordinates of this MultiPoint.- Returns:
- the coordinates
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-