Uses of Interface
org.esa.snap.core.gpf.Tile
-
Packages that use Tile 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.pointop Provides special support for raster data operations that transforms each source pixel into a corresponding target pixel at the same position. -
-
Uses of Tile in org.esa.snap.core.gpf
Methods in org.esa.snap.core.gpf that return Tile Modifier and Type Method Description 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.Methods in org.esa.snap.core.gpf with parameters of type Tile Modifier and Type Method Description voidOperator. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)Called by the framework in order to compute a tile for the given target band.Method parameters in org.esa.snap.core.gpf with type arguments of type Tile Modifier and Type Method Description 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. -
Uses of Tile in org.esa.snap.core.gpf.common
Methods in org.esa.snap.core.gpf.common with parameters of type Tile 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)Method parameters in org.esa.snap.core.gpf.common with type arguments of type Tile Modifier and Type Method Description voidWriteOp. computeTileStack(Map<Band,Tile> targetTiles, Rectangle targetRectangle, ProgressMonitor pm) -
Uses of Tile in org.esa.snap.core.gpf.pointop
Methods in org.esa.snap.core.gpf.pointop with parameters of type Tile Modifier and Type Method Description voidSampleOperator. computeTile(Band targetBand, Tile targetTile, ProgressMonitor pm)Overridden to call thecomputeSamplemethod for every pixel in the given tile's rectangle.Method parameters in org.esa.snap.core.gpf.pointop with type arguments of type Tile Modifier and Type Method Description voidPixelOperator. computeTileStack(Map<Band,Tile> targetTileStack, Rectangle targetRectangle, ProgressMonitor pm)
-