org.geotools.coverage.processing
Class GridCoverageProcessor2D

java.lang.Object
  extended byorg.geotools.coverage.processing.AbstractProcessor
      extended byorg.geotools.coverage.processing.DefaultProcessor
          extended byorg.geotools.coverage.processing.AbstractGridCoverageProcessor
              extended byorg.geotools.coverage.processing.GridCoverageProcessor2D
All Implemented Interfaces:
org.opengis.coverage.processing.GridCoverageProcessor

Deprecated. Replaced by DefaultProcessor, which is more general. There is no GeoAPI interface right now for , but the interface is not ready anyway. GeoAPI's Coverage interfaces are work in progress and not yet aligned on ISO 19123.

public class GridCoverageProcessor2D
extends AbstractGridCoverageProcessor

Processor for GridCoverage2D objects.

Since:
2.1
Version:
$Id: GridCoverageProcessor2D.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux

Field Summary
 
Fields inherited from class org.geotools.coverage.processing.AbstractProcessor
LOGGER, OPERATION
 
Constructor Summary
protected GridCoverageProcessor2D()
          Deprecated. Constructs a grid coverage processor with no operation and using the default JAI instance.
  GridCoverageProcessor2D(GridCoverageProcessor2D processor, java.awt.RenderingHints hints)
          Deprecated. This constructor ignores the arguments.
 
Method Summary
static GridCoverageProcessor2D getDefault()
          Deprecated. Returns the default grid coverage processor.
 void print(java.io.Writer out)
          Deprecated. Prints a description of all operations to the specified stream.
 
Methods inherited from class org.geotools.coverage.processing.AbstractGridCoverageProcessor
analyze, doOperation, doOperation, doOperation, doOperation, doOperation, doOperation, getMetadataNames, getMetadataValue, getNumOperations, getOperation
 
Methods inherited from class org.geotools.coverage.processing.DefaultProcessor
addOperation, doOperation, getOperation, getOperations, getRenderingHint, scanForPlugins
 
Methods inherited from class org.geotools.coverage.processing.AbstractProcessor
getInstance, getLocale, listOperations, main, printOperations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opengis.coverage.processing.GridCoverageProcessor
getOperations
 

Constructor Detail

GridCoverageProcessor2D

protected GridCoverageProcessor2D()
Deprecated. 
Constructs a grid coverage processor with no operation and using the default JAI instance. Operations can be added by invoking the DefaultProcessor.addOperation(org.opengis.coverage.processing.Operation) method at construction time. Rendering hints will be initialized with the following hints:


GridCoverageProcessor2D

public GridCoverageProcessor2D(GridCoverageProcessor2D processor,
                               java.awt.RenderingHints hints)
Deprecated. This constructor ignores the arguments.

Constructs a grid coverage processor initialized with the same set of operations than the specified processor. The rendering hints are initialized to the union of the rendering hints of the specified processor, and the specified rendering hints. More operations can be added by invoking the DefaultProcessor.addOperation(org.opengis.coverage.processing.Operation) method at construction time.

Parameters:
processor - The processor to inherit from, or if none.
hints - A set of supplemental rendering hints, or if none.
Method Detail

getDefault

public static GridCoverageProcessor2D getDefault()
Deprecated. 
Returns the default grid coverage processor.


print

public void print(java.io.Writer out)
           throws java.io.IOException
Deprecated. 
Prints a description of all operations to the specified stream. The description include operation names and lists of parameters.

Parameters:
out - The destination stream.
Throws:
java.io.IOException - if an error occured will writing to the stream.


Copyright © GeoTools. All Rights Reserved.