|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILutFilter
Provides access to members that control a LookUp Table filter.
ILutFilter filters the values in the raster using a lookup table. A lookup table has a minimum index value and a size. An input pixel value is mapped by first converting the value into index, (index = value-min), and then looking up the output value in the table. Any input values outside the look table range, (min, min+size), are mapped into NoData.
IPixelOperation
,
IPixelFilter
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. |
Method Detail |
---|
int getMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMin(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(int size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int get(int v1) throws IOException, AutomationException
v1
- The v1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set(int v1, int v2) throws IOException, AutomationException
v1
- The v1 (in)v2
- The v2 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |