Class MercatorSpherical

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

public final class MercatorSpherical extends AbstractMercator
The provider for "Mercator (Spherical)" projection (EPSG:1026, EPSG:9841). This provider reuses all parameters defined in Mercator2SP, except that the standard parallel is made optional since it is not formally a parameter of this projection.
Since:
0.6
Version:
1.0
See Also:
  • Field Details

    • serialVersionUID

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

      public static final String IDENTIFIER
      The EPSG identifier, to be preferred to the name when available.
      See Also:
    • PARAMETERS

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

    • MercatorSpherical

      public MercatorSpherical()
      Constructs a new provider.