com.esri.arcgis.datasourcesraster
Interface IRelativePathSupport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRelativePathSupportProxy, PythonAdapterFunctionArguments

public interface IRelativePathSupport
extends java.io.Serializable

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

Description: 'Provides access to member that enable access via relative paths.' 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 IID20090409_297a_4af0_8a04_8839ffc00845
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getBasePath()
          The base path against which path relativity is built.
 void setBasePath(java.lang.String pbsBasePath)
          The base path against which path relativity is built.
 

Field Detail

IID20090409_297a_4af0_8a04_8839ffc00845

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

getBasePath

java.lang.String getBasePath()
                             throws java.io.IOException,
                                    AutomationException
The base path against which path relativity is built.

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

setBasePath

void setBasePath(java.lang.String pbsBasePath)
                 throws java.io.IOException,
                        AutomationException
The base path against which path relativity is built.

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