| java.lang.Object org.geotools.data.vpf.VPFColumn
VPFColumn | public VPFColumn(String name, char type, int elementsNumber, char keyType, String colDesc, String valDescTableName, String thematicIdx, String narrTable)(Code) | | Constructor with all of the elements of a VPF column
Parameters: name - Parameters: type - Parameters: elementsNumber - Parameters: keyType - Parameters: colDesc - Parameters: valDescTableName - Parameters: thematicIdx - Parameters: narrTable - |
getColumnClass | public Class getColumnClass()(Code) | | Retrieves the class for the column,
based on a char value.
the class |
getElementsNumber | public int getElementsNumber()(Code) | | Returns the elementsNumber field
Returns the elementsNumber. |
getGeometryAttributeType | public GeometryAttributeType getGeometryAttributeType()(Code) | | Identifies and returns the GeometryAttributeType,
or null if none exists.
The GeometryAttributeType value |
getMaxOccurs | public int getMaxOccurs()(Code) | | |
getMinOccurs | public int getMinOccurs()(Code) | | |
getNarrTable | public String getNarrTable()(Code) | | Gets the value of narrTable
the value of narrTable |
getRestriction | public Filter getRestriction()(Code) | | |
getThematicIdx | public String getThematicIdx()(Code) | | Gets the value of thematicIdx
the value of thematicIdx |
getTypeChar | public char getTypeChar()(Code) | | Returns the typeChar field
Returns the typeChar. |
getValDescTableName | public String getValDescTableName()(Code) | | Gets the value of valDescTableName
the value of valDescTableName |
hashCode | public int hashCode()(Code) | | |
isAttemptLookup | public boolean isAttemptLookup()(Code) | | Returns the attemptLookup. |
isGeometry | public boolean isGeometry()(Code) | | |
isNillable | public boolean isNillable()(Code) | | |
|
|