This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterValue Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control raster value. Note: the IRasterValue interface has been superseded byIRasterValue2. Please consider using the more recent version.
Description | ||
---|---|---|
Extent | The extent of the raster value. | |
Raster | The raster of the raster value. | |
RasterDataset | The raster dataset of the raster value. | |
RasterDatasetName | The raster dataset name of the raster value. | |
RasterStorageDef | The raster storage properties. | |
SetEmptyRasterDataset | Sets up the empty raster dataset. |
CoClasses and Classes | Description |
---|---|
RasterValue | The Raster Value Class. |
The IRasterValue interface provides access to the properties of a RasterValue, it allows you to hook a raster dataset to a RasterValue and store it using the parameters that the RasterStorageDef specifies.
The RasterDataset property provides the access to the raster dataset that is stored in the RasterValue. This is the entry point to load or update raster data in the geodatabase.
The Raster property provides the access to the raster that is stored in the RasterValue. This is another entry point to load or update raster data in the geodatabase.
The RasterDatasetName property provides another way to access the raster data stored in a RasterValue.
The RasterStorageDef property specifies the storage parameters for storing the raster data.
The SetEmptyRasterDataset method creates an empty raster dataset of specified number of bands and data type, so more data can be mosaiced to it later on. The nBands argument specifies the number of bands and the PixelType argument specified the pixeltype of the raster dataset.
RasterCatalog Class | IRasterCatalogItem Interface | RasterStorageDef Class