Provides access to members that control a raster info object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AttributeTable | The raster attribute table. | |
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. | |
Colormap | The raster colormap. | |
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. | |
Histogram | The histogram of a given band. | |
Init | Initializes from a raster. | |
LODInfos | The tiling Levels Of Details. | |
MaximumCellSize | The maximum cell size associated with this raster. | |
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. | |
PixelResampler | The current raster resampler. | |
PixelType | The raster pixel type. | |
RemoveStatsHistograms | Removes all band statistics and histograms. | |
Resampling | Indicates if this raster source wants to perform resampling. | |
SpatialReference | The raster spatial reference. | |
Statistics | The statistics of a given band. | |
SupportBandSelection | Indicates if this function supports band selection. | |
Width | The raster width in pixels. |
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterInfo | Provides access to members that control a raster info object. |
CoClasses that implement IRasterInfo2
CoClasses and Classes | Description |
---|---|
RasterInfo | A class for a raster info value object containing information about a raster. |