IRasterDef Interface

Provides access to members that control raster column definition.

Members

Name Description
Read/write property Description The raster column description.
Read/write property IsManaged Indicates if the Raster column value is to be managed by GeoDatabase.
Read/write property IsRasterDataset Indicates whether the definition is for RasterDataset.
Read/write property SpatialReference The SpatialReference of the raster.

IRasterDef.Description Property

The raster column description.

Public Property Description As String
public string Description {get; set;}

IRasterDef.IsManaged Property

Indicates if the Raster column value is to be managed by GeoDatabase.

Public Property IsManaged As Boolean
public bool IsManaged {get; set;}

IRasterDef.IsRasterDataset Property

Indicates whether the definition is for RasterDataset.

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

IRasterDef.SpatialReference Property

The SpatialReference of the raster.

Public Property SpatialReference As ISpatialReference
public ISpatialReference SpatialReference {get; set;}

Classes that implement IRasterDef

Classes Description
RasterDef Raster Column Definition Class.

Remarks

The IRasterDef interface provides access to the properties of a raster column in the geodatabase, it allows you to specify the general attributes that apply to the whole raster column.

The Description property allows you to define the descriptive information about the raster column.The IsManaged property indicates whether the raster column is managed by the geodatabase, if false, the raster column is not managed by the geodatabase but by the file system, which means that deleting or updating the RasterValue will not affect the raster file it references. This property only applies to RasterCatalog in the Personal and File Geodatabases.The SpatialReference property controls the spatial reference of the raster column. At ArcGIS 9.0, a raster column of a RasterCatalog in the ArcSDE geodatabase does not support spatial reference per raster dataset, so all the raster datasets in the RasterCatalog share the same spatial reference that has been defined for the raster column. For a RasterCatalog in the personal geodatabase, each raster dataset in the RasterCatalog can have its own spatial reference. The spatial reference of the raster column only serves as a default spatial reference for any raster dataset with no spatial reference, or an unknown spatial reference. At ArcGIS 9.2, we support spatial reference per raster dataset in a raster catalog in any type of geodatabase including Personal, File and ArcSDE geodatabases.

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