com.esri.arcgis.datasourcesraster
Interface ICompositeURIFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
CompositeURIFilter, ICompositeURIFilterProxy

public interface ICompositeURIFilter
extends Serializable

Provides access to members that control a composite URI filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IArray getURIFilters()
          The list of URI filters that form this composite filter.
 void setURIFiltersByRef(IArray ppURIFilters)
          The list of URI filters that form this composite filter.
 

Method Detail

setURIFiltersByRef

void setURIFiltersByRef(IArray ppURIFilters)
                        throws IOException,
                               AutomationException
The list of URI filters that form this composite filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppURIFilters - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURIFilters

IArray getURIFilters()
                     throws IOException,
                            AutomationException
The list of URI filters that form this composite filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.