This document is archived and information here might be outdated.  Recommended version.


IRasterCatalog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterCatalog Interface
ArcGIS Developer Help

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

Name 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 IsRasterDataset Indicates if this is a RasterDataset (a special one-row RasterCatalog).
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.

Classes that implement IRasterCatalog

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 Samples

Mosaic raster datasets to a file raster format Extending the replication synchronization process