com.esri.arcgis.datasourcesraster
Interface ICsvCrawler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CsvCrawler, ICsvCrawlerProxy

public interface ICsvCrawler
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID234790e2_c32a_425d_bafc_945e7cb1da8a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID234790e2_c32a_425d_bafc_945e7cb1da8a

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

setPath

void setPath(java.lang.String pCsvFilePath)
             throws java.io.IOException,
                    AutomationException
The CSV file to crawl.

Parameters:
pCsvFilePath - The pCsvFilePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
The CSV file to crawl.

Returns:
The pCsvFilePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSourceField

void setSourceField(java.lang.String pSourceField)
                    throws java.io.IOException,
                           AutomationException
The name of the field that references the raster dataset.

Parameters:
pSourceField - The pSourceField (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSourceField

java.lang.String getSourceField()
                                throws java.io.IOException,
                                       AutomationException
The name of the field that references the raster dataset.

Returns:
The pSourceField
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.