com.esri.arcgis.carto
Class IEnumRasterUniqueValueColorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IEnumRasterUniqueValueColorProxy
All Implemented Interfaces:
IEnumRasterUniqueValueColor, Externalizable, Serializable

public class IEnumRasterUniqueValueColorProxy
extends com.esri.arcgis.interop.Dispatch
implements IEnumRasterUniqueValueColor, Serializable

Provides access to members that enumerate row indexes in descriptor table for chosen class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IEnumRasterUniqueValueColorProxy()
           
  IEnumRasterUniqueValueColorProxy(Object obj)
           
protected IEnumRasterUniqueValueColorProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 double getDoubleKey()
          Double key for current class.
 int getNClasses()
          Number of classes.
 String getStringKey()
          String key for current class.
 void next(int[] index)
          Next index for current class in the enumeration sequence.
 void removeListener(String iidStr, Object theListener)
           
 void reset()
          Resets the enumeration sequence to the beginning.
 void set_Class(int iClass)
          Class for getting indices.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IEnumRasterUniqueValueColorProxy

public IEnumRasterUniqueValueColorProxy()

IEnumRasterUniqueValueColorProxy

public IEnumRasterUniqueValueColorProxy(Object obj)
                                 throws IOException
Throws:
IOException

IEnumRasterUniqueValueColorProxy

protected IEnumRasterUniqueValueColorProxy(Object obj,
                                           String iid)
                                    throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getNClasses

public int getNClasses()
                throws IOException,
                       AutomationException
Number of classes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getNClasses in interface IEnumRasterUniqueValueColor
Returns:
The nClasses
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set_Class

public void set_Class(int iClass)
               throws IOException,
                      AutomationException
Class for getting indices.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
set_Class in interface IEnumRasterUniqueValueColor
Parameters:
iClass - The iClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

public void next(int[] index)
          throws IOException,
                 AutomationException
Next index for current class in the enumeration sequence.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
next in interface IEnumRasterUniqueValueColor
Parameters:
index - The index (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public void reset()
           throws IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
reset in interface IEnumRasterUniqueValueColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDoubleKey

public double getDoubleKey()
                    throws IOException,
                           AutomationException
Double key for current class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getDoubleKey in interface IEnumRasterUniqueValueColor
Returns:
The doubleKey
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStringKey

public String getStringKey()
                    throws IOException,
                           AutomationException
String key for current class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getStringKey in interface IEnumRasterUniqueValueColor
Returns:
The bstrKey
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.