com.esri.arcgis.datasourcesnetCDF
Interface IMDFeatureClassView

All Superinterfaces:
Serializable
All Known Implementing Classes:
NetCDFFeatureClassName

public interface IMDFeatureClassView
extends Serializable

The Multi Dimension FeatureClassView Interface.

Product Availability

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


Method Summary
 String getMItem()
          The M variable or dimension item used.
 IStringArray getRowDimensionList()
          The list of row dimensions used.
 IStringArray getVariableList()
          The list of variables used.
 String getXDimension()
          The x-dimension item used.
 String getYDimension()
          The y-dimension item used.
 String getZItem()
          The Z variable or dimension item used.
 void setMItem(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(String pXDim)
          The x-dimension item used.
 void setYDimension(String pYDim)
          The y-dimension item used.
 void setZItem(String pZItem)
          The Z variable or dimension item 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.

getXDimension

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

Product Availability

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

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

setXDimension

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

Product Availability

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

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

getYDimension

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

Product Availability

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

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

setYDimension

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

Product Availability

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

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

getRowDimensionList

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

setRowDimensionList

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

Product Availability

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

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

getZItem

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

Product Availability

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

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

setZItem

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

Product Availability

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

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

getMItem

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

Product Availability

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

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

setMItem

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

Product Availability

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

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