|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.vpf.io.TableColumnDef
This class contains definition of VPF standard table column definition according to specification found in: "Interface Standard for Vector Product Format." Objects of this type are immutable. Created: Thu Jan 02 23:11:27 2003
Field Summary |
Constructor Summary | |
TableColumnDef(java.lang.String name,
char type,
int elementsNumber,
char keyType,
java.lang.String colDesc,
java.lang.String valDescTableName,
java.lang.String thematicIdx,
java.lang.String narrTable)
Creates a new TableColumnDef instance. |
Method Summary | |
java.lang.String |
getColDesc()
Gets the value of colDesc |
int |
getColumnSize()
Describe getColumnSize method here. |
int |
getElementsNumber()
Gets the value of elementsNumber |
char |
getKeyType()
Gets the value of keyType |
java.lang.String |
getName()
Gets the value of name |
java.lang.String |
getNarrTable()
Gets the value of narrTable |
java.lang.String |
getThematicIdx()
Gets the value of thematicIdx |
char |
getType()
Gets the value of type |
java.lang.String |
getValDescTableName()
Gets the value of valDescTableName |
boolean |
isNumeric()
Describe isNumeric method here. |
java.lang.String |
toString()
Describe toString method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TableColumnDef(java.lang.String name, char type, int elementsNumber, char keyType, java.lang.String colDesc, java.lang.String valDescTableName, java.lang.String thematicIdx, java.lang.String narrTable)
TableColumnDef
instance.
name
- a String
valuetype
- a char
valueelementsNumber
- an int
valuekeyType
- a char
valuecolDesc
- a String
valuevalDescTableName
- a String
valuethematicIdx
- a String
valuenarrTable
- a String
valueMethod Detail |
public java.lang.String toString()
toString
method here.
String
valuepublic java.lang.String getName()
public char getType()
public int getElementsNumber()
public char getKeyType()
public java.lang.String getColDesc()
public java.lang.String getValDescTableName()
public java.lang.String getThematicIdx()
public java.lang.String getNarrTable()
public int getColumnSize()
getColumnSize
method here.
int
valuepublic boolean isNumeric()
isNumeric
method here.
boolean
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |