org.geotools.coverage.processing
Class DefaultProcessor
Object
CoverageProcessor
AbstractProcessor
DefaultProcessor
Deprecated. use CoverageProcessor
public class DefaultProcessor
- extends AbstractProcessor
Default implementation of a coverage processor.
This default implementation makes the following assumptions:
- Operations are declared in the
META-INF/services/org.opengis.coverage.processing.Operation file.
- Operations are actually instances of
AbstractOperation (note: this constraint
may be relaxed in a future version after GeoAPI interfaces for grid coverage will be
redesigned).
- Most operations are backed by Java Advanced Imaging.
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) *
| 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 |
DefaultProcessor
public DefaultProcessor()
- Deprecated.
Copyright © 1996-2013 Geotools. All Rights Reserved.