com.esri.arcgis.datasourcesnetCDF
Interface IMDTableView

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetCDFTableName

public interface IMDTableView
extends Serializable

The Multi Dimension TableView Interface.

Product Availability

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


Method Summary
 IStringArray getDimensionList()
          The list of dimensions used.
 IStringArray getVariableList()
          The list of variables used.
 void setDimensionList(IStringArray ppDims)
          The list of dimensions used.
 void setVariableList(IStringArray ppVars)
          The list of variables used.
 

Method Detail

getVariableList

IStringArray getVariableList()
                             throws IOException,
                                    AutomationException
The list of variables used.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVariableList

void setVariableList(IStringArray ppVars)
                     throws IOException,
                            AutomationException
The list of variables used.

Product Availability

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

Parameters:
ppVars - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionList

IStringArray getDimensionList()
                              throws IOException,
                                     AutomationException
The list of dimensions used.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDimensionList

void setDimensionList(IStringArray ppDims)
                      throws IOException,
                             AutomationException
The list of dimensions used.

Product Availability

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

Parameters:
ppDims - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.