|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<RasterQueryInfo> |
RasterUtils.findMatchingRasters(RasterDatasetInfo rasterInfo,
GeneralEnvelope requestedEnvelope,
java.awt.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 java.awt.Rectangle |
RasterUtils.setMosaicLocations(RasterDatasetInfo rasterInfo,
GeneralEnvelope resultEnvelope,
java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |