Package | Description |
---|---|
org.geotools.arcsde.raster.info |
Modifier and Type | Method and Description |
---|---|
static RasterQueryInfo |
RasterUtils.findLowestResolution(List<RasterQueryInfo> results) |
Modifier and Type | Method and Description |
---|---|
static List<RasterQueryInfo> |
RasterUtils.findMatchingRasters(RasterDatasetInfo rasterInfo,
GeneralEnvelope requestedEnvelope,
GridEnvelope 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
|
Modifier and Type | Method and Description |
---|---|
static void |
RasterUtils.fitRequestToRaster(GeneralEnvelope requestedEnvelope,
RasterDatasetInfo rasterInfo,
RasterQueryInfo query) |
Modifier and Type | Method and Description |
---|---|
static RasterQueryInfo |
RasterUtils.findLowestResolution(List<RasterQueryInfo> results) |
static GridEnvelope |
RasterUtils.setMosaicLocations(RasterDatasetInfo rasterInfo,
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–2019 Geotools. All rights reserved.