org.geotools.coverage.operation
Class Resampler2D.Operation

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

Deprecated. Replaced by Resample.

public static final class Resampler2D.Operation
extends Resample

The "Resample" operation.

Since:
2.1
Version:
$Id: Resampler2D.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.Resample
COORDINATE_REFERENCE_SYSTEM, GRID_GEOMETRY, INTERPOLATION_TYPE
 
Fields inherited from class org.geotools.coverage.processing.Operation2D
SOURCE_0
 
Fields inherited from class org.geotools.coverage.processing.AbstractOperation
descriptor
 
Constructor Summary
Resampler2D.Operation()
          Deprecated. Constructs a "Resample" operation.
 
Methods inherited from class org.geotools.coverage.processing.operation.Resample
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

Resampler2D.Operation

public Resampler2D.Operation()
Deprecated. 
Constructs a "Resample" operation.



Copyright © GeoTools. All Rights Reserved.