| Package | Description |
|---|---|
| org.cts.op.transformation.grids |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
Grid.getValue(double x,
double y,
Grid.InterpolationMethod method)
Get the value corrsponding to the x,y position.
|
double[] |
GeographicGrid.getValue(double x,
double y,
Grid.InterpolationMethod method)
Get the value corrsponding to the x,y position.
|
| Constructor and Description |
|---|
InterpolationMethodException(Grid.InterpolationMethod method)
Create a new InterpolationMethodException.
|
InterpolationMethodException(Grid.InterpolationMethod method,
Class gridClass)
Create a new InterpolationMethodException.
|
Copyright © 2019 CNRS. All rights reserved.