| org.geotools.coverage.grid.GridCoverageTest org.geotools.coverage.grid.InterpolatorTest
InterpolatorTest | public InterpolatorTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testGridCoverage | public void testGridCoverage()(Code) | | Tests the interpolations. Since testGridCoverage() tests value
at the center of pixels, all interpolations results should be identical to
a result without interpolation.
|
testInterpolationAtEdges | public void testInterpolationAtEdges()(Code) | | Tests bilinear intersection at pixel edges. It should be equals
to the average of the four pixels around.
|
transform | protected GridCoverage2D transform(GridCoverage2D coverage)(Code) | | Applies an operation on the specified coverage, if wanted.
The default implementation applies a set of interpolations
on coverage .
|
|
|