Uses of Interface
org.apache.sis.referencing.operation.transform.SpecializableTransform.TransformCall
Packages that use SpecializableTransform.TransformCall
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of SpecializableTransform.TransformCall in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type SpecializableTransform.TransformCallModifier and TypeMethodDescriptionprivate void
SpecializableTransform.Inverse.transform
(SpecializableTransform.TransformCall transform, double[] dstPts, int srcOff, int dstOff, int srcInc, int dstInc, int numPts) Invoked for transforming, then verifying if more appropriate transform exists for the result.private void
SpecializableTransform.transform
(SpecializableTransform.TransformCall transform, DirectPositionView src, int dstOff, int srcInc, int dstInc, int numPts) Transforms a list of coordinate tuples.