Class MercatorPseudoProvider

All Implemented Interfaces:
Serializable, IdentifiedObject, OperationMethod, PROJFormattable

public class MercatorPseudoProvider extends MapProjection.AbstractProvider
Supports the popular visualisation projection used by Google, Microsoft, Yahoo, OSM and others
Author:
Andrea Aime - OpenGeo
See Also:
  • Field Details

    • AUXILIARY_SPHERE_TYPE

      public static final ParameterDescriptor AUXILIARY_SPHERE_TYPE
      The Auxiliary Sphere Type parameter accepts:
      • 0 (use semimajor axis or radius of the geographic coordinate system)
      • 1 (use semiminor axis or radius)
      • 2 (calculate and use authalic radius), or 3 (use authalic radius and convert geodetic latitudes to authalic latitudes).
      Geotools only supports 0 for the moment
    • FAKE_ESRI_STANDARD_PARALLELL

      public static final ParameterDescriptor FAKE_ESRI_STANDARD_PARALLELL
  • Constructor Details

    • MercatorPseudoProvider

      public MercatorPseudoProvider()
      Constructs a new provider.
  • Method Details