Provides access to members that control the behavior and properties of a raster catalog.
Product Availability
Members
Description | ||
---|---|---|
AlterRasterSpatialReference | Alters the default Raster field spatial reference. | |
CanAlterRasterSpatialReference | Indicates if the default Raster field spatial reference can be altered. | |
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. |
CoClasses that implement IRasterCatalog
CoClasses and Classes | Description |
---|---|
RasterCatalog | A collection of raster datasets in a Geodatabase table. |
Remarks
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.
See Also
RasterCatalog Class | IRasterCatalogItem Interface