Package org.esa.snap.core.gpf
SNAP's Graph Processing Framework GPF used for developing and executing
raster data operators and graphs of such operators.
-
Interface Summary Interface Description OperatorSpiRegistry A registry for operator SPI instances.ProgressMonitoredOperatorExecutor Tile A tile represents a rectangular region of sample data within the scene rectangle of a data product. -
Class Summary Class Description GPF The facade for the Graph Processing Framework.Operator The abstract base class for all operators intended to be extended by clients.OperatorSpi TheOperatorSpi
class is the service provider interface (SPI) forOperator
s.Tile.Pos A pixel position within the tile's raster. -
Exception Summary Exception Description OperatorCancelException OperatorException A general exception class for all failures within anOperator
implementation.