|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMDDatasetView
The Multi Dimension DatasetView Interface.
Method Summary | |
---|---|
void |
clearSelectedDimensions()
Clears a selected list of dimensions and values/indices. |
int |
getDimensionIndex(String dim)
The selected dimension index for a dimension name. |
IStringArray |
getDimensions()
All dimensions which may be used to select values/indices. |
Object |
getDimensionValue(String dim)
The selected dimension value for a dimension name. |
ILongArray |
getSelectedDimensionIndices()
Indices for the values of selected dimensions. |
IStringArray |
getSelectedDimensions()
The selected dimension names. |
IVariantArray |
getSelectedDimensionValues()
The selected dimension values. |
void |
selectDimensionByIndex(String dim,
int index)
Selects the dimension for viewing by an index. |
void |
selectDimensionByValue(String dim,
Object vValue)
Selects the dimension for viewing by a value. |
Method Detail |
---|
void selectDimensionByValue(String dim, Object vValue) throws IOException, AutomationException
dim
- The dim (in)vValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectDimensionByIndex(String dim, int index) throws IOException, AutomationException
dim
- The dim (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getDimensionValue(String dim) throws IOException, AutomationException
dim
- The dim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDimensionIndex(String dim) throws IOException, AutomationException
dim
- The dim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getSelectedDimensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IVariantArray getSelectedDimensionValues() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILongArray getSelectedDimensionIndices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearSelectedDimensions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDimensions() throws IOException, AutomationException
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 |