|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 Form| Constructor 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 problems
public 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 problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void getSize(int[] columns,
int[] rows)
throws IOException,
AutomationException
getSize in interface IPixelFiltercolumns - 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 IPixelFilteratColumn - 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 IPixelFilterpBlock - 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 ILutFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMin(int value)
throws IOException,
AutomationException
setMin in interface ILutFiltervalue - 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 ILutFilterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSize(int size)
throws IOException,
AutomationException
setSize in interface ILutFiltersize - 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 ILutFilterv1 - 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 ILutFilterv1 - 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 | ||||||||