com.esri.arcgis.datasourcesraster
Interface IItemPaths2

All Superinterfaces:
IItemPaths, java.io.Serializable
All Known Implementing Classes:
CompositeItemURI, FileCrawler, FileItemURI, IItemPaths2Proxy, IkonosFileCrawler, IndexedItemURI, KompsatFileCrawler, LasDatasetToRasterFunctionArguments, LasToRasterFunctionArguments, NitfCrawler, PixFileCrawler, PleiadesFileCrawler, QuickBirdFileCrawler, RPFItemURI, ScientificDataCrawler, SearchItemURI, Spot6FileCrawler, TerrainToRasterFunctionArguments

public interface IItemPaths2
extends IItemPaths, java.io.Serializable

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

Description: 'Provides access to members that control item 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 IID9c76b127_61ac_4e66_99b0_8c14a9a386ea
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IItemPaths
IIDcafd4e87_0672_43e0_b92d_175306c1a309
 
Method Summary
 IStringArray getPathsEx(IItemPathsOptions pOptions)
          Returns all paths associated with the object.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemPaths
getPaths, replacePaths
 

Field Detail

IID9c76b127_61ac_4e66_99b0_8c14a9a386ea

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

getPathsEx

IStringArray getPathsEx(IItemPathsOptions pOptions)
                        throws java.io.IOException,
                               AutomationException
Returns all paths associated with the object.

Parameters:
pOptions - A reference to a com.esri.arcgis.datasourcesraster.IItemPathsOptions (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.