@Immutable public final class NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
| Modifier and Type | Field | 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 | Description |
|---|---|
NamedCoordinateReferenceSystem(String name) |
Construct an instance
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getName() |
Gets the name of this Coordinate Reference System.
|
CoordinateReferenceSystemType |
getType() |
Gets the type of this Coordinate Reference System.
|
int |
hashCode() |
|
String |
toString() |
public static final NamedCoordinateReferenceSystem EPSG_4326
public static final NamedCoordinateReferenceSystem CRS_84
public static final NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING
public NamedCoordinateReferenceSystem(String name)
name - the namepublic CoordinateReferenceSystemType getType()
CoordinateReferenceSystemgetType in class CoordinateReferenceSystempublic String getName()