com.esri.arcgis.datasourcesnetCDF
Interface IMDWorkspace

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMDWorkspaceProxy, NetCDFWorkspace

public interface IMDWorkspace
extends Serializable

The Multi Dimension Workspace Interface.

Product Availability

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


Method Summary
 IDataset createView(String viewName, IMDDatasetView pView)
          Creates a dataset from a view definition.
 

Method Detail

createView

IDataset createView(String viewName,
                    IMDDatasetView pView)
                    throws IOException,
                           AutomationException
Creates a dataset from a view definition.

Product Availability

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

Parameters:
viewName - The viewName (in)
pView - A reference to a com.esri.arcgis.datasourcesnetCDF.IMDDatasetView (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.