public interface ICsvCrawler
extends java.io.Serializable
Description: 'Provides access to members that control a CSV file 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID234790e2_c32a_425d_bafc_945e7cb1da8a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
The CSV file to crawl.
|
java.lang.String |
getSourceField()
The name of the field that references the raster dataset.
|
void |
setPath(java.lang.String pCsvFilePath)
The CSV file to crawl.
|
void |
setSourceField(java.lang.String pSourceField)
The name of the field that references the raster dataset.
|
static final int IID234790e2_c32a_425d_bafc_945e7cb1da8a
static final int xxDummy
static final java.lang.String IID
void setPath(java.lang.String pCsvFilePath) throws java.io.IOException, AutomationException
pCsvFilePath
- The pCsvFilePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceField(java.lang.String pSourceField) throws java.io.IOException, AutomationException
pSourceField
- The pSourceField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSourceField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.