ArcObjects Library Reference (GeoDatabase)  

IRasterCatalog Interface

Provides access to members that control the behavior and properties of a raster catalog.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AlterRasterSpatialReference Alters the default Raster field spatial reference.
Read-only property CanAlterRasterSpatialReference Indicates if the default Raster field spatial reference can be altered.
Read-only property NameFieldIndex The index of Name field.
Read-only property RasterFieldIndex The index of the default Raster field.
Read-only property RasterFieldName The name of the default Raster field.
Read-only property 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

.NET Snippets

Create MARasterLayer | Create MADtedLayer

.NET Samples

Extending the replication synchronization process (Code Files: RasterSyncWorkspaceExtension) | Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic)

.NET Related Topics

Accessing a raster dataset in a raster catalog | DataSourcesRaster | Geodatabase | How to create a raster catalog layer | How to create a referenced mosaic dataset