|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid.InterpolationMethod | |
|---|---|
| org.cts.op.transformation.grids | |
| Uses of Grid.InterpolationMethod in org.cts.op.transformation.grids |
|---|
| Methods in org.cts.op.transformation.grids that return Grid.InterpolationMethod | |
|---|---|
static Grid.InterpolationMethod |
Grid.InterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Grid.InterpolationMethod[] |
Grid.InterpolationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.cts.op.transformation.grids with parameters of type Grid.InterpolationMethod | |
|---|---|
double[] |
GeographicGrid.getValue(double x,
double y,
Grid.InterpolationMethod method)
Get the value corrsponding to the x,y position. |
double[] |
Grid.getValue(double x,
double y,
Grid.InterpolationMethod method)
Get the value corrsponding to the x,y position. |
| Constructors in org.cts.op.transformation.grids with parameters of type Grid.InterpolationMethod | |
|---|---|
InterpolationMethodException(Grid.InterpolationMethod method)
Create a new InterpolationMethodException. |
|
InterpolationMethodException(Grid.InterpolationMethod method,
Class gridClass)
Create a new InterpolationMethodException. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||