|
|||||||||
| 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
The raster event listener object.
The RasterStatus object, together with RasterStatusEventHelper and RasterStatusEvent2Helper event listener objects, can be used to track the status and progress of certain raster operations, such as building statistics and saving as to other raster formats.
RasterStatus is used as an event source, which send messages to the listeners. RasterStatusEventHelper and RasterStatusEvent2Helper listen to the event sent from RasterStatus
| Constructor Summary | |
|---|---|
RasterStatus()
Constructs a RasterStatus using ArcGIS Engine. |
|
RasterStatus(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterStatus theRasterStatus = (RasterStatus) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
fireContinue(boolean[] bContinue)
Broadcasts if the operation should be continued. |
void |
fireMessage(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(String title)
Broadcasts the title of the operation. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
boolean |
isSuspend()
The status to be suspended. |
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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public RasterStatus()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RasterStatus(Object obj)
throws IOException
RasterStatus theRasterStatus = (RasterStatus) obj;
obj to RasterStatus.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void fireStart(int min,
int max)
throws IOException,
AutomationException
fireStart in interface IRasterStatusmin - The min (in)max - The max (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireStep(int pos)
throws IOException,
AutomationException
fireStep in interface IRasterStatuspos - The pos (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireStop()
throws IOException,
AutomationException
fireStop in interface IRasterStatusIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireTitle(String title)
throws IOException,
AutomationException
fireTitle in interface IRasterStatus2title - The title (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireMessage(String message)
throws IOException,
AutomationException
fireMessage in interface IRasterStatus2message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void fireContinue(boolean[] bContinue)
throws IOException,
AutomationException
fireContinue in interface IRasterStatus2bContinue - The bContinue (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuspend(boolean b)
throws IOException,
AutomationException
setSuspend in interface IRasterStatus3b - The b (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSuspend()
throws IOException,
AutomationException
isSuspend in interface IRasterStatus3IOException - 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 | ||||||||