com.esri.arcgis.datasourcesnetCDF
Class IMDFeatureClassViewProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IMDFeatureClassView'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriDataSourcesNetCDF.olb'

Description: 'The Multi Dimension FeatureClassView 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 IMDFeatureClassViewProxy
extends com.esri.arcgis.interop.Dispatch
implements IMDFeatureClassView, 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.IMDFeatureClassView
IID, IIDf065307e_3adf_4b57_b59d_4ba1465bb40c
 
Constructor Summary
  IMDFeatureClassViewProxy()
          Deprecated. For internal use only
  IMDFeatureClassViewProxy(java.lang.Object obj)
          Deprecated.  
protected IMDFeatureClassViewProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMDFeatureClassViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMDFeatureClassViewProxy(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.  
 java.lang.String getMItem()
          Deprecated. The M variable or dimension item used.
 IStringArray getRowDimensionList()
          Deprecated. The list of row dimensions used.
 IStringArray getVariableList()
          Deprecated. The list of variables used.
 java.lang.String getXDimension()
          Deprecated. The x-dimension item used.
 java.lang.String getYDimension()
          Deprecated. The y-dimension item used.
 java.lang.String getZItem()
          Deprecated. The Z variable or dimension item used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setMItem(java.lang.String pMItem)
          Deprecated. The M variable or dimension item used.
 void setRowDimensionList(IStringArray ppRowDims)
          Deprecated. The list of row dimensions used.
 void setVariableList(IStringArray ppVars)
          Deprecated. The list of variables used.
 void setXDimension(java.lang.String pXDim)
          Deprecated. The x-dimension item used.
 void setYDimension(java.lang.String pYDim)
          Deprecated. The y-dimension item used.
 void setZItem(java.lang.String pZItem)
          Deprecated. The Z variable or dimension item used.
 
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

IMDFeatureClassViewProxy

public IMDFeatureClassViewProxy(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

IMDFeatureClassViewProxy

public IMDFeatureClassViewProxy()
Deprecated. 
For internal use only


IMDFeatureClassViewProxy

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

IMDFeatureClassViewProxy

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

IMDFeatureClassViewProxy

protected IMDFeatureClassViewProxy(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

getVariableList

public IStringArray getVariableList()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The list of variables used.

Specified by:
getVariableList in interface IMDFeatureClassView
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.

setVariableList

public void setVariableList(IStringArray ppVars)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The list of variables used.

Specified by:
setVariableList in interface IMDFeatureClassView
Parameters:
ppVars - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXDimension

public java.lang.String getXDimension()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The x-dimension item used.

Specified by:
getXDimension in interface IMDFeatureClassView
Returns:
The pXDim
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setXDimension

public void setXDimension(java.lang.String pXDim)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The x-dimension item used.

Specified by:
setXDimension in interface IMDFeatureClassView
Parameters:
pXDim - The pXDim (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYDimension

public java.lang.String getYDimension()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The y-dimension item used.

Specified by:
getYDimension in interface IMDFeatureClassView
Returns:
The pYDim
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setYDimension

public void setYDimension(java.lang.String pYDim)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The y-dimension item used.

Specified by:
setYDimension in interface IMDFeatureClassView
Parameters:
pYDim - The pYDim (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRowDimensionList

public IStringArray getRowDimensionList()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The list of row dimensions used.

Specified by:
getRowDimensionList in interface IMDFeatureClassView
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.

setRowDimensionList

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

Specified by:
setRowDimensionList in interface IMDFeatureClassView
Parameters:
ppRowDims - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZItem

public java.lang.String getZItem()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The Z variable or dimension item used.

Specified by:
getZItem in interface IMDFeatureClassView
Returns:
The pZItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZItem

public void setZItem(java.lang.String pZItem)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The Z variable or dimension item used.

Specified by:
setZItem in interface IMDFeatureClassView
Parameters:
pZItem - The pZItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMItem

public java.lang.String getMItem()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The M variable or dimension item used.

Specified by:
getMItem in interface IMDFeatureClassView
Returns:
The pMItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMItem

public void setMItem(java.lang.String pMItem)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The M variable or dimension item used.

Specified by:
setMItem in interface IMDFeatureClassView
Parameters:
pMItem - The pMItem (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.