|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPixelFilterCollection
Provides access to members that control a raster filter collection.
IPixelOperation
,
IPixelFilter
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getFilterCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IPixelFilter pFilter) throws IOException, AutomationException
index
- The index (in)pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void append(IPixelFilter pFilter) throws IOException, AutomationException
pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int find(IPixelFilter pFilter) throws IOException, AutomationException
pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPixelFilter get(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set(int index, IPixelFilter pFilter) throws IOException, AutomationException
index
- The index (in)pFilter
- A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void empty() throws IOException, AutomationException
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 |