Class NamedCoordinateReferenceSystem


  • @Deprecated(since="2.0",
                forRemoval=true)
    public final class NamedCoordinateReferenceSystem
    extends CoordinateReferenceSystem
    Deprecated, for removal: This API element is subject to removal in a future version.
    use the driver-provided types instead
    A GeoJSON named Coordinate Reference System.
    • Field Detail

      • EPSG_4326

        public static final NamedCoordinateReferenceSystem EPSG_4326
        Deprecated, for removal: This API element is subject to removal in a future version.
        The EPSG:4326 Coordinate Reference System.
      • CRS_84

        public static final NamedCoordinateReferenceSystem CRS_84
        Deprecated, for removal: This API element is subject to removal in a future version.
        The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System
      • EPSG_4326_STRICT_WINDING

        public static final NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING
        Deprecated, for removal: This API element is subject to removal in a future version.
        A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
    • Method Detail

      • getName

        public String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the name of this Coordinate Reference System.
        Returns:
        the name
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object