Class NamedCoordinateReferenceSystem


  • @Immutable
    @Deprecated(since="2021-05-27")
    public final class NamedCoordinateReferenceSystem
    extends CoordinateReferenceSystem
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    A GeoJSON named Coordinate Reference System.
    Since:
    3.1
    • Field Detail

      • EPSG_4326_STRICT_WINDING

        public static final NamedCoordinateReferenceSystem EPSG_4326_STRICT_WINDING
        Deprecated.
        A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
    • Constructor Detail

      • NamedCoordinateReferenceSystem

        public NamedCoordinateReferenceSystem​(java.lang.String name)
        Deprecated.
        Construct an instance
        Parameters:
        name - the name
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Gets the name of this Coordinate Reference System.
        Returns:
        the name
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object