org.geotools.coverage.operation
Class Interpolator2D.Operation

java.lang.Object
  extended byorg.geotools.coverage.processing.AbstractOperation
      extended byorg.geotools.coverage.processing.Operation2D
          extended byorg.geotools.coverage.processing.operation.Interpolate
              extended byorg.geotools.coverage.operation.Interpolator2D.Operation
All Implemented Interfaces:
org.opengis.coverage.processing.Operation, java.io.Serializable
Enclosing class:
Interpolator2D

Deprecated. Replaced by Interpolate.

public static final class Interpolator2D.Operation
extends Interpolate

The "Interpolate" operation. This operation specifies the interpolation type to be used to interpolate values for points which fall between grid cells. The default value is nearest neighbor. The new interpolation type operates on all sample dimensions. See package description for more details.

Version:
$Id: Interpolator2D.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.coverage.processing.operation.Interpolate
TYPE
 
Fields inherited from class org.geotools.coverage.processing.Operation2D
SOURCE_0
 
Fields inherited from class org.geotools.coverage.processing.AbstractOperation
descriptor
 
Constructor Summary
Interpolator2D.Operation()
          Deprecated. Constructs an "Interpolate" operation.
 
Methods inherited from class org.geotools.coverage.processing.operation.Interpolate
doOperation
 
Methods inherited from class org.geotools.coverage.processing.Operation2D
getFactory, getGridCoverageProcessor
 
Methods inherited from class org.geotools.coverage.processing.AbstractOperation
ensureNonNull, equals, getDescription, getDocURL, getName, getNumSources, getParameters, getProcessor, getVendor, getVersion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interpolator2D.Operation

public Interpolator2D.Operation()
Deprecated. 
Constructs an "Interpolate" operation.



Copyright © GeoTools. All Rights Reserved.