Package | Description |
---|---|
org.esa.snap.core.gpf.graph |
Modifier and Type | Method and Description |
---|---|
GraphContext |
NodeContext.getGraphContext() |
Modifier and Type | Method and Description |
---|---|
Product[] |
GraphProcessor.executeGraph(GraphContext graphContext,
ProgressMonitor pm)
Executes the graph given by
GraphContext . |
void |
GraphProcessingObserver.graphProcessingStarted(GraphContext graphContext)
It is invoked when the graph starts its processing.
|
void |
GraphProcessingObserver.graphProcessingStopped(GraphContext graphContext)
It is invoked when the graph stops its processing.
|
void |
GraphProcessingObserver.tileProcessingStarted(GraphContext graphContext,
Rectangle tileRectangle)
It is invoked when the processing of the rectangle starts.
|
void |
GraphProcessingObserver.tileProcessingStopped(GraphContext graphContext,
Rectangle tileRectangle)
It is invoked when the processing of the rectangle is done.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.