Class TransverseMercatorSouth

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

public final class TransverseMercatorSouth extends AbstractMercator
The provider for "Transverse Mercator (South Orientated)" projection (EPSG:9808). The terms false easting (FE) and false northing (FN) increase the Westing and Southing value at the natural origin. In other words they are effectively false westing (FW) and false southing (FS) respectively.
Since:
0.6
Version:
0.6
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

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

    • TransverseMercatorSouth

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

    • createProjection

      protected NormalizedProjection createProjection(Parameters parameters)
      Creates a map projection on an ellipsoid having a semi-major axis length of 1.
      Overrides:
      createProjection in class AbstractMercator
      Parameters:
      parameters - the group of parameter values.
      Returns:
      the map projection created from the given parameter values.