com.esri.arcgis.datasourcesraster
Interface ICsvCrawler

All Superinterfaces:
Serializable
All Known Implementing Classes:
CsvCrawler

public interface ICsvCrawler
extends Serializable

Provides access to members that control a CSV file crawler.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getPath()
          The CSV file to crawl.
 String getSourceField()
          The name of the field that references the raster dataset.
 void setPath(String pCsvFilePath)
          The CSV file to crawl.
 void setSourceField(String pSourceField)
          The name of the field that references the raster dataset.
 

Method Detail

setPath

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getPath

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setSourceField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSourceField

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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