public interface IUniqueDoubleValues
extends java.io.Serializable
Description: 'Provides access to members that controls unique double 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd8d8e1ef_d10f_45e9_804a_dd1994c9afe3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
add(double value,
int count)
Adds a value if necessary and returns its value ID.
|
void |
delete(double value)
Deletes a value.
|
int |
lookup(double value)
Looks up unique index of a given value.
|
static final int IIDd8d8e1ef_d10f_45e9_804a_dd1994c9afe3
static final int xxDummy
static final java.lang.String IID
int lookup(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int add(double value, int count) throws java.io.IOException, AutomationException
value
- The value (in)count
- The count (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.