public class ZeroImageNode extends BaseCoverageProcessingNode
Constructor and Description |
---|
ZeroImageNode(Hints hints) |
Modifier and Type | Method and Description |
---|---|
protected GridCoverage |
execute()
Subclasses MUST override this method in order to do the actual processing.
|
addSink, addSource, dispose, ensureNotNull, ensureSourceNotNull, getCoverageFactory, getDescription, getHints, getMaximumNumberOfSources, getName, getNumberOfSinks, getNumberOfSources, getOutput, getSink, getSinks, getSource, getSources, isDisposed, isExecuted, removeSink, removeSink, removeSource, removeSource, toString
public ZeroImageNode(Hints hints)
protected GridCoverage execute()
BaseCoverageProcessingNode
Note that this method is invoked through this framework hence it is run within a critical section. Be careful with what you do within this method since it is essentially an "alien" method running within a synch section, hence all sort of bad things can happen.
execute
in class BaseCoverageProcessingNode
GridCoverage2D
which is the result of the processing.Copyright © 1996–2019 Geotools. All rights reserved.