org.geotools.coverage.processing
Class DefaultProcessor

Object
  extended by CoverageProcessor
      extended by AbstractProcessor
          extended by DefaultProcessor

Deprecated. use CoverageProcessor

public class DefaultProcessor
extends AbstractProcessor

Default implementation of a coverage processor. This default implementation makes the following assumptions:

Note: This implementation do not caches produced coverages. Since coverages may be big, consider wrapping DefaultProcessor instances in BufferedProcessor.

Since:
2.2
Author:
Martin Desruisseaux (IRD) *

Field Summary
 
Fields inherited from class CoverageProcessor
hints, LOGGER, OPERATION, registry
 
Constructor Summary
DefaultProcessor()
          Deprecated.  
 
Method Summary
 
Methods inherited from class CoverageProcessor
addOperation, doOperation, doOperation, getInstance, getInstance, getLocale, getOperation, getOperations, getRenderingHint, listOperations, main, printOperations, scanForPlugins
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProcessor

public DefaultProcessor()
Deprecated. 


Copyright © 1996-2013 Geotools. All Rights Reserved.