com.esri.arcgis.datasourcesnetCDF
Interface IMDTableView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMDTableViewProxy, NetCDFTableName

public interface IMDTableView
extends java.io.Serializable

COM Interface 'IMDTableView'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriDataSourcesNetCDF.olb'

Description: 'The Multi Dimension TableView Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6c4f3247_039e_4d7b_a815_df16a04b9827
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID6c4f3247_039e_4d7b_a815_df16a04b9827

static final int IID6c4f3247_039e_4d7b_a815_df16a04b9827
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getVariableList

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

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

setVariableList

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

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

getDimensionList

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

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

setDimensionList

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

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