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 java.lang.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 Constructor Description CoordinateReferenceSystem()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract CoordinateReferenceSystemType
getType()
Deprecated.Gets the type of this Coordinate Reference System.
-
-
-
Method Detail
-
getType
public abstract CoordinateReferenceSystemType getType()
Deprecated.Gets the type of this Coordinate Reference System.- Returns:
- the type
-
-