com.esri.arcgis.datasourcesraster
Interface IPixelFilterCollection

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPixelFilterCollectionProxy, MultibandFilter, PixelFilterCollection

public interface IPixelFilterCollection
extends java.io.Serializable

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

IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de

static final int IID9e73cb76_57e8_4d93_bb45_1f4552a9c8de
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFilterCount

int getFilterCount()
                   throws java.io.IOException,
                          AutomationException
The number of filters in this collection.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

insert

void insert(int index,
            IPixelFilter pFilter)
            throws java.io.IOException,
                   AutomationException
Inserts a raster filter at a given index.

Parameters:
index - The index (in)
pFilter - A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

append

void append(IPixelFilter pFilter)
            throws java.io.IOException,
                   AutomationException
Appends a raster filter to the end.

Parameters:
pFilter - A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Removes a raster filter at a given index.

Parameters:
index - The index (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

int find(IPixelFilter pFilter)
         throws java.io.IOException,
                AutomationException
Finds a given raster filter and returns its index position.

Parameters:
pFilter - A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

get

IPixelFilter get(int index)
                 throws java.io.IOException,
                        AutomationException
Gets the raster filter at a given index position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

set

void set(int index,
         IPixelFilter pFilter)
         throws java.io.IOException,
                AutomationException
Sets the raster filter at a given index position.

Parameters:
index - The index (in)
pFilter - A reference to a com.esri.arcgis.datasourcesraster.IPixelFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Empties this raster filter collection.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.