This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterWorkspace Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control a raster workspace.
Description | ||
---|---|---|
CanCopy | Indicates if this dataset can be copied. | |
Copy | Copies this workspace to a new workspace with the specified name. | |
IsWorkspace | Indicates if the file path specified is a raster workspace. | |
OpenRasterDataset | Opens a RasterDataset in the workspace given its name. |
CoClasses and Classes | Description |
---|---|
RasterWorkspace | The raster workspace object. |
IRasterWorspace is used to access a raster stored in a file system in any supported raster format. RasterWorkspaceFactory must be used to create a raster workspace.
To create a raster dataset in a file format, use IRasterWorkspace2 interface in the Geodatabase library
To access raster from geodatabase, use IRasterWorkspaceEx interface.