|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.DefaultRasterStatusEvent
public class DefaultRasterStatusEvent
The default listener of the raster related events.
| Constructor Summary | |
|---|---|
DefaultRasterStatusEvent()
Constructs a DefaultRasterStatusEvent using ArcGIS Engine. |
|
DefaultRasterStatusEvent(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DefaultRasterStatusEvent theDefaultRasterStatusEvent = (DefaultRasterStatusEvent) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
Indicates whether the operation should be continued. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
message(IRasterStatusEvent2MessageEvent theEvent)
The message of the event. |
boolean |
queryCancel()
Raster Engine asks if user has decided to quit. |
void |
resetCancel()
Raster Engine acknowledges user's desire to abort. |
void |
start(IRasterStatusEventStartEvent theEvent)
Starts the raster status/progress report for a given step and a maximum values. |
void |
step(IRasterStatusEventStepEvent theEvent)
Reports status/progress at a given step. |
void |
stop(IRasterStatusEventStopEvent theEvent)
Stops the raster status/progress report. |
void |
title(IRasterStatusEvent2TitleEvent theEvent)
The title of the event. |
void |
updateTaskName(String new_task)
Raster Engine has started a different subtask. |
void |
updateTaskStatus(String taskname,
double percent_finished)
Raster Engine reports job status. |
| 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 DefaultRasterStatusEvent()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DefaultRasterStatusEvent(Object obj)
throws IOException
DefaultRasterStatusEvent theDefaultRasterStatusEvent = (DefaultRasterStatusEvent) obj;
obj to DefaultRasterStatusEvent.
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 start(IRasterStatusEventStartEvent theEvent)
throws IOException,
AutomationException
start in interface IRasterStatusEventtheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void step(IRasterStatusEventStepEvent theEvent)
throws IOException,
AutomationException
step in interface IRasterStatusEventtheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stop(IRasterStatusEventStopEvent theEvent)
throws IOException,
AutomationException
stop in interface IRasterStatusEventtheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void title(IRasterStatusEvent2TitleEvent theEvent)
throws IOException,
AutomationException
title in interface IRasterStatusEvent2theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void message(IRasterStatusEvent2MessageEvent theEvent)
throws IOException,
AutomationException
message in interface IRasterStatusEvent2theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
throws IOException,
AutomationException
esri_continue in interface IRasterStatusEvent2theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateTaskName(String new_task)
throws IOException,
AutomationException
updateTaskName in interface IERasterStatusnew_task - The new_task (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean queryCancel()
throws IOException,
AutomationException
queryCancel in interface IERasterStatusIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateTaskStatus(String taskname,
double percent_finished)
throws IOException,
AutomationException
updateTaskStatus in interface IERasterStatustaskname - The taskname (in)percent_finished - The percent_finished (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetCancel()
throws IOException,
AutomationException
resetCancel in interface IERasterStatusIOException - 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 | ||||||||