com.esri.arcgis.datasourcesraster
Interface ILutFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILutFilterProxy, LutFilter

public interface ILutFilter
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd6358c16_c5f9_46c9_8283_952d79f3c2d5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDd6358c16_c5f9_46c9_8283_952d79f3c2d5

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

getMin

int getMin()
           throws java.io.IOException,
                  AutomationException
The min LUT value.

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

setMin

void setMin(int value)
            throws java.io.IOException,
                   AutomationException
The min LUT value.

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

getSize

int getSize()
            throws java.io.IOException,
                   AutomationException
The LUT size.

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

setSize

void setSize(int size)
             throws java.io.IOException,
                    AutomationException
The LUT size.

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

get

int get(int v1)
        throws java.io.IOException,
               AutomationException
Looks a value.

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

set

void set(int v1,
         int v2)
         throws java.io.IOException,
                AutomationException
Sets a LUT value mapping.

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