com.esri.arcgis.datasourcesraster
Interface ICompositeURIFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompositeURIFilter, ICompositeURIFilterProxy

public interface ICompositeURIFilter
extends java.io.Serializable

COM Interface 'ICompositeURIFilter'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a composite URI filter.' 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 IIDdba0e8e1_cb71_427f_bb01_7236315ed267
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDdba0e8e1_cb71_427f_bb01_7236315ed267

static final int IIDdba0e8e1_cb71_427f_bb01_7236315ed267
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

setURIFiltersByRef

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

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

getURIFilters

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

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