|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesnetCDF.IMDRasterDatasetViewProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IMDRasterDatasetViewProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IMDRasterDatasetViewProxy()
public IMDRasterDatasetViewProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IMDRasterDatasetViewProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IMDRasterDatasetViewProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getXDimension()
throws java.io.IOException,
AutomationException
getXDimension in interface IMDRasterDatasetViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXDimension(java.lang.String pXDim)
throws java.io.IOException,
AutomationException
setXDimension in interface IMDRasterDatasetViewpXDim - The pXDim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getYDimension()
throws java.io.IOException,
AutomationException
getYDimension in interface IMDRasterDatasetViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYDimension(java.lang.String pYDim)
throws java.io.IOException,
AutomationException
setYDimension in interface IMDRasterDatasetViewpYDim - The pYDim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBandDimension()
throws java.io.IOException,
AutomationException
getBandDimension in interface IMDRasterDatasetViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBandDimension(java.lang.String pBandDim)
throws java.io.IOException,
AutomationException
setBandDimension in interface IMDRasterDatasetViewpBandDim - The pBandDim (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getVariable()
throws java.io.IOException,
AutomationException
getVariable in interface IMDRasterDatasetViewjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVariable(java.lang.String pVar)
throws java.io.IOException,
AutomationException
setVariable in interface IMDRasterDatasetViewpVar - The pVar (in)
java.io.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 | ||||||||