com.esri.arcgis.datasourcesraster
Interface IUniqueStringValues

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUniqueStringValuesProxy, UniqueValues

public interface IUniqueStringValues
extends java.io.Serializable

COM Interface 'IUniqueStringValues'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that controls unique string values.' 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 IIDb39479e3_ec24_49ce_b268_556375700b8a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int add(java.lang.String value, int count)
          Adds a value if necessary and returns its value ID.
 void delete(java.lang.String value)
          Deletes a value.
 int lookup(java.lang.String value)
          Looks up unique index of a given value.
 

Field Detail

IIDb39479e3_ec24_49ce_b268_556375700b8a

static final int IIDb39479e3_ec24_49ce_b268_556375700b8a
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

lookup

int lookup(java.lang.String value)
           throws java.io.IOException,
                  AutomationException
Looks up unique index of a given value.

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

add

int add(java.lang.String value,
        int count)
        throws java.io.IOException,
               AutomationException
Adds a value if necessary and returns its value ID.

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

delete

void delete(java.lang.String value)
            throws java.io.IOException,
                   AutomationException
Deletes a value.

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