|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractProcessor | |
| org.geotools.coverage.processing | Coverage processing implementations. |
| Uses of AbstractProcessor in org.geotools.coverage.processing |
| Subclasses of AbstractProcessor in org.geotools.coverage.processing | |
class |
AbstractGridCoverageProcessor
Deprecated. Replaced by AbstractProcessor, 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. |
class |
BufferedProcessor
A coverage processor caching the result of any operations. |
class |
DefaultProcessor
Default implementation of a coverage processor. |
class |
GridCoverageProcessor2D
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. |
| Fields in org.geotools.coverage.processing declared as AbstractProcessor | |
protected AbstractProcessor |
BufferedProcessor.processor
The underlying processor. |
| Methods in org.geotools.coverage.processing that return AbstractProcessor | |
static AbstractProcessor |
AbstractProcessor.getInstance()
Returns a default processor instance. |
protected static AbstractProcessor |
AbstractOperation.getProcessor(java.awt.RenderingHints hints)
Returns the AbstractProcessor instance used for an operation. |
| Constructors in org.geotools.coverage.processing with parameters of type AbstractProcessor | |
BufferedProcessor(AbstractProcessor processor)
Creates a new buffered processor backed by the specified processor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||