Uses of Interface
org.esa.beam.framework.gpf.Tile

Packages that use Tile
org.esa.beam.framework.gpf   
org.esa.beam.framework.gpf.internal   
org.esa.beam.framework.gpf.pointop   
 

Uses of Tile in org.esa.beam.framework.gpf
 

Methods in org.esa.beam.framework.gpf that return Tile
 Tile Operator.getSourceTile(RasterDataNode rasterDataNode, Rectangle region)
          Gets a Tile for a given band and image region.
 Tile Operator.getSourceTile(RasterDataNode rasterDataNode, Rectangle region, javax.media.jai.BorderExtender borderExtender)
          Gets a Tile for a given band and image region.
 

Methods in org.esa.beam.framework.gpf with parameters of type Tile
 void Operator.computeTile(Band targetBand, Tile targetTile, com.bc.ceres.core.ProgressMonitor pm)
          Called by the framework in order to compute a tile for the given target band.
 

Method parameters in org.esa.beam.framework.gpf with type arguments of type Tile
 void Operator.computeTileStack(Map<Band,Tile> targetTiles, Rectangle targetRectangle, com.bc.ceres.core.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.beam.framework.gpf.internal
 

Classes in org.esa.beam.framework.gpf.internal that implement Tile
 class TileImpl
          A Tile implementation backed by a Raster.
 

Methods in org.esa.beam.framework.gpf.internal that return Tile
 Tile OperatorContext.getSourceTile(RasterDataNode rasterDataNode, Rectangle region)
           
 Tile OperatorContext.getSourceTile(RasterDataNode rasterDataNode, Rectangle region, javax.media.jai.BorderExtender borderExtender)
           
 

Uses of Tile in org.esa.beam.framework.gpf.pointop
 

Methods in org.esa.beam.framework.gpf.pointop with parameters of type Tile
 void SampleOperator.computeTile(Band targetBand, Tile targetTile, com.bc.ceres.core.ProgressMonitor pm)
          Overridden to call the computeSample method for every pixel in the given tile's rectangle.
 

Method parameters in org.esa.beam.framework.gpf.pointop with type arguments of type Tile
 void PixelOperator.computeTileStack(Map<Band,Tile> targetTileStack, Rectangle targetRectangle, com.bc.ceres.core.ProgressMonitor pm)
           
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.