Package com.mongodb.client.model.geojson
Class NamedCoordinateReferenceSystem
java.lang.Object
com.mongodb.client.model.geojson.CoordinateReferenceSystem
com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
- Since:
- 3.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final NamedCoordinateReferenceSystem
The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference Systemstatic final NamedCoordinateReferenceSystem
The EPSG:4326 Coordinate Reference System.static final NamedCoordinateReferenceSystem
A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order. -
Constructor Summary
-
Method Summary
-
Field Details
-
EPSG_4326
The EPSG:4326 Coordinate Reference System. -
CRS_84
The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System -
EPSG_4326_STRICT_WINDING
A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.- MongoDB documentation
- Strict Winding
-
-
Constructor Details
-
NamedCoordinateReferenceSystem
Construct an instance- Parameters:
name
- the name
-
-
Method Details
-
getType
Description copied from class:CoordinateReferenceSystem
Gets the type of this Coordinate Reference System.- Specified by:
getType
in classCoordinateReferenceSystem
- Returns:
- the type
-
getName
Gets the name of this Coordinate Reference System.- Returns:
- the name
-
equals
-
hashCode
public int hashCode() -
toString
-