Interface SpecializableTransform.TransformCall

Enclosing class:
SpecializableTransform
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface SpecializableTransform.TransformCall
Call of a MathTransform.transform(…) method with source and target arrays fixed at TransformCall creation time. This is used for allowing the same implementation to be shared by most transform(…) methods in SpecializableTransform.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.opengis.referencing.operation.MathTransform tr, int srcOff, int dstOff, int numPts)
    Performs the transform at the given offsets.
  • Method Details

    • apply

      void apply(org.opengis.referencing.operation.MathTransform tr, int srcOff, int dstOff, int numPts) throws org.opengis.referencing.operation.TransformException
      Performs the transform at the given offsets.
      Throws:
      org.opengis.referencing.operation.TransformException