| Package | Description |
|---|---|
| org.tinfour.demo.utils |
Provides utilities in support of the development classes.
|
| Modifier and Type | Method and Description |
|---|---|
InterpolationMethod |
TestOptions.getInterpolationMethod()
Gets the interpolation method based on the specified options,
default value is NaturalNeighbor;
|
static InterpolationMethod |
InterpolationMethod.lenientValue(String target)
Determine an interpolation method, applying a lenient rules
to determine which one is indicated by the string.
|
static InterpolationMethod |
InterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationMethod[] |
InterpolationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.