|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.RasterStatus
public class RasterStatus
COM Class 'RasterStatus'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatus |
|---|
IID, IID6c58cb80_5834_11d4_8d9b_00c04f5b87b2, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatus2 |
|---|
IID, IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3, xxDummy |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatus3 |
|---|
IID, IID01c2b5dd_7586_42a6_984a_342a7a78fe8c, xxDummy |
| Constructor Summary | |
|---|---|
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; |
|
| Method Summary | |
|---|---|
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()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
boolean |
isSuspend()
The status to be suspended. |
void |
release()
Release a RasterStatus. |
void |
setSuspend(boolean b)
The status to be suspended. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterStatus()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RasterStatus(java.lang.Object obj)
throws java.io.IOException
RasterStatus theRasterStatus = (RasterStatus) obj;
obj to RasterStatus.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public 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.RemoteObjRef
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||