com.esri.arcgis.datasourcesnetCDF
Interface IMDDatasetView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMDDatasetViewProxy, NetCDFFeatureClassName, NetCDFRasterDatasetName, NetCDFTableName

public interface IMDDatasetView
extends java.io.Serializable

COM Interface 'IMDDatasetView'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDataSourcesNetCDF.olb'

Description: 'The Multi Dimension DatasetView 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 IID4656178f_0eda_4446_9d51_900e96efd27c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void clearSelectedDimensions()
          Clears a selected list of dimensions and values/indices.
 int getDimensionIndex(java.lang.String dim)
          The selected dimension index for a dimension name.
 IStringArray getDimensions()
          All dimensions which may be used to select values/indices.
 java.lang.Object getDimensionValue(java.lang.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(java.lang.String dim, int index)
          Selects the dimension for viewing by an index.
 void selectDimensionByValue(java.lang.String dim, java.lang.Object vValue)
          Selects the dimension for viewing by a value.
 

Field Detail

IID4656178f_0eda_4446_9d51_900e96efd27c

static final int IID4656178f_0eda_4446_9d51_900e96efd27c
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

selectDimensionByValue

void selectDimensionByValue(java.lang.String dim,
                            java.lang.Object vValue)
                            throws java.io.IOException,
                                   AutomationException
Selects the dimension for viewing by a value.

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

selectDimensionByIndex

void selectDimensionByIndex(java.lang.String dim,
                            int index)
                            throws java.io.IOException,
                                   AutomationException
Selects the dimension for viewing by an index.

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

getDimensionValue

java.lang.Object getDimensionValue(java.lang.String dim)
                                   throws java.io.IOException,
                                          AutomationException
The selected dimension value for a dimension name.

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

getDimensionIndex

int getDimensionIndex(java.lang.String dim)
                      throws java.io.IOException,
                             AutomationException
The selected dimension index for a dimension name.

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

getSelectedDimensions

IStringArray getSelectedDimensions()
                                   throws java.io.IOException,
                                          AutomationException
The selected dimension names.

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.

getSelectedDimensionValues

IVariantArray getSelectedDimensionValues()
                                         throws java.io.IOException,
                                                AutomationException
The selected dimension values.

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

getSelectedDimensionIndices

ILongArray getSelectedDimensionIndices()
                                       throws java.io.IOException,
                                              AutomationException
Indices for the values of selected dimensions.

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

clearSelectedDimensions

void clearSelectedDimensions()
                             throws java.io.IOException,
                                    AutomationException
Clears a selected list of dimensions and values/indices.

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

getDimensions

IStringArray getDimensions()
                           throws java.io.IOException,
                                  AutomationException
All dimensions which may be used to select values/indices.

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.