@Immutable public final class NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
Modifier and Type | Field and Description |
---|---|
static NamedCoordinateReferenceSystem |
CRS_84
The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System
|
static NamedCoordinateReferenceSystem |
EPSG_4326
The EPSG:4326 Coordinate Reference System.
|
static NamedCoordinateReferenceSystem |
EPSG_4326_STRICT_WINDING
A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
|
Constructor and Description |
---|
NamedCoordinateReferenceSystem(java.lang.String name)
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Gets the name of this Coordinate Reference System.
|
CoordinateReferenceSystemType |
getType()
Gets the type of this Coordinate Reference System.
|
int |
hashCode() |
java.lang.String |
toString() |
public static final NamedCoordinateReferenceSystem EPSG_4326
public static final NamedCoordinateReferenceSystem CRS_84
public static final NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING
public NamedCoordinateReferenceSystem(java.lang.String name)
name
- the namepublic CoordinateReferenceSystemType getType()
CoordinateReferenceSystem
getType
in class CoordinateReferenceSystem
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object