public interface IPixelFilterCollection
extends java.io.Serializable
Description: 'Provides access to members that control a raster filter collection.' 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 |
IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
append(IPixelFilter pFilter)
Appends a raster filter to the end.
|
void |
empty()
Empties this raster filter collection.
|
int |
find(IPixelFilter pFilter)
Finds a given raster filter and returns its index position.
|
IPixelFilter |
get(int index)
Gets the raster filter at a given index position.
|
int |
getFilterCount()
The number of filters in this collection.
|
void |
insert(int index,
IPixelFilter pFilter)
Inserts a raster filter at a given index.
|
void |
remove(int index)
Removes a raster filter at a given index.
|
void |
set(int index,
IPixelFilter pFilter)
Sets the raster filter at a given index position.
|
static final int IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de
static final int xxDummy
static final java.lang.String IID
int getFilterCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IPixelFilter pFilter) throws java.io.IOException, AutomationException
index
- The index (in)pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void append(IPixelFilter pFilter) throws java.io.IOException, AutomationException
pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int find(IPixelFilter pFilter) throws java.io.IOException, AutomationException
pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPixelFilter get(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void set(int index, IPixelFilter pFilter) throws java.io.IOException, AutomationException
index
- The index (in)pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void empty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.