|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPixelFilterCollection
COM Interface 'IPixelFilterCollection'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||