Class NorthPoleRotation

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

public final class NorthPoleRotation extends AbstractProvider
The provider for the NetCDF Rotated Latitude/Longitude coordinate operation. This is similar to the WMO Rotated Latitude/Longitude but rotating north pole instead of south pole. The 0° rotated meridian is defined as the meridian that runs through both the geographical and the rotated North pole.
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

    • NorthPoleRotation

      public NorthPoleRotation()
      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.