Class AxisOrderReversal

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

public class AxisOrderReversal extends AbstractProvider
The provider for "axis order reversal (2D)" (EPSG:9843). This is a trivial operation that just swap the two first axes. The inverse operation is this operation itself.
Since:
0.8
Version:
1.3
Author:
Martin Desruisseaux (Geomatys)
See Also:
  • Constructor Details

    • AxisOrderReversal

      public AxisOrderReversal()
      Constructs a provider with default parameters.
  • Method Details

    • createMathTransform

      public org.opengis.referencing.operation.MathTransform createMathTransform(org.opengis.referencing.operation.MathTransformFactory factory, org.opengis.parameter.ParameterValueGroup values)
      Returns the transform.
      Parameters:
      factory - ignored (can be null).
      values - ignored.
      Returns:
      the math transform.