public class RasterDataManagementEventsHelper extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IConnectionPoint
Description 'The raster data management events broadcaster.' 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 =
IID, IIDb196b286_bab4_101a_b69c_00aa00341d07, xxDummy| Constructor and Description |
|---|
RasterDataManagementEventsHelper(java.lang.Object obj)
Construct a RasterDataManagementEventsHelper using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
addIRasterDataManagementEventsListener.
|
void |
advise(java.lang.Object pUnkSink,
int[] pdwCookie)
advise
|
void |
enumConnections(IEnumConnections[] ppEnum)
enumConnections
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
getConnectionInterface(GUID[] pIID)
getConnectionInterface
|
void |
getConnectionPointContainer(IConnectionPointContainer[] ppCPC)
getConnectionPointContainer
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
removeIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener)
removeIRasterDataManagementEventsListener.
|
void |
unadvise(int dwCookie)
unadvise
|
public RasterDataManagementEventsHelper(java.lang.Object obj)
throws java.io.IOException
obj to RasterDataManagementEventsHelper. *
RasterDataManagementEventsHelper o = (RasterDataManagementEventsHelper)obj; // will not work
RasterDataManagementEventsHelper o = new RasterDataManagementEventsHelper(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterDataManagementEventsHelper theRasterDataManagementEventsHelper = (RasterDataManagementEventsHelper) obj;public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void addIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener) throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.java.io.IOException - If there are communications problems.public void removeIRasterDataManagementEventsListener(IRasterDataManagementEvents theListener) throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.datasourcesraster.IRasterDataManagementEvents interface.java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void getConnectionInterface(GUID[] pIID) throws java.io.IOException, AutomationException
getConnectionInterface in interface IConnectionPointpIID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getConnectionPointContainer(IConnectionPointContainer[] ppCPC) throws java.io.IOException, AutomationException
getConnectionPointContainer in interface IConnectionPointppCPC - A reference to a com.esri.arcgis.geodatabase.IConnectionPointContainer (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void advise(java.lang.Object pUnkSink,
int[] pdwCookie)
throws java.io.IOException,
AutomationException
advise in interface IConnectionPointpUnkSink - A reference to another Object (IUnknown) (in)pdwCookie - The pdwCookie (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void unadvise(int dwCookie)
throws java.io.IOException,
AutomationException
unadvise in interface IConnectionPointdwCookie - The dwCookie (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void enumConnections(IEnumConnections[] ppEnum) throws java.io.IOException, AutomationException
enumConnections in interface IConnectionPointppEnum - A reference to a com.esri.arcgis.geodatabase.IEnumConnections (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.