public class JoinTable
extends java.lang.Object
Constructor and Description |
---|
JoinTable(java.lang.String filePath) |
Modifier and Type | Method and Description |
---|---|
void |
build() |
void |
dispose() |
int |
getFieldCount() |
java.lang.String |
getFieldName(int indice) |
java.util.List |
getFieldNames() |
AttributeType |
getFieldType(int indice) |
int |
getKeyIndex() |
void |
join(Layer layer,
int attributeIndex) |
void |
setKeyIndex(int keyIndex) |
public java.util.List getFieldNames()
public java.lang.String getFieldName(int indice)
public AttributeType getFieldType(int indice)
public int getFieldCount()
public void setKeyIndex(int keyIndex)
public int getKeyIndex()
public void build()
public void join(Layer layer, int attributeIndex) throws java.lang.SecurityException, java.lang.NoSuchMethodException, java.lang.IllegalArgumentException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
java.lang.SecurityException
java.lang.NoSuchMethodException
java.lang.IllegalArgumentException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
public void dispose()