Package | Description |
---|---|
org.gridfour.interpolation |
Provides tools for interpolation over a raster data set.
|
Modifier and Type | Method and Description |
---|---|
static InterpolationTarget |
InterpolationTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterpolationTarget[] |
InterpolationTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InterpolationResult |
IRasterInterpolator.interpolate(double row,
double column,
int nRowsInGrid,
int nColumnsInGrid,
float[] grid,
double rowSpacing,
double columnSpacing,
InterpolationTarget target,
InterpolationResult outputResult)
Compute the interpolated value, the derivatives, and the normal vector to
the surface at the specified grid coordinates.
|
InterpolationResult |
InterpolatorBSpline.interpolate(double row,
double column,
int nRowsInGrid,
int nColumnsInGrid,
float[] grid,
double rowSpacing,
double columnSpacing,
InterpolationTarget target,
InterpolationResult outputResult)
Compute the interpolated value, the derivatives, and the normal vector to
the surface at the specified grid coordinates.
|
boolean |
IRasterInterpolator.isInterpolationTargetSupported(InterpolationTarget target)
Indicates whether the interpolation implementation supports the
specified target.
|
boolean |
InterpolatorBSpline.isInterpolationTargetSupported(InterpolationTarget target)
Indicates whether the interpolation implementation supports the specified
target.
|
Copyright © 2022. All rights reserved.