This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the behavior and properties of a raster catalog.
Name | Description | |
---|---|---|
AlterRasterSpatialReference | Alters the default Raster field spatial reference. | |
CanAlterRasterSpatialReference | Indicates if the default Raster field spatial reference can be altered. | |
IsRasterDataset | Indicates if this is a RasterDataset (a special one-row RasterCatalog). | |
NameFieldIndex | The index of Name field. | |
RasterFieldIndex | The index of the default Raster field. | |
RasterFieldName | The name of the default Raster field. | |
RasterSpatialReference | The default Raster field spatial reference. |
Classes | Description |
---|---|
RasterCatalog | A collection of raster datasets in a Geodatabase table. |
The IRasterCatalog interface provides access to the Raster field properties of the RasterCatalog.
The CanAlterRasterSpatialReference property indicates whether the spatial reference of the raster column in the RasterCatalog can be altered.
The IsRasterDataset property indicates whether the raster column in the RasterCatalog has a flag of RasterDataset, if true the raster column of the RasterCatalog is the type of RasterDataset.
The RasterFieldName property returns the field name of its raster column.
The RasterFieldIndex property returns the field index of its raster column.
The RasterFieldIndex property returns the spatial reference of its raster column
The AlterRasterSpatialReference method sets the spatial reference of the raster column.
RasterCatalog Class | IRasterCatalogItem Interface