@Immutable public final class NamedCoordinateReferenceSystem extends CoordinateReferenceSystem
| Modifier and Type | Field and Description | 
|---|---|
| static NamedCoordinateReferenceSystem | CRS_84The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System | 
| static NamedCoordinateReferenceSystem | EPSG_4326The EPSG:4326 Coordinate Reference System. | 
| static NamedCoordinateReferenceSystem | EPSG_4326_STRICT_WINDINGA custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order. | 
| Constructor and Description | 
|---|
| NamedCoordinateReferenceSystem(String name)Construct an instance | 
| Modifier and Type | Method and 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()