Class TransverseMercatorSouth

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

public final class TransverseMercatorSouth extends MapProjection
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
Author:
Martin Desruisseaux (MPO, IRD, Geomatys)
See Also:
  • Field Details

    • IDENTIFIER

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

      public static final org.opengis.parameter.ParameterDescriptor<Double> FALSE_EASTING
      The operation parameter descriptor for the False easting (FE) parameter value. Valid values range is unrestricted and default value is 0 metre.
      Parameter names
      EPSG: False easting
      OGC: false_easting
      ESRI: False_Easting
      NetCDF: false_easting
      GeoTIFF: FalseEasting
      Proj4: x_0
    • FALSE_NORTHING

      public static final org.opengis.parameter.ParameterDescriptor<Double> FALSE_NORTHING
      The operation parameter descriptor for the False northing (FN) parameter value. Valid values range is unrestricted and default value is 0 metre.
      Parameter names
      EPSG: False northing
      OGC: false_northing
      ESRI: False_Northing
      NetCDF: false_northing
      GeoTIFF: FalseNorthing
      Proj4: y_0
  • 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.
      Parameters:
      parameters - the group of parameter values.
      Returns:
      the map projection created from the given parameter values.