Uses of Class
org.esa.snap.core.gpf.OperatorException
-
Packages that use OperatorException Package Description org.esa.snap.core.gpf SNAP's Graph Processing Framework GPF used for developing and executing raster data operators and graphs of such operators.org.esa.snap.core.gpf.common org.esa.snap.core.gpf.common.reproject org.esa.snap.core.gpf.common.resample org.esa.snap.core.gpf.descriptor org.esa.snap.core.gpf.graph org.esa.snap.core.gpf.operators.tooladapter org.esa.snap.core.gpf.pointop Provides special support for raster data operations that transforms each source pixel into a corresponding target pixel at the same position. -
-
Uses of OperatorException in org.esa.snap.core.gpf
Subclasses of OperatorException in org.esa.snap.core.gpf Modifier and Type Class Description classOperatorCancelExceptionMethods in org.esa.snap.core.gpf that throw OperatorException Modifier and Type Method Description protected voidOperator. checkForCancellation()Checks for cancellation of the current processing request.voidOperator. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)Called by the framework in order to compute a tile for the given target band.voidOperator. computeTileStack(Map<Band,Tile> targetTiles, Rectangle targetRectangle, ProgressMonitor pm)Called by the framework in order to compute the stack of tiles for the given target bands.OperatorOperatorSpi. createOperator()Creates an operator instance with no arguments.OperatorOperatorSpi. createOperator(Map<String,Object> parameters, Map<String,Product> sourceProducts)Creates an operator instance for the given source products and processing parameters.OperatorOperatorSpi. createOperator(Map<String,Object> parameters, Map<String,Product> sourceProducts, RenderingHints renderingHints)Creates an operator instance for the given source products and processing parameters.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, RenderingHints renderingHints)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Map<String,Product> sourceProducts)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Map<String,Product> sourceProducts, RenderingHints renderingHints)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Product sourceProduct)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Product... sourceProducts)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Product[] sourceProducts, RenderingHints renderingHints)Creates a product by using the operator specified by the given name.static ProductGPF. createProduct(String operatorName, Map<String,Object> parameters, Product sourceProduct, RenderingHints renderingHints)Creates a product by using the operator specified by the given name.voidOperator. doExecute(ProgressMonitor pm)Executes the operator.protected voidOperator. ensureSceneGeoCoding(Product... products)Ensures that the given source products all have a scene geo-coding.protected DimensionOperator. ensureSingleRasterSize(Product... products)Ensures that the given source products only contain raster data nodes having the same size in pixels and that all products have the same scene raster size.protected DimensionOperator. ensureSingleRasterSize(RasterDataNode... rasterDataNodes)Ensures that the given raster data nodes only contain raster data nodes having the same size in pixels.TileOperator. getSourceTile(RasterDataNode rasterDataNode, Rectangle region)Gets aTilefor a given band and image region.TileOperator. getSourceTile(RasterDataNode rasterDataNode, Rectangle region, javax.media.jai.BorderExtender borderExtender)Gets aTilefor a given band and image region.ProductOperator. getTargetProduct()Gets the target product for the operator.ObjectOperator. getTargetProperty(String name)Gets a target property of the operator.abstract voidOperator. initialize()Initializes this operator and sets the one and only target product. -
Uses of OperatorException in org.esa.snap.core.gpf.common
Methods in org.esa.snap.core.gpf.common that throw OperatorException Modifier and Type Method Description voidBandMathsOp. computeTile(Band band, Tile targetTile, ProgressMonitor pm)voidJaiOp. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)voidMergeOp. computeTile(Band band, Tile targetTile, ProgressMonitor pm)voidReadOp. computeTile(Band band, Tile targetTile, ProgressMonitor pm)voidSubsetOp. computeTile(Band band, Tile targetTile, ProgressMonitor pm)voidWriteOp. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)voidWriteRGBOp. computeTile(Band band, Tile targetTile, ProgressMonitor pm)voidWriteOp. computeTileStack(Map<Band,Tile> targetTiles, Rectangle targetRectangle, ProgressMonitor pm)voidWriteRGBOp. doExecute(ProgressMonitor pm)static Map<String,Object>MosaicOp. getOperatorParameters(Product product)voidBandMathsOp. initialize()voidImportVectorOp. initialize()voidJaiOp. initialize()voidMergeOp. initialize()voidMosaicOp. initialize()voidPassThroughOp. initialize()voidProductSetReaderOp. initialize()Initializes this operator and sets the one and only target product.voidReadOp. initialize()voidSubsetOp. initialize()voidWriteOp. initialize()voidWriteRGBOp. initialize() -
Uses of OperatorException in org.esa.snap.core.gpf.common.reproject
Methods in org.esa.snap.core.gpf.common.reproject that throw OperatorException Modifier and Type Method Description voidReprojectionOp. initialize() -
Uses of OperatorException in org.esa.snap.core.gpf.common.resample
Methods in org.esa.snap.core.gpf.common.resample that throw OperatorException Modifier and Type Method Description voidResamplingOp. initialize() -
Uses of OperatorException in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that throw OperatorException Modifier and Type Method Description static DefaultOperatorDescriptorDefaultOperatorDescriptor. fromXml(File file, ClassLoader classLoader)Loads an operator descriptor from an XML document.static DefaultOperatorDescriptorDefaultOperatorDescriptor. fromXml(Reader reader, String resourceName, ClassLoader classLoader)Loads an operator descriptor from an XML document.static ToolAdapterOperatorDescriptorToolAdapterOperatorDescriptor. fromXml(File file, ClassLoader classLoader)Loads an operator descriptor from an XML document.static ToolAdapterOperatorDescriptorToolAdapterOperatorDescriptor. fromXml(Reader reader, String resourceName, ClassLoader classLoader)Loads an operator descriptor from an XML document. -
Uses of OperatorException in org.esa.snap.core.gpf.graph
Methods in org.esa.snap.core.gpf.graph that throw OperatorException Modifier and Type Method Description voidGraphOp. initialize() -
Uses of OperatorException in org.esa.snap.core.gpf.operators.tooladapter
Methods in org.esa.snap.core.gpf.operators.tooladapter that throw OperatorException Modifier and Type Method Description static ToolAdapterOpSpiToolAdapterIO. createOperatorSpi(Path operatorFolder)Constructs an OperatorSpi from a given folder.voidToolAdapterOp. initialize()Initialise and run the defined tool.static ToolAdapterOpSpiToolAdapterIO. registerAdapter(File adapterFolder)static ToolAdapterOpSpiToolAdapterIO. registerAdapter(Path adapterFolder)Register a tool adapter as an operator. -
Uses of OperatorException in org.esa.snap.core.gpf.pointop
Methods in org.esa.snap.core.gpf.pointop that throw OperatorException Modifier and Type Method Description protected voidPointOperator. checkRasterSize()Checks if all source products share the same raster size, otherwise throws an exception.voidSampleOperator. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)Overridden to call thecomputeSamplemethod for every pixel in the given tile's rectangle.voidPixelOperator. computeTileStack(Map<Band,Tile> targetTileStack, Rectangle targetRectangle, ProgressMonitor pm)protected abstract voidPointOperator. configureSourceSamples(SourceSampleConfigurer sampleConfigurer)Configures all source samples that this operator requires for the computation of target samples.protected abstract voidPointOperator. configureTargetSamples(TargetSampleConfigurer sampleConfigurer)Configures all target samples computed by this operator.protected ProductPointOperator. createTargetProduct()Creates the target product instance.voidPointOperator. initialize()Configures thisPointOperatorby performing a number of initialisation steps in the given order:PointOperator.prepareInputs()PointOperator.createTargetProduct()PointOperator.configureTargetProduct(ProductConfigurer)PointOperator.configureSourceSamples(SourceSampleConfigurer)PointOperator.configureTargetSamples(TargetSampleConfigurer)This method cannot be overridden by intention (template method).protected voidPointOperator. prepareInputs()Prepares the inputs for this operator.
-