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

Packages that use RasterQueryInfo
org.geotools.arcsde.raster.info   
 

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

Methods in org.geotools.arcsde.raster.info that return types with arguments of type RasterQueryInfo
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
 

Methods in org.geotools.arcsde.raster.info with parameters of type RasterQueryInfo
static void RasterUtils.fitRequestToRaster(GeneralEnvelope requestedEnvelope, RasterDatasetInfo rasterInfo, RasterQueryInfo query)
           
 

Method parameters in org.geotools.arcsde.raster.info with type arguments of type RasterQueryInfo
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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.