Package | Description |
---|---|
org.geotools.arcsde.raster.gce | |
org.geotools.arcsde.raster.info | |
org.geotools.arcsde.raster.io |
Constructor and Description |
---|
ArcSDEGridCoverage2DReaderJAI(ArcSDERasterFormat parent,
RasterReaderFactory rasterReaderFactory,
RasterDatasetInfo rasterInfo,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
RasterDatasetInfo |
GatherCoverageMetadataCommand.execute(ISession session,
SeConnection connection) |
Modifier and Type | Method and Description |
---|---|
static ImageTypeSpecifier |
RasterUtils.createFullImageTypeSpecifier(RasterDatasetInfo rasterInfo,
int rasterIndex) |
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
|
static void |
RasterUtils.fitRequestToRaster(GeneralEnvelope requestedEnvelope,
RasterDatasetInfo rasterInfo,
RasterQueryInfo query) |
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. |
Modifier and Type | Method and Description |
---|---|
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,
GridEnvelope tileRange) |
Copyright © 1996–2019 Geotools. All rights reserved.