public interface IURIPropertiesFilter
extends java.io.Serializable
Description: 'Provides access to members that control a filter based on properties in an item uri.' 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 |
IID9556e694_eff8_41d6_9d4a_cd7f8a490722 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getValues()
Set of name-value pairs that are expected to appear as part of incoming item URIs.
|
void |
setValuesByRef(IPropertySet ppValues)
Set of name-value pairs that are expected to appear as part of incoming item URIs.
|
static final int IID9556e694_eff8_41d6_9d4a_cd7f8a490722
static final int xxDummy
static final java.lang.String IID
void setValuesByRef(IPropertySet ppValues) throws java.io.IOException, AutomationException
ppValues
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getValues() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.