Uses of Class
org.esa.snap.core.gpf.graph.GraphContext
-
Packages that use GraphContext Package Description org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.main -
-
Uses of GraphContext in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that return GraphContext Modifier and Type Method Description GraphContextNodeContext. getGraphContext()Methods in org.esa.snap.core.gpf.graph with parameters of type GraphContext Modifier and Type Method Description Product[]GraphProcessor. executeGraph(GraphContext graphContext, ProgressMonitor pm)Executes the graph given byGraphContext.voidGraphProcessingObserver. graphProcessingStarted(GraphContext graphContext)It is invoked when the graph starts its processing.voidGraphProcessingObserver. graphProcessingStopped(GraphContext graphContext)It is invoked when the graph stops its processing.voidGraphProcessingObserver. tileProcessingStarted(GraphContext graphContext, Rectangle tileRectangle)It is invoked when the processing of the rectangle starts.voidGraphProcessingObserver. tileProcessingStopped(GraphContext graphContext, Rectangle tileRectangle)It is invoked when the processing of the rectangle is done. -
Uses of GraphContext in org.esa.snap.core.gpf.main
Methods in org.esa.snap.core.gpf.main with parameters of type GraphContext Modifier and Type Method Description voidCommandLineTool. graphProcessingStarted(GraphContext graphContext)voidCommandLineTool. graphProcessingStopped(GraphContext graphContext)voidCommandLineTool. tileProcessingStarted(GraphContext graphContext, Rectangle tileRectangle)voidCommandLineTool. tileProcessingStopped(GraphContext graphContext, Rectangle tileRectangle)
-