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 TypeClassDescriptionenumStrategy for iterating over the point arrays given toAbstractMathTransform.transform(…)methods.Methods in org.apache.sis.referencing.operation.transform that return IterationStrategyModifier and TypeMethodDescriptionstatic IterationStrategyIterationStrategy.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 IterationStrategyReturns 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.