Provides access to members that control a raster info object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
BandCount | The number of bands in the Raster. | |
BlockHeight | The block height in pixels. | |
BlockWidth | The block width in pixels. | |
CellSize | The raster cell size. | |
Extent | The raster extent. | |
FirstPyramidLevel | The first pyramid level. | |
Format | The raster format, e.g. TIFF, NITF, and etc. | |
GeodataXform | The raster GeoData transform. | |
Height | The raster height in pixels. | |
MaximumPyramidLevel | The maximum pyramid level. | |
NativeExtent | The native raster extent before GeoData transform. | |
NativeSpatialReference | The native raster spatial reference before GeoData transform. | |
NoData | The NoData value used to indicate invalid or excluded data. | |
Origin | The tiling origin. | |
PixelType | The raster pixel type. | |
Resampling | Indicates if this raster source wants to perform resampling. | |
SpatialReference | The raster spatial reference. | |
SupportBandSelection | Indicates if this function supports band selection. | |
Width | The raster width in pixels. |
CoClasses that implement IRasterInfo
CoClasses and Classes | Description |
---|---|
RasterInfo | A class for a raster info value object containing information about a raster. |