public interface ICompositeURIFilter
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdba0e8e1_cb71_427f_bb01_7236315ed267 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDdba0e8e1_cb71_427f_bb01_7236315ed267
static final int xxDummy
static final java.lang.String IID
void setURIFiltersByRef(IArray ppURIFilters) throws java.io.IOException, AutomationException
ppURIFilters
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getURIFilters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.