com.esri.arcgis.datasourcesraster
Interface IURIPropertiesFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IURIPropertiesFilterProxy, URIPropertiesFilter

public interface IURIPropertiesFilter
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9556e694_eff8_41d6_9d4a_cd7f8a490722
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID9556e694_eff8_41d6_9d4a_cd7f8a490722

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

setValuesByRef

void setValuesByRef(IPropertySet ppValues)
                    throws java.io.IOException,
                           AutomationException
Set of name-value pairs that are expected to appear as part of incoming item URIs.

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

getValues

IPropertySet getValues()
                       throws java.io.IOException,
                              AutomationException
Set of name-value pairs that are expected to appear as part of incoming item URIs.

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