Provides access to members that control a raster workspace.
Note: the IRasterWorkspace interface has been superseded byIRasterWorkspace2 . Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All
Properties
Methods
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 that implement IRasterWorkspace
CoClasses and Classes
Description
RasterWorkspace
The raster workspace object.
Remarks
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 access raster from geodatabase, use
IRasterWorkspaceEx interface.
.NET Snippets
Open Raster File As GeoDatset
.NET Samples
Create a Raster Function template (Code Files:
CreateRasterFunctionTemplate ) |
Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType TestDMCIIRasterType ) |
Publish an image service and set configurations (Code Files:
ISConfig ) |
Create a Math Function Raster dataset (Code Files:
CreateMathFunctionRasterDataset ) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset ) |
Create a custom NoData pixel filter (Code Files:
TestApp ) |
Create an NDVI custom raster function (Code Files:
NDVICustomFunction TestNDVICustomFunction ) |
Create a Function Raster dataset (Code Files:
CreateFunctionRasterDataset ) |
Create a custom raster function (Code Files:
TestWatermarkFunction WatermarkFunction )
.NET Related Topics
Accessing ECWP service |
Accessing raster workspaces |
DataSourcesRaster |
How to access a raster dataset |
How to save a function raster dataset into a raster dataset |
How to save raster data and set storage properties |
Performing a spatial analysis operation using objects