| |
|
| java.lang.Object org.geotools.index.DataDefinition
DataDefinition | public class DataDefinition (Code) | | DOCUMENT ME!
author: Tommaso Nolli |
Inner Class :public class Field | |
addField | public void addField(Class clazz)(Code) | | Well known classes
-
Short
-
Integer
-
Long
-
Float
-
Double
-
Date
Parameters: clazz - throws: TreeException - DOCUMENT ME! |
addField | public void addField(int len)(Code) | | For classes with unknown length; this values will be threated as
String s and truncated at the specified len
Parameters: len - |
getEncodedLen | public int getEncodedLen()(Code) | | Gets the len of this field after the encoding, this method may be
different from getLen() only if exists strings in the definition
|
getField | public Field getField(int i)(Code) | | |
getFieldsCount | public int getFieldsCount()(Code) | | |
getLen | public int getLen()(Code) | | Gets the max len of the data
|
isValid | final public boolean isValid()(Code) | | |
|
|
|