Class AxisOrderReversal3D

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

public final class AxisOrderReversal3D extends AxisOrderReversal
The provider for "axis order reversal (geographic3D horizontal)" (EPSG:9844). 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
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial number for inter-operability with different versions.
      See Also:
    • PARAMETERS

      private static final org.opengis.parameter.ParameterDescriptorGroup PARAMETERS
      The group of all parameters expected by this coordinate operation (in this case, none).
  • Constructor Details

    • AxisOrderReversal3D

      public AxisOrderReversal3D()
      Constructs a provider with default parameters.