Package dev.morphia.geo
Class CoordinateReferenceSystem
- java.lang.Object
-
- dev.morphia.geo.CoordinateReferenceSystem
-
- Direct Known Subclasses:
NamedCoordinateReferenceSystem
@Deprecated(since="2.0", forRemoval=true) public abstract class CoordinateReferenceSystem extends Object
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadDefines the coordinate reference system to be used in certain geo queries.
-
-
Constructor Summary
Constructors Constructor Description CoordinateReferenceSystem()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract CoordinateReferenceSystem
convert()
Deprecated, for removal: This API element is subject to removal in a future version.Converts this type to the driver typeabstract CoordinateReferenceSystemType
getType()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of this Coordinate Reference System.
-
-
-
Method Detail
-
getType
public abstract CoordinateReferenceSystemType getType()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of this Coordinate Reference System.- Returns:
- the type
-
convert
public abstract CoordinateReferenceSystem convert()
Deprecated, for removal: This API element is subject to removal in a future version.Converts this type to the driver type- Returns:
- the driver type
-
-