public class VPFColumn extends Object
Constructor and Description |
---|
VPFColumn(String name,
AttributeDescriptor descriptor) |
VPFColumn(String name,
char type,
int elementsNumber,
char keyType,
String colDesc,
String valDescTableName,
String thematicIdx,
String narrTable)
Constructor with all of the elements of a VPF column
|
Modifier and Type | Method and Description |
---|---|
String |
getColDesc() |
Class<?> |
getColumnClass()
Retrieves the class for the column, based on a char value.
|
AttributeDescriptor |
getDescriptor() |
int |
getElementsNumber()
Returns the elementsNumber field
|
GeometryDescriptor |
getGeometryAttributeType()
Identifies and returns the GeometryAttributeType, or null if none exists.
|
char |
getKeyType() |
String |
getName() |
String |
getNarrTable()
Gets the value of narrTable
|
String |
getThematicIdx()
Gets the value of thematicIdx
|
char |
getTypeChar()
Returns the typeChar field
|
String |
getValDescTableName()
Gets the value of valDescTableName
|
boolean |
isAttemptLookup() |
boolean |
isGeometry() |
static VPFColumn |
toVPFColumn(AttributeDescriptor descriptor) |
public VPFColumn(String name, char type, int elementsNumber, char keyType, String colDesc, String valDescTableName, String thematicIdx, String narrTable)
public VPFColumn(String name, AttributeDescriptor descriptor)
public static VPFColumn toVPFColumn(AttributeDescriptor descriptor)
public AttributeDescriptor getDescriptor()
public Class<?> getColumnClass()
public String getNarrTable()
public String getThematicIdx()
public String getValDescTableName()
public boolean isGeometry()
public char getTypeChar()
public int getElementsNumber()
public GeometryDescriptor getGeometryAttributeType()
GeometryAttributeType
valuepublic boolean isAttemptLookup()
public String getName()
public char getKeyType()
public String getColDesc()
Copyright © 1996–2022 Geotools. All rights reserved.