Class | Description |
---|---|
GatherCoverageMetadataCommand |
Session command to gather information for an ArcSDE Raster, such as dimensions, spatial extent,
number of pyramid levels, etc; into a
RasterDatasetInfo |
RasterBandInfo | |
RasterDatasetInfo |
Wraps metadata information for a raster dataset, whether it is composed of a single raster, or
it's raster catalog, and provides some conveinent methods to get to the raster metadata of it's
rasters and pyramid levels.
|
RasterInfo |
A RasterInfo gathers the metadata for a single raster in a raster dataset
Basically, it wraps the SeRasterAttr object and implements some convenience methods for doing
calculations with it.
|
RasterQueryInfo |
Captures information about a query for a single raster in a raster dataset.
|
RasterUtils |
Enum | Description |
---|---|
CompressionType |
An enumeration that mirrors the different possible raster compression types in Arcsde (ie,
SeRaster#SE_COMPRESSION_* ) |
InterleaveType |
An enumeration that mirrors the different possible band interleave types in Arcsde (ie,
SeRaster#SE_RASTER_INTERLEAVE_* ) |
InterpolationType |
An enumeration that mirrors the different possible raster interpolation types in Arcsde (ie,
SeRaster#SE_INTERPOLATION_* ) |
RasterCellType |
An enumeration that mirrors the different possible cell resolutions in Arcsde (ie,
SeRaster#SE_PIXEL_TYPE_* ) |
Copyright © 1996–2019 Geotools. All rights reserved.