Package com.mongodb.client.model.geojson
Class CoordinateReferenceSystem
java.lang.Object
com.mongodb.client.model.geojson.CoordinateReferenceSystem
- Direct Known Subclasses:
NamedCoordinateReferenceSystem
A GeoJSON Coordinate Reference System (CRS).
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract CoordinateReferenceSystemType
getType()
Gets the type of this Coordinate Reference System.
-
Constructor Details
-
CoordinateReferenceSystem
public CoordinateReferenceSystem()
-
-
Method Details
-
getType
Gets the type of this Coordinate Reference System.- Returns:
- the type
-