public interface IPixelFilter
extends java.io.Serializable
Description: 'Provides access to members that control a pixel 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 |
IID90e3de9d_4fff_4575_b833_3ad29a57eeca |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(IPixelBlock pBlock)
Filters a pixel block.
|
void |
getCenterPosition(int[] atColumn,
int[] atRow)
Gets center position of the filter.
|
void |
getSize(int[] columns,
int[] rows)
Gets dimension of the filter.
|
static final int IID90e3de9d_4fff_4575_b833_3ad29a57eeca
static final int xxDummy
static final java.lang.String IID
void getSize(int[] columns,
int[] rows)
throws java.io.IOException,
AutomationException
columns - The columns (in/out: use single element array)rows - The rows (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getCenterPosition(int[] atColumn,
int[] atRow)
throws java.io.IOException,
AutomationException
atColumn - The atColumn (in/out: use single element array)atRow - The atRow (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void filter(IPixelBlock pBlock) throws java.io.IOException, AutomationException
pBlock - A reference to a com.esri.arcgis.geodatabase.IPixelBlock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.