com.esri.arcgis.datasourcesraster
Class RasterStatus

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.RasterStatus
All Implemented Interfaces:
IRasterStatus, IRasterStatus2, IRasterStatus3, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RasterStatus
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterStatus, IRasterStatus2, IRasterStatus3

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 =

See Also:
Serialized Form

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

RasterStatus

public RasterStatus()
             throws java.io.IOException,
                    java.net.UnknownHostException
Constructs a RasterStatus using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RasterStatus

public RasterStatus(java.lang.Object obj)
             throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterStatus theRasterStatus = (RasterStatus) obj;

Construct a RasterStatus using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterStatus.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a RasterStatus.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

fireStart

public void fireStart(int min,
                      int max)
               throws java.io.IOException,
                      AutomationException
Fires a Start of a raster status event.

Specified by:
fireStart in interface IRasterStatus
Parameters:
min - The min (in)
max - The max (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireStep

public void fireStep(int pos)
              throws java.io.IOException,
                     AutomationException
Fires a Step of a raster status event.

Specified by:
fireStep in interface IRasterStatus
Parameters:
pos - The pos (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireStop

public void fireStop()
              throws java.io.IOException,
                     AutomationException
Fires a Step of a raster status event.

Specified by:
fireStop in interface IRasterStatus
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireTitle

public void fireTitle(java.lang.String title)
               throws java.io.IOException,
                      AutomationException
Broadcasts the title of the operation.

Specified by:
fireTitle in interface IRasterStatus2
Parameters:
title - The title (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireMessage

public void fireMessage(java.lang.String message)
                 throws java.io.IOException,
                        AutomationException
Broadcasts the message of the operation.

Specified by:
fireMessage in interface IRasterStatus2
Parameters:
message - The message (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireContinue

public void fireContinue(boolean[] bContinue)
                  throws java.io.IOException,
                         AutomationException
Broadcasts if the operation should be continued.

Specified by:
fireContinue in interface IRasterStatus2
Parameters:
bContinue - The bContinue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSuspend

public void setSuspend(boolean b)
                throws java.io.IOException,
                       AutomationException
The status to be suspended.

Specified by:
setSuspend in interface IRasterStatus3
Parameters:
b - The b (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSuspend

public boolean isSuspend()
                  throws java.io.IOException,
                         AutomationException
The status to be suspended.

Specified by:
isSuspend in interface IRasterStatus3
Returns:
The b
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.