Class JoinTable
- java.lang.Object
-
- org.openjump.sigle.plugin.joinTable.JoinTable
-
public class JoinTable extends Object
- Author:
- Olivier BEDEL Laboratoire RESO UMR 6590 CNRS Bassin Versant du Jaudy-Guindy-Bizien 26 oct. 2004 license Licence CeCILL http://www.cecill.info/
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build()
void
dispose()
int
getFieldCount()
String
getFieldName(int indice)
List
getFieldNames()
AttributeType
getFieldType(int indice)
int
getKeyIndex()
void
join(Layer layer, int attributeIndex)
void
setKeyIndex(int keyIndex)
-
-
-
Constructor Detail
-
JoinTable
public JoinTable(String filePath)
-
-
Method Detail
-
getFieldNames
public List getFieldNames()
-
getFieldName
public String getFieldName(int indice)
-
getFieldType
public AttributeType getFieldType(int indice)
-
getFieldCount
public int getFieldCount()
-
setKeyIndex
public void setKeyIndex(int keyIndex)
-
getKeyIndex
public int getKeyIndex()
-
build
public void build()
-
join
public void join(Layer layer, int attributeIndex) throws SecurityException, NoSuchMethodException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException
-
dispose
public void dispose()
-
-