Uses of Class
org.geotools.arcsde.raster.info.RasterDatasetInfo

Packages that use RasterDatasetInfo
org.geotools.arcsde.raster.gce   
org.geotools.arcsde.raster.info   
org.geotools.arcsde.raster.io   
 

Uses of RasterDatasetInfo in org.geotools.arcsde.raster.gce
 

Constructors in org.geotools.arcsde.raster.gce with parameters of type RasterDatasetInfo
ArcSDEGridCoverage2DReaderJAI(ArcSDERasterFormat parent, RasterReaderFactory rasterReaderFactory, RasterDatasetInfo rasterInfo, Hints hints)
           
 

Uses of RasterDatasetInfo in org.geotools.arcsde.raster.info
 

Methods in org.geotools.arcsde.raster.info that return RasterDatasetInfo
 RasterDatasetInfo GatherCoverageMetadataCommand.execute(ISession session, SeConnection connection)
           
 

Methods in org.geotools.arcsde.raster.info with parameters of type RasterDatasetInfo
static ImageTypeSpecifier RasterUtils.createFullImageTypeSpecifier(RasterDatasetInfo rasterInfo, int rasterIndex)
           
static List<RasterQueryInfo> RasterUtils.findMatchingRasters(RasterDatasetInfo rasterInfo, GeneralEnvelope requestedEnvelope, Rectangle requestedDim, OverviewPolicy overviewPolicy)
          Find out the raster ids and their pyramid levels in the raster dataset for the rasters whose envelope overlaps the requested one
static void RasterUtils.fitRequestToRaster(GeneralEnvelope requestedEnvelope, RasterDatasetInfo rasterInfo, RasterQueryInfo query)
           
static Rectangle RasterUtils.setMosaicLocations(RasterDatasetInfo rasterInfo, GeneralEnvelope resultEnvelope, List<RasterQueryInfo> results)
          Given a collection of RasterQueryInfo instances holding information about how a request fits for each individual raster composing a catalog, figure out where their resulting images fit into the overall mosaic that's gonna be the result of the request.
 

Uses of RasterDatasetInfo in org.geotools.arcsde.raster.io
 

Methods in org.geotools.arcsde.raster.io with parameters of type RasterDatasetInfo
 TiledRasterReader RasterReaderFactory.create(RasterDatasetInfo rasterInfo)
          Creates a TiledRasterReader that's able to read one or more raster for the given RasterDatasetInfo, depending on if rasterInfo represents a single raster or a raster catalog.
static TileReader TileReaderFactory.getInstance(ISessionPool sessionPool, RasterDatasetInfo rasterInfo, long rasterId, int pyramidLevel, Rectangle requestedTiles)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.