com.esri.arcgis.datasourcesnetCDF
Interface IMDFeatureClassView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMDFeatureClassViewProxy, NetCDFFeatureClassName

public interface IMDFeatureClassView
extends java.io.Serializable

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

Description: 'The Multi Dimension FeatureClassView 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 IIDf065307e_3adf_4b57_b59d_4ba1465bb40c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMItem()
          The M variable or dimension item used.
 IStringArray getRowDimensionList()
          The list of row dimensions used.
 IStringArray getVariableList()
          The list of variables used.
 java.lang.String getXDimension()
          The x-dimension item used.
 java.lang.String getYDimension()
          The y-dimension item used.
 java.lang.String getZItem()
          The Z variable or dimension item used.
 void setMItem(java.lang.String pMItem)
          The M variable or dimension item used.
 void setRowDimensionList(IStringArray ppRowDims)
          The list of row dimensions used.
 void setVariableList(IStringArray ppVars)
          The list of variables used.
 void setXDimension(java.lang.String pXDim)
          The x-dimension item used.
 void setYDimension(java.lang.String pYDim)
          The y-dimension item used.
 void setZItem(java.lang.String pZItem)
          The Z variable or dimension item used.
 

Field Detail

IIDf065307e_3adf_4b57_b59d_4ba1465bb40c

static final int IIDf065307e_3adf_4b57_b59d_4ba1465bb40c
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.

getXDimension

java.lang.String getXDimension()
                               throws java.io.IOException,
                                      AutomationException
The x-dimension item used.

Returns:
The pXDim
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXDimension

void setXDimension(java.lang.String pXDim)
                   throws java.io.IOException,
                          AutomationException
The x-dimension item used.

Parameters:
pXDim - The pXDim (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYDimension

java.lang.String getYDimension()
                               throws java.io.IOException,
                                      AutomationException
The y-dimension item used.

Returns:
The pYDim
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYDimension

void setYDimension(java.lang.String pYDim)
                   throws java.io.IOException,
                          AutomationException
The y-dimension item used.

Parameters:
pYDim - The pYDim (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRowDimensionList

IStringArray getRowDimensionList()
                                 throws java.io.IOException,
                                        AutomationException
The list of row 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.

setRowDimensionList

void setRowDimensionList(IStringArray ppRowDims)
                         throws java.io.IOException,
                                AutomationException
The list of row dimensions used.

Parameters:
ppRowDims - 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.

getZItem

java.lang.String getZItem()
                          throws java.io.IOException,
                                 AutomationException
The Z variable or dimension item used.

Returns:
The pZItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZItem

void setZItem(java.lang.String pZItem)
              throws java.io.IOException,
                     AutomationException
The Z variable or dimension item used.

Parameters:
pZItem - The pZItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMItem

java.lang.String getMItem()
                          throws java.io.IOException,
                                 AutomationException
The M variable or dimension item used.

Returns:
The pMItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMItem

void setMItem(java.lang.String pMItem)
              throws java.io.IOException,
                     AutomationException
The M variable or dimension item used.

Parameters:
pMItem - The pMItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.