Package com.mongodb.client.model.geojson
Class NamedCoordinateReferenceSystem
- java.lang.Object
 - 
- com.mongodb.client.model.geojson.CoordinateReferenceSystem
 - 
- com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
 
 
 
- 
@Immutable @Deprecated(since="2021-05-27") public final class NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.A GeoJSON named Coordinate Reference System.- Since:
 - 3.1
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NamedCoordinateReferenceSystemCRS_84Deprecated.The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference Systemstatic NamedCoordinateReferenceSystemEPSG_4326Deprecated.The EPSG:4326 Coordinate Reference System.static NamedCoordinateReferenceSystemEPSG_4326_STRICT_WINDINGDeprecated.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order. 
- 
Constructor Summary
Constructors Constructor Description NamedCoordinateReferenceSystem(java.lang.String name)Deprecated.Construct an instance 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.java.lang.StringgetName()Deprecated.Gets the name of this Coordinate Reference System.CoordinateReferenceSystemTypegetType()Deprecated.Gets the type of this Coordinate Reference System.inthashCode()Deprecated.java.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Field Detail
- 
EPSG_4326
public static final NamedCoordinateReferenceSystem EPSG_4326
Deprecated.The EPSG:4326 Coordinate Reference System. 
- 
CRS_84
public static final NamedCoordinateReferenceSystem CRS_84
Deprecated.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.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order. 
 - 
 
- 
Method Detail
- 
getType
public CoordinateReferenceSystemType getType()
Deprecated.Description copied from class:CoordinateReferenceSystemGets the type of this Coordinate Reference System.- Specified by:
 getTypein classCoordinateReferenceSystem- Returns:
 - the type
 
 
- 
getName
public java.lang.String getName()
Deprecated.Gets the name of this Coordinate Reference System.- Returns:
 - the name
 
 
- 
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
Deprecated.- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -