Package com.mongodb.client.model.geojson
Class CoordinateReferenceSystem
java.lang.Object
com.mongodb.client.model.geojson.CoordinateReferenceSystem
- Direct Known Subclasses:
NamedCoordinateReferenceSystem
@Immutable
@Deprecated(since="2021-05-27")
public abstract class CoordinateReferenceSystem
extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A GeoJSON Coordinate Reference System (CRS).
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CoordinateReferenceSystemType
getType()
Deprecated.Gets the type of this Coordinate Reference System.
-
Constructor Details
-
CoordinateReferenceSystem
public CoordinateReferenceSystem()Deprecated.
-
-
Method Details
-
getType
Deprecated.Gets the type of this Coordinate Reference System.- Returns:
- the type
-