public interface ILutFilter
extends java.io.Serializable
Description: 'Provides access to members that control a LookUp Table filter.' 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 |
IIDd6358c16_c5f9_46c9_8283_952d79f3c2d5 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
get(int v1)
Looks a value.
|
int |
getMin()
The min LUT value.
|
int |
getSize()
The LUT size.
|
void |
set(int v1,
int v2)
Sets a LUT value mapping.
|
void |
setMin(int value)
The min LUT value.
|
void |
setSize(int size)
The LUT size.
|
static final int IIDd6358c16_c5f9_46c9_8283_952d79f3c2d5
static final int xxDummy
static final java.lang.String IID
int getMin()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMin(int 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 getSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSize(int size)
throws java.io.IOException,
AutomationException
size - The size (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int get(int v1)
throws java.io.IOException,
AutomationException
v1 - The v1 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void set(int v1,
int v2)
throws java.io.IOException,
AutomationException
v1 - The v1 (in)v2 - The v2 (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.