|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.LutFilter
public class LutFilter
A raster LookUp Table filter.
The LutFilter remaps integer pixel values using an integer look-up table
IPixelFilter
,
Serialized FormConstructor Summary | |
---|---|
LutFilter()
Constructs a LutFilter using ArcGIS Engine. |
|
LutFilter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. LutFilter theLutFilter = (LutFilter) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
filter(IPixelBlock pBlock)
Filters a pixel block. |
int |
get(int v1)
Looks a value. |
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Gets center position of the filter. |
static String |
getClsid()
getClsid. |
int |
getMin()
The min LUT value. |
int |
getSize()
The LUT size. |
void |
getSize(int[] columns,
int[] rows)
Gets dimension of the filter. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public LutFilter() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic LutFilter(Object obj) throws IOException
LutFilter theLutFilter = (LutFilter) obj;
obj
to LutFilter
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void getSize(int[] columns, int[] rows) throws IOException, AutomationException
getSize
in interface IPixelFilter
columns
- The columns (in/out: use single element array)rows
- The rows (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCenterPosition(int[] atColumn, int[] atRow) throws IOException, AutomationException
getCenterPosition
in interface IPixelFilter
atColumn
- The atColumn (in/out: use single element array)atRow
- The atRow (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void filter(IPixelBlock pBlock) throws IOException, AutomationException
filter
in interface IPixelFilter
pBlock
- A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMin() throws IOException, AutomationException
getMin
in interface ILutFilter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMin(int value) throws IOException, AutomationException
setMin
in interface ILutFilter
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSize() throws IOException, AutomationException
getSize
in interface ILutFilter
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSize(int size) throws IOException, AutomationException
setSize
in interface ILutFilter
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int get(int v1) throws IOException, AutomationException
get
in interface ILutFilter
v1
- The v1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void set(int v1, int v2) throws IOException, AutomationException
set
in interface ILutFilter
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 |