Uses of Enum Class
org.apache.sis.referencing.operation.transform.IterationStrategy
Packages that use IterationStrategy
Package
Description
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of IterationStrategy in org.apache.sis.referencing.operation.transform
Subclasses with type arguments of type IterationStrategy in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionenum
Strategy for iterating over the point arrays given toAbstractMathTransform.transform(…)
methods.Methods in org.apache.sis.referencing.operation.transform that return IterationStrategyModifier and TypeMethodDescriptionstatic IterationStrategy
IterationStrategy.suggest
(int srcOff, int srcDim, int dstOff, int dstDim, int numPts) Suggests a strategy for iterating over the points to transform in an array.static IterationStrategy
Returns the enum constant of this class with the specified name.static IterationStrategy[]
IterationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.