com.esri.arcgis.datasourcesnetCDF
Class IMDRasterDatasetViewProxy

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

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

Description: 'The Multi Dimension RasterDatasetView 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 IMDRasterDatasetViewProxy
extends com.esri.arcgis.interop.Dispatch
implements IMDRasterDatasetView, 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.IMDRasterDatasetView
IID, IID08cebfb9_db3e_433b_bf80_84adf3424fb0
 
Constructor Summary
  IMDRasterDatasetViewProxy()
          Deprecated. For internal use only
  IMDRasterDatasetViewProxy(java.lang.Object obj)
          Deprecated.  
protected IMDRasterDatasetViewProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMDRasterDatasetViewProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMDRasterDatasetViewProxy(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 getBandDimension()
          Deprecated. The band dimension item used.
 java.lang.String getVariable()
          Deprecated. The variable used.
 java.lang.String getXDimension()
          Deprecated. The x-dimension item used.
 java.lang.String getYDimension()
          Deprecated. The y-dimension item used.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBandDimension(java.lang.String pBandDim)
          Deprecated. The band dimension item used.
 void setVariable(java.lang.String pVar)
          Deprecated. The variable 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.
 
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

IMDRasterDatasetViewProxy

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

IMDRasterDatasetViewProxy

public IMDRasterDatasetViewProxy()
Deprecated. 
For internal use only


IMDRasterDatasetViewProxy

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

IMDRasterDatasetViewProxy

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

IMDRasterDatasetViewProxy

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

getXDimension

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

Specified by:
getXDimension in interface IMDRasterDatasetView
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 IMDRasterDatasetView
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 IMDRasterDatasetView
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 IMDRasterDatasetView
Parameters:
pYDim - The pYDim (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandDimension

public java.lang.String getBandDimension()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The band dimension item used.

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

setBandDimension

public void setBandDimension(java.lang.String pBandDim)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The band dimension item used.

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

getVariable

public java.lang.String getVariable()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The variable used.

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

setVariable

public void setVariable(java.lang.String pVar)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The variable used.

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