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 voidbuild()voiddispose()intgetFieldCount()StringgetFieldName(int indice)ListgetFieldNames()AttributeTypegetFieldType(int indice)intgetKeyIndex()voidjoin(Layer layer, int attributeIndex)voidsetKeyIndex(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()
-
-