org.openjump.sigle.plugin.joinTable
Class JoinTableDataSourceCSV

java.lang.Object
  extended by org.openjump.sigle.plugin.joinTable.JoinTableDataSourceCSV
All Implemented Interfaces:
JoinTableDataSource

public class JoinTableDataSourceCSV
extends java.lang.Object
implements JoinTableDataSource

Author:
Olivier BEDEL Laboratoire RESO UMR 6590 CNRS Bassin Versant du Jaudy-Guindy-Bizien 26 oct. 2004 license Licence CeCILL http://www.cecill.info/

Constructor Summary
JoinTableDataSourceCSV(java.lang.String filePath)
           
 
Method Summary
 java.util.Hashtable buildTable(int keyIndex)
           
 java.util.ArrayList getFieldNames()
           
 java.util.ArrayList getFieldTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinTableDataSourceCSV

public JoinTableDataSourceCSV(java.lang.String filePath)
Method Detail

getFieldNames

public java.util.ArrayList getFieldNames()
Specified by:
getFieldNames in interface JoinTableDataSource

getFieldTypes

public java.util.ArrayList getFieldTypes()
Specified by:
getFieldTypes in interface JoinTableDataSource

buildTable

public java.util.Hashtable buildTable(int keyIndex)
Specified by:
buildTable in interface JoinTableDataSource