Uses of Class
org.apache.sis.internal.referencing.DirectPositionView
Packages that use DirectPositionView
Package
Description
A set of helper classes for the SIS implementation.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of DirectPositionView in org.apache.sis.internal.referencing
Subclasses of DirectPositionView in org.apache.sis.internal.referencingModifier and TypeClassDescriptionstatic final class
The double-precision version ofDirectPositionView
.static final class
The single-precision version ofDirectPositionView
. -
Uses of DirectPositionView in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform with parameters of type DirectPositionViewModifier and TypeMethodDescriptionprivate void
SpecializableTransform.transform
(SpecializableTransform.TransformCall transform, DirectPositionView src, int dstOff, int srcInc, int dstInc, int numPts) Transforms a list of coordinate tuples.