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 classThe double-precision version ofDirectPositionView.static final classThe 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 voidSpecializableTransform.transform(SpecializableTransform.TransformCall transform, DirectPositionView src, int dstOff, int srcInc, int dstInc, int numPts) Transforms a list of coordinate tuples.