IRasterCatalog Interface

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

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.

IRasterCatalog.AlterRasterSpatialReference Method

Alters the default Raster field spatial reference.

Public Sub AlterRasterSpatialReference ( _
    ByVal SpatialReference As ISpatialReference _
)
public void AlterRasterSpatialReference (
    ISpatialReference SpatialReference
);

IRasterCatalog.CanAlterRasterSpatialReference Property

Indicates if the default Raster field spatial reference can be altered.

Public ReadOnly Property CanAlterRasterSpatialReference As Boolean
public bool CanAlterRasterSpatialReference {get;}

IRasterCatalog.IsRasterDataset Property

Indicates if this is a RasterDataset (a special one-row RasterCatalog).

Public ReadOnly Property IsRasterDataset As Boolean
public bool IsRasterDataset {get;}

IRasterCatalog.NameFieldIndex Property

The index of Name field.

Public ReadOnly Property NameFieldIndex As Integer
public int NameFieldIndex {get;}

IRasterCatalog.RasterFieldIndex Property

The index of the default Raster field.

Public ReadOnly Property RasterFieldIndex As Integer
public int RasterFieldIndex {get;}

IRasterCatalog.RasterFieldName Property

The name of the default Raster field.

Public ReadOnly Property RasterFieldName As String
public string RasterFieldName {get;}

IRasterCatalog.RasterSpatialReference Property

The default Raster field spatial reference.

Public ReadOnly Property RasterSpatialReference As ISpatialReference
public ISpatialReference RasterSpatialReference {get;}

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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.