|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.operation.Interpolator2D
Interpolator2D
.
A grid coverage using an interpolation for evaluating points. This
interpolator is not used for nearest-neighbor interpolation
(use the plain GridCoverage2D
class for that). It should work for other kinds of
interpolation however.
Nested Class Summary | |
static class |
Interpolator2D.Operation
Deprecated. Replaced by Interpolate . |
Method Summary | |
static GridCoverage2D |
create(GridCoverage2D coverage)
Deprecated. Constructs a new interpolator using default interpolations. |
static GridCoverage2D |
create(GridCoverage2D coverage,
javax.media.jai.Interpolation interpolation)
Deprecated. Constructs a new interpolator for a single interpolation. |
static GridCoverage2D |
create(GridCoverage2D coverage,
javax.media.jai.Interpolation[] interpolations)
Deprecated. Constructs a new interpolator for an interpolation and its fallbacks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static GridCoverage2D create(GridCoverage2D coverage)
coverage
- The coverage to interpolate.public static GridCoverage2D create(GridCoverage2D coverage, javax.media.jai.Interpolation interpolation)
coverage
- The coverage to interpolate.interpolation
- The interpolation to use.public static GridCoverage2D create(GridCoverage2D coverage, javax.media.jai.Interpolation[] interpolations)
coverage
- The coverage to interpolate.interpolations
- The interpolation to use and its fallback (if any).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |