|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMDFeatureClassView
The Multi Dimension FeatureClassView Interface.
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 |
---|
IStringArray getVariableList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVariableList(IStringArray ppVars) throws IOException, AutomationException
ppVars
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getXDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXDimension(String pXDim) throws IOException, AutomationException
pXDim
- The pXDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getYDimension() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYDimension(String pYDim) throws IOException, AutomationException
pYDim
- The pYDim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getRowDimensionList() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRowDimensionList(IStringArray ppRowDims) throws IOException, AutomationException
ppRowDims
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getZItem() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZItem(String pZItem) throws IOException, AutomationException
pZItem
- The pZItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMItem() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMItem(String pMItem) throws IOException, AutomationException
pMItem
- The pMItem (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |