com.esri.arcgis.datasourcesraster
Interface IFileItemURI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FileItemURI, IFileItemURIProxy, RPFItemURI

public interface IFileItemURI
extends java.io.Serializable

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

Description: 'Provides access to members that control a file 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 IID522e65b4_ff5e_4e61_ac22_a5ba51a73f12
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFilePath()
          The path to the file associated with this item URI.
 void setFilePath(java.lang.String pFilePath)
          The path to the file associated with this item URI.
 

Field Detail

IID522e65b4_ff5e_4e61_ac22_a5ba51a73f12

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

setFilePath

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

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

getFilePath

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

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