Uses of Enum
org.apache.sis.referencing.operation.transform.IterationStrategy
Packages that use IterationStrategy
Package
Description
Conversions or transformations of multi-dimensional coordinate points.
-
Uses of IterationStrategy in org.apache.sis.referencing.operation.transform
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 type with the specified name.static IterationStrategy[]IterationStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.