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


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

IRasterWorkspaceEx Interface

Provides access to members that create and open raster catalogs and datasets.

Product Availability

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

Members

Name Description
Method CreateRasterCatalog Creates a new raster catalog.
Method CreateRasterDataset Creates a new raster dataset.
Method DeleteRasterCatalog Deletes a raster catalog.
Method DeleteRasterDataset Deletes a raster dataset.
Method OpenRasterCatalog Opens an existing raster catalog.
Method OpenRasterDataset Opens an existing raster dataset.
Method RegisterAsRasterCatalog Registers as a RasterCatalog.
Method RegisterAsRasterDataset Registers as a RasterDataset.
Method SaveAsRasterDataset Creates a new raster dataset from another seed Raster.

Classes that implement IRasterWorkspaceEx

Classes Description
Sde4Workspace (esriDataSourcesGDB) Esri SDE (4.x) Feature Database.
Workspace Workspace Object.

Remarks

The IRasterWorkspaceEx interface works with raster datasets and raster catalogs in the geodatabase. It allows the creation of new raster datasets and raster catalogs in the geodatabase, it also opens and deletes existing raster datasets and raster catalogs in the geodatabase. The IRasterWorkspaceEx interface also allows saving a given raster to a raster dataset in the geodatabase. Its counterpart is IRasterWorkspace and IRasterWorkspace2 that works with file-based rasters.

See Also

IRasterWorkspace Interface

.NET Samples

Mosaic raster datasets to a file raster format Create a custom raster function Get and set key properties on a mosaic dataset Publish an image service and set configurations Create an NDVI custom raster function Extending the replication synchronization process