com.esri.arcgis.carto
Interface IEnumRasterUniqueValueColor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumRasterUniqueValueColorProxy

public interface IEnumRasterUniqueValueColor
extends java.io.Serializable

COM Interface 'IEnumRasterUniqueValueColor'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that enumerate row indexes in descriptor table for chosen class.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfafdb8b5_5fe3_11d2_9f24_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getDoubleKey()
          Double key for current class.
 int getNClasses()
          Number of classes.
 java.lang.String getStringKey()
          String key for current class.
 void next(int[] index)
          Next index for current class in the enumeration sequence.
 void reset()
          Resets the enumeration sequence to the beginning.
 void set_Class(int iClass)
          Class for getting indices.
 

Field Detail

IIDfafdb8b5_5fe3_11d2_9f24_00c04f8ed1d7

static final int IIDfafdb8b5_5fe3_11d2_9f24_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getNClasses

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

Returns:
The nClasses
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set_Class

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

Parameters:
iClass - The iClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

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

Parameters:
index - The index (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDoubleKey

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

Returns:
The doubleKey
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStringKey

java.lang.String getStringKey()
                              throws java.io.IOException,
                                     AutomationException
String key for current class.

Returns:
The bstrKey
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.