Provides access to members that create and open raster catalogs and datasets.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
CoClasses that implement IRasterWorkspaceEx
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 Snippets
Create MADtedLayer |
Create MARasterLayer
.NET Samples
Extending the replication synchronization process (Code Files:
RasterSyncWorkspaceExtension) |
Publish an image service and set configurations (Code Files:
ISConfig) |
Mosaic raster datasets to a file raster format (Code Files:
CreateFileRasterMosaic) |
Get and set key properties on a mosaic dataset (Code Files:
GetSetKeyProperty) |
Create an NDVI custom raster function (Code Files:
TestNDVICustomFunction) |
Create a custom raster function (Code Files:
TestWatermarkFunction)
.NET Related Topics
Accessing raster workspaces |
DataSourcesRaster |
Geodatabase |
How to access a raster catalog |
How to access a raster dataset |
How to create a raster dataset |
How to save raster data and set storage properties