Package org.geotools.data.vpf.io
Class RowField
- 
- All Implemented Interfaces:
- Serializable,- DataTypesDefinition
 
 public class RowField extends Number implements DataTypesDefinition RowField.java Created: Mon Jan 27 13:58:34 2003- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface DataTypesDefinitionBIG_ENDIAN_ORDER, CHAR_NULL_VALUE, DATA_2_COORD_F, DATA_2_COORD_F_LEN, DATA_2_COORD_R, DATA_2_COORD_R_LEN, DATA_3_COORD_F, DATA_3_COORD_F_LEN, DATA_3_COORD_R, DATA_3_COORD_R_LEN, DATA_DATE_TIME, DATA_DATE_TIME_LEN, DATA_LEVEL1_TEXT, DATA_LEVEL2_TEXT, DATA_LEVEL3_TEXT, DATA_LONG_FLOAT, DATA_LONG_FLOAT_LEN, DATA_LONG_INTEGER, DATA_LONG_INTEGER_LEN, DATA_NULL_FIELD, DATA_NULL_FIELD_LEN, DATA_SHORT_FLOAT, DATA_SHORT_FLOAT_LEN, DATA_SHORT_INTEGER, DATA_SHORT_INTEGER_LEN, DATA_TEXT, DATA_TRIPLET_ID, DATA_TRIPLET_ID_LEN, LEAST_SIGNIF_FIRST, LITTLE_ENDIAN_ORDER, MOST_SIGNIF_FIRST, STRING_NULL_VALUE, STRING_NULL_VALUES
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description bytebyteValue()doubledoubleValue()booleanequals(Object obj)Methodequalsis used to performfloatfloatValue()chargetType()MethodgetTypeis used to performObjectgetValue()MethodgetValueis used to performinthashCode()intintValue()longlongValue()shortshortValue()StringtoString()MethodtoStringis used to perform
 
- 
- 
- 
Constructor Detail- 
RowFieldpublic RowField(Object value, char type) Creates a newRowField- Parameters:
- value- an- Object
- type- a- char
 
 
- 
 - 
Method Detail- 
toStringpublic String toString() MethodtoStringis used to perform
 - 
equalspublic boolean equals(Object obj) Methodequalsis used to perform
 - 
getTypepublic char getType() MethodgetTypeis used to perform- Returns:
- a char
 
 - 
getValuepublic Object getValue() MethodgetValueis used to perform- Returns:
- an Object
 
 - 
shortValuepublic short shortValue() - Overrides:
- shortValuein class- Number
 
 - 
floatValuepublic float floatValue() - Specified by:
- floatValuein class- Number
 
 - 
doubleValuepublic double doubleValue() - Specified by:
- doubleValuein class- Number
 
 
- 
 
-