|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterationStrategy | |
|---|---|
| org.geotoolkit.referencing.operation.transform | Math transform implementations. |
| Uses of IterationStrategy in org.geotoolkit.referencing.operation.transform |
|---|
| Methods in org.geotoolkit.referencing.operation.transform that return IterationStrategy | |
|---|---|
static 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 |
IterationStrategy.valueOf(String name)
Returns 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||