Class MolodenskyInterpolation

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

public final class MolodenskyInterpolation extends FranceGeocentricInterpolation
An approximation of geocentric interpolations which uses InterpolatedMolodenskyTransform instead of InterpolatedGeocentricTransform.

This operation method is not standard, and as of SIS 0.7 not yet registered in the operation methods provided by DefaultMathTransformFactory. This class extends FranceGeocentricInterpolation for now because the latter is currently the only operation performing interpolation in the geocentric domain. However, this class hierarchy may be revisited in any future SIS version.

Since:
0.7
Version:
0.7
Author:
Martin Desruisseaux (Geomatys)
See Also:
  • Constructor Details

    • MolodenskyInterpolation

      public MolodenskyInterpolation()
      Constructs a provider.
  • Method Details

    • redimension

      @Deprecated public final org.opengis.referencing.operation.OperationMethod redimension(int sourceDimensions, int targetDimensions)
      Deprecated.
      ISO 19111:2019 removed source/target dimensions attributes.
      Returns the elements of the given array at an index computed from the given dimensions.
      Overrides:
      redimension in class DefaultOperationMethod
      Parameters:
      sourceDimensions - the desired number of input dimensions.
      targetDimensions - the desired number of output dimensions.
      Returns:
      the redimensioned operation method, or null if none.