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 DataTypesDefinition
BIG_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 Summary
All 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
-
RowField
public RowField(Object value, char type)
Creates a newinstance.RowField- Parameters:
value- anvalueObjecttype- avaluechar
-
-
Method Detail
-
toString
public String toString()
MethodtoStringis used to perform
-
equals
public boolean equals(Object obj)
Methodequalsis used to perform
-
getType
public char getType()
MethodgetTypeis used to perform- Returns:
- a
valuechar
-
getValue
public Object getValue()
MethodgetValueis used to perform- Returns:
- an
valueObject
-
shortValue
public short shortValue()
- Overrides:
shortValuein classNumber
-
floatValue
public float floatValue()
- Specified by:
floatValuein classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValuein classNumber
-
-