com.esri.arcgis.datasourcesnetCDF
Class IMDDatasetViewProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesnetCDF.IMDDatasetViewProxy
All Implemented Interfaces:
IMDDatasetView, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IMDDatasetViewProxy
extends com.esri.arcgis.interop.Dispatch
implements IMDDatasetView, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesnetCDF.IMDDatasetView
IID, IID4656178f_0eda_4446_9d51_900e96efd27c
 
Constructor Summary
  IMDDatasetViewProxy()
          Deprecated. For internal use only
  IMDDatasetViewProxy(java.lang.Object obj)
          Deprecated.  
protected IMDDatasetViewProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMDDatasetViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMDDatasetViewProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearSelectedDimensions()
          Deprecated. Clears a selected list of dimensions and values/indices.
 int getDimensionIndex(java.lang.String dim)
          Deprecated. The selected dimension index for a dimension name.
 IStringArray getDimensions()
          Deprecated. All dimensions which may be used to select values/indices.
 java.lang.Object getDimensionValue(java.lang.String dim)
          Deprecated. The selected dimension value for a dimension name.
 ILongArray getSelectedDimensionIndices()
          Deprecated. Indices for the values of selected dimensions.
 IStringArray getSelectedDimensions()
          Deprecated. The selected dimension names.
 IVariantArray getSelectedDimensionValues()
          Deprecated. The selected dimension values.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void selectDimensionByIndex(java.lang.String dim, int index)
          Deprecated. Selects the dimension for viewing by an index.
 void selectDimensionByValue(java.lang.String dim, java.lang.Object vValue)
          Deprecated. Selects the dimension for viewing by a value.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMDDatasetViewProxy

public IMDDatasetViewProxy(java.lang.String CLSID,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.net.UnknownHostException,
                           java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMDDatasetViewProxy

public IMDDatasetViewProxy()
Deprecated. 
For internal use only


IMDDatasetViewProxy

public IMDDatasetViewProxy(java.lang.Object obj)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMDDatasetViewProxy

protected IMDDatasetViewProxy(java.lang.Object obj,
                              java.lang.String iid)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMDDatasetViewProxy

protected IMDDatasetViewProxy(java.lang.String CLSID,
                              java.lang.String iid,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

selectDimensionByValue

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

Specified by:
selectDimensionByValue in interface IMDDatasetView
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

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

Specified by:
selectDimensionByIndex in interface IMDDatasetView
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

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

Specified by:
getDimensionValue in interface IMDDatasetView
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

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

Specified by:
getDimensionIndex in interface IMDDatasetView
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

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

Specified by:
getSelectedDimensions in interface IMDDatasetView
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

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

Specified by:
getSelectedDimensionValues in interface IMDDatasetView
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

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

Specified by:
getSelectedDimensionIndices in interface IMDDatasetView
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

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

Specified by:
clearSelectedDimensions in interface IMDDatasetView
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensions

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

Specified by:
getDimensions in interface IMDDatasetView
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.