Class MercatorAuxiliarySphere

All Implemented Interfaces:
Serializable, Formattable, MathTransformProvider, Deprecable, LenientComparable, org.opengis.referencing.IdentifiedObject, org.opengis.referencing.operation.OperationMethod

public final class MercatorAuxiliarySphere extends AbstractMercator
The provider for "Mercator Auxiliary Sphere" projection (defined by ESRI). This is often equivalent to PseudoMercator.
Since:
1.2
Version:
1.2
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • AUXILIARY_SPHERE_TYPE

      public static final org.opengis.parameter.ParameterDescriptor<Integer> AUXILIARY_SPHERE_TYPE
      The operation parameter descriptor for the Auxiliary sphere type parameter value. Valid values are:
      • 0 = use semi-major axis or radius of the geographic coordinate system.
      • 1 = use semi-minor axis or radius.
      • 2 = calculate and use authalic radius.
      • 3 = use authalic radius and convert geodetic latitudes to authalic latitudes.
      Parameter names
      ESRI: Auxiliary_Sphere_Type
      Notes:
      • Value domain: [0…3]
      • Default value: 0
    • PARAMETERS

      private static final org.opengis.parameter.ParameterDescriptorGroup PARAMETERS
      The group of all parameters expected by this coordinate operation.
  • Constructor Details

    • MercatorAuxiliarySphere

      public MercatorAuxiliarySphere()
      Constructs a new provider.