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 byte
byteValue()
double
doubleValue()
boolean
equals(Object obj)
Methodequals
is used to performfloat
floatValue()
char
getType()
MethodgetType
is used to performObject
getValue()
MethodgetValue
is used to performint
hashCode()
int
intValue()
long
longValue()
short
shortValue()
String
toString()
MethodtoString
is used to perform
-
-
-
Constructor Detail
-
RowField
public RowField(Object value, char type)
Creates a new
instance.RowField
- Parameters:
value
- an
valueObject
type
- a
valuechar
-
-
Method Detail
-
toString
public String toString()
MethodtoString
is used to perform
-
equals
public boolean equals(Object obj)
Methodequals
is used to perform
-
getType
public char getType()
MethodgetType
is used to perform- Returns:
- a
valuechar
-
getValue
public Object getValue()
MethodgetValue
is used to perform- Returns:
- an
valueObject
-
shortValue
public short shortValue()
- Overrides:
shortValue
in classNumber
-
floatValue
public float floatValue()
- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in classNumber
-
-