com.esri.arcgis.datasourcesraster
Interface IDataSourceCrawler3
- All Superinterfaces:
- IDataSourceCrawler, IDataSourceCrawler2, java.io.Serializable
- All Known Implementing Classes:
- FileCrawler, IDataSourceCrawler3Proxy, NitfCrawler, ScientificDataCrawler
public interface IDataSourceCrawler3
- extends IDataSourceCrawler2, java.io.Serializable
COM Interface 'IDataSourceCrawler3'. Generated 3/19/2015 1:20:55 PM
from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control a data source 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 =
IIDd3602eef_41d9_443f_a38b_a852af177c06
static final int IIDd3602eef_41d9_443f_a38b_a852af177c06
- 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
setPropertiesByRef
void setPropertiesByRef(IPropertySet ppProperties)
throws java.io.IOException,
AutomationException
- Additional properties associated with the data source crawler.
- Parameters:
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getProperties
IPropertySet getProperties()
throws java.io.IOException,
AutomationException
- Additional properties associated with the data source crawler.
- Returns:
- A reference to a com.esri.arcgis.system.IPropertySet
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.