com.esri.arcgis.datasourcesraster
Interface IItemURI2

All Superinterfaces:
IItemURI, Serializable
All Known Implementing Classes:
CompositeItemURI, FileItemURI, IndexedItemURI, ItemURI, MultiPartItemURI, RasterTypeItemURI, RPFItemURI

public interface IItemURI2
extends IItemURI, Serializable

Provides access to members that control an item URI.

Product Availability

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


Method Summary
 IPropertySet getProperties()
          The item uri properties.
 void setPropertiesByRef(IPropertySet ppBuilderPoperties)
          The item uri properties.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemURI
getAuxiliaryPaths, getDisplayName, getGroup, getKey, getProductName, getSourceTimeStamp, getTag, setAuxiliaryPathsByRef, setDisplayName, setGroup, setKey, setProductName, setSourceTimeStamp, setTag
 

Method Detail

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppBuilderPoperties)
                        throws IOException,
                               AutomationException
The item uri properties.

Product Availability

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

Parameters:
ppBuilderPoperties - 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.

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
The item uri properties.

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.