public class RasterStatus extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterStatus, IRasterStatus2, IRasterStatus3
Description 'The raster event listener object.' 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, IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2, xxDummyIID, IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3, xxDummyIID, IID01c2b5dd_7586_42a6_984a_342a7a78fe8c, xxDummy| Constructor and Description |
|---|
RasterStatus()
Constructs a RasterStatus using ArcGIS Engine.
|
RasterStatus(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RasterStatus theRasterStatus = (RasterStatus) obj; |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
fireContinue(boolean[] bContinue)
Broadcasts if the operation should be continued.
|
void |
fireMessage(java.lang.String message)
Broadcasts the message of the operation.
|
void |
fireStart(int min,
int max)
Fires a Start of a raster status event.
|
void |
fireStep(int pos)
Fires a Step of a raster status event.
|
void |
fireStop()
Fires a Step of a raster status event.
|
void |
fireTitle(java.lang.String title)
Broadcasts the title of the operation.
|
static java.lang.String |
getClsid()
getClsid.
|
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
|
boolean |
isSuspend()
The status to be suspended.
|
void |
release()
Release this COM object reference
|
void |
setSuspend(boolean b)
The status to be suspended.
|
public RasterStatus()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterStatus(java.lang.Object obj)
throws java.io.IOException
RasterStatus theRasterStatus = (RasterStatus) obj;obj to RasterStatus.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
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 release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void fireStart(int min,
int max)
throws java.io.IOException,
AutomationException
fireStart in interface IRasterStatusmin - The min (in)max - The max (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fireStep(int pos)
throws java.io.IOException,
AutomationException
fireStep in interface IRasterStatuspos - The pos (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fireStop()
throws java.io.IOException,
AutomationException
fireStop in interface IRasterStatusjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fireTitle(java.lang.String title)
throws java.io.IOException,
AutomationException
fireTitle in interface IRasterStatus2title - The title (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fireMessage(java.lang.String message)
throws java.io.IOException,
AutomationException
fireMessage in interface IRasterStatus2message - The message (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void fireContinue(boolean[] bContinue)
throws java.io.IOException,
AutomationException
fireContinue in interface IRasterStatus2bContinue - The bContinue (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSuspend(boolean b)
throws java.io.IOException,
AutomationException
setSuspend in interface IRasterStatus3b - The b (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSuspend()
throws java.io.IOException,
AutomationException
isSuspend in interface IRasterStatus3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.