Class SouthPoleRotation

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

public final class SouthPoleRotation extends AbstractProvider
The provider for the WMO Rotated Latitude/Longitude coordinate operation. This is defined by the World Meteorological Organization (WMO) in GRIB2 template 3.1. The 180° rotated meridian runs through both the geographical and the rotated South pole.

Comparison with UCAR library

This is consistent with
invalid reference
ucar.unidata.geoloc.projection.RotatedLatLon
in UCAR netCDF library version 5.5.2.
Since:
1.2
Version:
1.3
Author:
Martin Desruisseaux (Geomatys)
See Also:
  • Field Details

    • PARAMETERS

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

    • SouthPoleRotation

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

    • createMathTransform

      public org.opengis.referencing.operation.MathTransform createMathTransform(org.opengis.referencing.operation.MathTransformFactory factory, org.opengis.parameter.ParameterValueGroup parameters) throws org.opengis.util.FactoryException
      Creates a coordinate operation from the specified group of parameter values.
      Parameters:
      factory - the factory to use for creating the transforms.
      parameters - the group of parameter values.
      Returns:
      the coordinate operation created from the given parameter values.
      Throws:
      org.opengis.util.FactoryException - if the coordinate operation cannot be created.