Package dev.morphia.geo
Class NamedCoordinateReferenceSystem
- java.lang.Object
-
- dev.morphia.geo.CoordinateReferenceSystem
-
- dev.morphia.geo.NamedCoordinateReferenceSystem
-
@Deprecated(since="2.0", forRemoval=true) public final class NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
Deprecated, for removal: This API element is subject to removal in a future version.use the driver-provided types insteadA GeoJSON named Coordinate Reference System.
-
-
Field Summary
Fields Modifier and Type Field Description static NamedCoordinateReferenceSystemCRS_84Deprecated, for removal: This API element is subject to removal in a future version.The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference Systemstatic NamedCoordinateReferenceSystemEPSG_4326Deprecated, for removal: This API element is subject to removal in a future version.The EPSG:4326 Coordinate Reference System.static NamedCoordinateReferenceSystemEPSG_4326_STRICT_WINDINGDeprecated, for removal: This API element is subject to removal in a future version.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CoordinateReferenceSystemconvert()Deprecated, for removal: This API element is subject to removal in a future version.Converts this type to the driver typebooleanequals(Object o)Deprecated, for removal: This API element is subject to removal in a future version.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.Gets the name of this Coordinate Reference System.CoordinateReferenceSystemTypegetType()Deprecated, for removal: This API element is subject to removal in a future version.Gets the type of this Coordinate Reference System.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
EPSG_4326
public static final NamedCoordinateReferenceSystem EPSG_4326
Deprecated, for removal: This API element is subject to removal in a future version.The EPSG:4326 Coordinate Reference System.
-
CRS_84
public static final NamedCoordinateReferenceSystem CRS_84
Deprecated, for removal: This API element is subject to removal in a future version.The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System
-
EPSG_4326_STRICT_WINDING
public static final NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING
Deprecated, for removal: This API element is subject to removal in a future version.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
-
-
Method Detail
-
getName
public String getName()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the name of this Coordinate Reference System.- Returns:
- the name
-
getType
public CoordinateReferenceSystemType getType()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:CoordinateReferenceSystemGets the type of this Coordinate Reference System.- Specified by:
getTypein classCoordinateReferenceSystem- Returns:
- the type
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
equals
public boolean equals(Object o)
Deprecated, for removal: This API element is subject to removal in a future version.
-
toString
public String toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
convert
public CoordinateReferenceSystem convert()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:CoordinateReferenceSystemConverts this type to the driver type- Specified by:
convertin classCoordinateReferenceSystem- Returns:
- the driver type
-
-