Package org.geotools.data.vpf.ifc
Interface DataTypesDefinition
-
- All Known Implementing Classes:
DataUtils
,RowField
,SpatialIndexInputStream
,TableColumnDef
,TableHeader
,VariableIndexInputStream
,VPFInputStream
public interface DataTypesDefinition
Data type definition constants for VPF files.- Since:
- Thu Jan 02 17:26:02 2003
- Author:
- Artur Hefczyc
-
-
Field Summary
Fields Modifier and Type Field Description static char
BIG_ENDIAN_ORDER
Variable constantBIG_ENDIAN_ORDER
keeps value ofstatic char
CHAR_NULL_VALUE
Variable constantCHAR_NULL_VALUE
keeps value ofstatic char
DATA_2_COORD_F
Variable constantDATA_2_COORD_F
keeps value ofstatic int
DATA_2_COORD_F_LEN
Variable constantDATA_2_COORD_F_LEN
keeps value ofstatic char
DATA_2_COORD_R
Variable constantDATA_2_COORD_R
keeps value ofstatic int
DATA_2_COORD_R_LEN
Variable constantDATA_2_COORD_R_LEN
keeps value ofstatic char
DATA_3_COORD_F
Variable constantDATA_3_COORD_F
keeps value ofstatic int
DATA_3_COORD_F_LEN
Variable constantDATA_3_COORD_F_LEN
keeps value ofstatic char
DATA_3_COORD_R
Variable constantDATA_3_COORD_R
keeps value ofstatic int
DATA_3_COORD_R_LEN
Variable constantDATA_3_COORD_R_LEN
keeps value ofstatic char
DATA_DATE_TIME
Variable constantDATA_DATE_TIME
keeps value ofstatic int
DATA_DATE_TIME_LEN
Variable constantDATA_DATE_TIME_LEN
keeps value ofstatic char
DATA_LEVEL1_TEXT
Variable constantDATA_LEVEL1_TEXT
keeps value ofstatic char
DATA_LEVEL2_TEXT
Variable constantDATA_LEVEL2_TEXT
keeps value ofstatic char
DATA_LEVEL3_TEXT
Variable constantDATA_LEVEL3_TEXT
keeps value ofstatic char
DATA_LONG_FLOAT
Variable constantDATA_LONG_FLOAT
keeps value ofstatic int
DATA_LONG_FLOAT_LEN
Variable constantDATA_LONG_FLOAT_LEN
keeps value ofstatic char
DATA_LONG_INTEGER
Variable constantDATA_LONG_INTEGER
keeps value ofstatic int
DATA_LONG_INTEGER_LEN
Variable constantDATA_LONG_INTEGER_LEN
keeps value ofstatic char
DATA_NULL_FIELD
Variable constantDATA_NULL_FIELD
keeps value ofstatic int
DATA_NULL_FIELD_LEN
Variable constantDATA_NULL_FIELD_LEN
keeps value ofstatic char
DATA_SHORT_FLOAT
Variable constantDATA_SHORT_FLOAT
keeps value ofstatic int
DATA_SHORT_FLOAT_LEN
Variable constantDATA_SHORT_FLOAT_LEN
keeps value ofstatic char
DATA_SHORT_INTEGER
Variable constantDATA_SHORT_INTEGER
keeps value ofstatic int
DATA_SHORT_INTEGER_LEN
Variable constantDATA_SHORT_INTEGER_LEN
keeps value ofstatic char
DATA_TEXT
Variable constantDATA_TEXT
keeps value ofstatic char
DATA_TRIPLET_ID
Variable constantDATA_TRIPLET_ID
keeps value ofstatic int
DATA_TRIPLET_ID_LEN
Variable constantDATA_TRIPLET_ID_LEN
keeps value ofstatic char
LEAST_SIGNIF_FIRST
LEAST_SIGNIF_FIRST
stores code for indicator of byte orderleast-significant-byte-first
used during creating table.static char
LITTLE_ENDIAN_ORDER
Variable constantLITTLE_ENDIAN_ORDER
keeps value ofstatic char
MOST_SIGNIF_FIRST
MOST_SIGNIF_FIRST
stores code for indicator of byte ordermost-significant-byte-first
used during creating table.static String
STRING_NULL_VALUE
Variable constantSTRING_NULL_VALUE
keeps value ofstatic String[]
STRING_NULL_VALUES
Variable constantSTRING_NULL_VALUES
keeps value of
-
-
-
Field Detail
-
LEAST_SIGNIF_FIRST
static final char LEAST_SIGNIF_FIRST
LEAST_SIGNIF_FIRST
stores code for indicator of byte orderleast-significant-byte-first
used during creating table. It is little-endian byte order used on Intel x86 based PCs but not in JVM.- See Also:
- Constant Field Values
-
LITTLE_ENDIAN_ORDER
static final char LITTLE_ENDIAN_ORDER
Variable constantLITTLE_ENDIAN_ORDER
keeps value of- See Also:
- Constant Field Values
-
MOST_SIGNIF_FIRST
static final char MOST_SIGNIF_FIRST
MOST_SIGNIF_FIRST
stores code for indicator of byte ordermost-significant-byte-first
used during creating table. It is big-endian byte order used on Motorola CPU based machines and in JVM.- See Also:
- Constant Field Values
-
BIG_ENDIAN_ORDER
static final char BIG_ENDIAN_ORDER
Variable constantBIG_ENDIAN_ORDER
keeps value of- See Also:
- Constant Field Values
-
DATA_TEXT
static final char DATA_TEXT
Variable constantDATA_TEXT
keeps value of- See Also:
- Constant Field Values
-
DATA_LEVEL1_TEXT
static final char DATA_LEVEL1_TEXT
Variable constantDATA_LEVEL1_TEXT
keeps value of- See Also:
- Constant Field Values
-
DATA_LEVEL2_TEXT
static final char DATA_LEVEL2_TEXT
Variable constantDATA_LEVEL2_TEXT
keeps value of- See Also:
- Constant Field Values
-
DATA_LEVEL3_TEXT
static final char DATA_LEVEL3_TEXT
Variable constantDATA_LEVEL3_TEXT
keeps value of- See Also:
- Constant Field Values
-
DATA_SHORT_FLOAT
static final char DATA_SHORT_FLOAT
Variable constantDATA_SHORT_FLOAT
keeps value of- See Also:
- Constant Field Values
-
DATA_LONG_FLOAT
static final char DATA_LONG_FLOAT
Variable constantDATA_LONG_FLOAT
keeps value of- See Also:
- Constant Field Values
-
DATA_SHORT_INTEGER
static final char DATA_SHORT_INTEGER
Variable constantDATA_SHORT_INTEGER
keeps value of- See Also:
- Constant Field Values
-
DATA_LONG_INTEGER
static final char DATA_LONG_INTEGER
Variable constantDATA_LONG_INTEGER
keeps value of- See Also:
- Constant Field Values
-
DATA_2_COORD_F
static final char DATA_2_COORD_F
Variable constantDATA_2_COORD_F
keeps value of- See Also:
- Constant Field Values
-
DATA_2_COORD_R
static final char DATA_2_COORD_R
Variable constantDATA_2_COORD_R
keeps value of- See Also:
- Constant Field Values
-
DATA_3_COORD_F
static final char DATA_3_COORD_F
Variable constantDATA_3_COORD_F
keeps value of- See Also:
- Constant Field Values
-
DATA_3_COORD_R
static final char DATA_3_COORD_R
Variable constantDATA_3_COORD_R
keeps value of- See Also:
- Constant Field Values
-
DATA_DATE_TIME
static final char DATA_DATE_TIME
Variable constantDATA_DATE_TIME
keeps value of- See Also:
- Constant Field Values
-
DATA_NULL_FIELD
static final char DATA_NULL_FIELD
Variable constantDATA_NULL_FIELD
keeps value of- See Also:
- Constant Field Values
-
DATA_TRIPLET_ID
static final char DATA_TRIPLET_ID
Variable constantDATA_TRIPLET_ID
keeps value of- See Also:
- Constant Field Values
-
DATA_SHORT_FLOAT_LEN
static final int DATA_SHORT_FLOAT_LEN
Variable constantDATA_SHORT_FLOAT_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_LONG_FLOAT_LEN
static final int DATA_LONG_FLOAT_LEN
Variable constantDATA_LONG_FLOAT_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_SHORT_INTEGER_LEN
static final int DATA_SHORT_INTEGER_LEN
Variable constantDATA_SHORT_INTEGER_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_LONG_INTEGER_LEN
static final int DATA_LONG_INTEGER_LEN
Variable constantDATA_LONG_INTEGER_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_DATE_TIME_LEN
static final int DATA_DATE_TIME_LEN
Variable constantDATA_DATE_TIME_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_2_COORD_F_LEN
static final int DATA_2_COORD_F_LEN
Variable constantDATA_2_COORD_F_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_2_COORD_R_LEN
static final int DATA_2_COORD_R_LEN
Variable constantDATA_2_COORD_R_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_3_COORD_F_LEN
static final int DATA_3_COORD_F_LEN
Variable constantDATA_3_COORD_F_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_3_COORD_R_LEN
static final int DATA_3_COORD_R_LEN
Variable constantDATA_3_COORD_R_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_TRIPLET_ID_LEN
static final int DATA_TRIPLET_ID_LEN
Variable constantDATA_TRIPLET_ID_LEN
keeps value of- See Also:
- Constant Field Values
-
DATA_NULL_FIELD_LEN
static final int DATA_NULL_FIELD_LEN
Variable constantDATA_NULL_FIELD_LEN
keeps value of- See Also:
- Constant Field Values
-
STRING_NULL_VALUE
static final String STRING_NULL_VALUE
Variable constantSTRING_NULL_VALUE
keeps value of- See Also:
- Constant Field Values
-
STRING_NULL_VALUES
static final String[] STRING_NULL_VALUES
Variable constantSTRING_NULL_VALUES
keeps value of
-
CHAR_NULL_VALUE
static final char CHAR_NULL_VALUE
Variable constantCHAR_NULL_VALUE
keeps value of- See Also:
- Constant Field Values
-
-