Class NamedCoordinateReferenceSystem

java.lang.Object
com.mongodb.client.model.geojson.CoordinateReferenceSystem
com.mongodb.client.model.geojson.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 Details

    • EPSG_4326

      public static final NamedCoordinateReferenceSystem EPSG_4326
      Deprecated.
      The EPSG:4326 Coordinate Reference System.
    • CRS_84

      public static final NamedCoordinateReferenceSystem CRS_84
      Deprecated.
      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.
      A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
  • Constructor Details

    • NamedCoordinateReferenceSystem

      public NamedCoordinateReferenceSystem(String name)
      Deprecated.
      Construct an instance
      Parameters:
      name - the name
  • Method Details