|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICsvCrawler
Provides access to members that control a CSV file crawler.
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 |
---|
void setPath(String pCsvFilePath) throws IOException, AutomationException
pCsvFilePath
- The pCsvFilePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceField(String pSourceField) throws IOException, AutomationException
pSourceField
- The pSourceField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSourceField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |