|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 |
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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void fireStart(int min, int max) throws IOException, AutomationException
fireStart
in interface IRasterStatus
min
- 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 IRasterStatus
pos
- 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 IRasterStatus
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void fireTitle(String title) throws IOException, AutomationException
fireTitle
in interface IRasterStatus2
title
- 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 IRasterStatus2
message
- 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 IRasterStatus2
bContinue
- The bContinue (out: use single element array)
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 |