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
FieldsModifier and TypeFieldDescriptionstatic final NamedCoordinateReferenceSystem
Deprecated.The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference Systemstatic final NamedCoordinateReferenceSystem
Deprecated.The EPSG:4326 Coordinate Reference System.static final NamedCoordinateReferenceSystem
Deprecated.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Construct an instance -
Method Summary
-
Field Details
-
EPSG_4326
Deprecated.The EPSG:4326 Coordinate Reference System. -
CRS_84
Deprecated.The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System -
EPSG_4326_STRICT_WINDING
Deprecated.A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
-
-
Constructor Details
-
NamedCoordinateReferenceSystem
Deprecated.Construct an instance- Parameters:
name
- the name
-
-
Method Details
-
getType
Deprecated.Description copied from class:CoordinateReferenceSystem
Gets the type of this Coordinate Reference System.- Specified by:
getType
in classCoordinateReferenceSystem
- Returns:
- the type
-
getName
Deprecated.Gets the name of this Coordinate Reference System.- Returns:
- the name
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-