Package org.geotools.data.vpf.io
Class RowField
- All Implemented Interfaces:
Serializable
,DataTypesDefinition
RowField.java Created: Mon Jan 27 13:58:34 2003
- Author:
- Artur Hefczyc
- See Also:
-
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
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowField
Creates a new
instance.RowField
- Parameters:
value
- an
valueObject
type
- a
valuechar
-
-
Method Details
-
toString
MethodtoString
is used to perform -
equals
Methodequals
is used to perform -
hashCode
public int hashCode() -
getType
public char getType()MethodgetType
is used to perform- Returns:
- a
valuechar
-
getValue
MethodgetValue
is used to perform- Returns:
- an
valueObject
-
intValue
public int intValue() -
longValue
public long longValue() -
byteValue
public byte byteValue() -
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
-