com.esri.arcgis.datasourcesraster
Interface IURIPropertiesFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
URIPropertiesFilter

public interface IURIPropertiesFilter
extends Serializable

Provides access to members that control a filter based on properties in an item uri.

Product Availability

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


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.
 

Method Detail

setValuesByRef

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

Product Availability

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

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

getValues

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

Product Availability

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

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