com.esri.arcgis.datasourcesraster
Interface IFileCrawler3
- All Superinterfaces:
- IFileCrawler, IFileCrawler2, java.io.Serializable
- All Known Implementing Classes:
- FileCrawler, FolderCrawler, IFileCrawler3Proxy, IkonosFileCrawler, KompsatFileCrawler, NitfCrawler, PixFileCrawler, PleiadesFileCrawler, QuickBirdFileCrawler, ScientificDataCrawler, Spot6FileCrawler
public interface IFileCrawler3
- extends IFileCrawler2, java.io.Serializable
COM Interface 'IFileCrawler3'. Generated 3/19/2015 1:20:55 PM
from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control a file system crawler.'
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 =
IID4f8a87c6_a3b1_4659_91cd_220d64b8607c
static final int IID4f8a87c6_a3b1_4659_91cd_220d64b8607c
- 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
setPathsByRef
void setPathsByRef(IStringArray ppFileOrFolderPaths)
throws java.io.IOException,
AutomationException
- The collection of file- or folder-paths to crawl.
- Parameters:
ppFileOrFolderPaths
- 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.
getPaths
IStringArray getPaths()
throws java.io.IOException,
AutomationException
- The collection of file- or folder-paths to crawl.
- 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.