Package | Description |
---|---|
org.gridfour.gvrs |
Provides classes and interfaces for managing raster data in files.
|
org.gridfour.interpolation |
Provides tools for interpolation over a raster data set.
|
Modifier and Type | Method and Description |
---|---|
InterpolationResult |
GvrsInterpolatorBSpline.zNormal(double x,
double y)
Interpolates a value at the indicated position and also computes the unit
surface normal vector.
|
InterpolationResult |
GvrsInterpolatorBSpline.zNormalGrid(double row,
double column)
Interpolates a value at the indicated position and also computes the unit
surface normal vector.
|
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.
|
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.
|
Copyright © 2022. All rights reserved.