com.esri.arcgis.datasourcesraster
Interface IFileItemURI

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileItemURI, IFileItemURIProxy, RPFItemURI

public interface IFileItemURI
extends Serializable

Provides access to members that control a file item URI.

Product Availability

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


Method Summary
 String getFilePath()
          The path to the file associated with this item URI.
 void setFilePath(String pFilePath)
          The path to the file associated with this item URI.
 

Method Detail

setFilePath

void setFilePath(String pFilePath)
                 throws IOException,
                        AutomationException
The path to the file associated with this item URI.

Product Availability

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

Parameters:
pFilePath - The pFilePath (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilePath

String getFilePath()
                   throws IOException,
                          AutomationException
The path to the file associated with this item URI.

Product Availability

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

Returns:
The pFilePath
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.