com.esri.arcgis.datasourcesraster
Interface IItemPaths

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IItemPaths2
All Known Implementing Classes:
CompositeItemURI, DEMosaicDataset, FileCrawler, FileItemURI, FolderCrawler, FunctionRasterDataset, IItemPaths2Proxy, IItemPathsProxy, IkonosFileCrawler, IndexedItemURI, KompsatFileCrawler, LasDatasetToRasterFunctionArguments, LasToRasterFunctionArguments, MosaicDataset, MultiPartItemURI, NitfCrawler, OverviewItemURI, PixFileCrawler, PleiadesFileCrawler, QuickBirdFileCrawler, RasterTypeItemURI, RPFItemURI, ScientificDataCrawler, SearchItemURI, Spot6FileCrawler, TableCrawler, TerrainToRasterFunctionArguments

public interface IItemPaths
extends java.io.Serializable

COM Interface 'IItemPaths'. Generated 3/19/2015 1:20:54 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 IIDcafd4e87_0672_43e0_b92d_175306c1a309
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getPaths()
          Returns all paths associated with the object.
 void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths)
          Updates all paths associated with the object using the specified mapping rule.
 

Field Detail

IIDcafd4e87_0672_43e0_b92d_175306c1a309

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

getPaths

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

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.

replacePaths

void replacePaths(IStringArray pOldPaths,
                  IStringArray pNewPaths)
                  throws java.io.IOException,
                         AutomationException
Updates all paths associated with the object using the specified mapping rule. The number of values in the two arrays must be the same.

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