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 Summary

      Fields 
      Modifier and Type Field Description
      static 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
      static NamedCoordinateReferenceSystem EPSG_4326
      Deprecated, for removal: This API element is subject to removal in a future version.
      The EPSG:4326 Coordinate Reference System.
      static 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 Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.mongodb.client.model.geojson.CoordinateReferenceSystem convert()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Converts this type to the driver type
      boolean equals​(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the name of this Coordinate Reference System.
      CoordinateReferenceSystemType getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the type of this Coordinate Reference System.
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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
      • convert

        public com.mongodb.client.model.geojson.CoordinateReferenceSystem convert()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from class: CoordinateReferenceSystem
        Converts this type to the driver type
        Specified by:
        convert in class CoordinateReferenceSystem
        Returns:
        the driver type