org.geotools.data.vpf.ifc
Interface DataTypesDefinition

All Known Implementing Classes:
DataUtils, RowField, TableColumnDef, TableHeader, TableInputStream, VPFColumn, VPFFeatureClass, VPFFile, VPFInputStream

public interface DataTypesDefinition

DataTypesDefinition.java Created: Thu Jan 02 17:26:02 2003

Version:
$Id: DataTypesDefinition.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Artur Hefczyc

Field Summary
static char BIG_ENDIAN_ORDER
          Variable constant BIG_ENDIAN_ORDER keeps value of
static char CHAR_NULL_VALUE
          Variable constant CHAR_NULL_VALUE keeps value of
static char DATA_2_COORD_F
          Variable constant DATA_2_COORD_F keeps value of
static int DATA_2_COORD_F_LEN
          Variable constant DATA_2_COORD_F_LEN keeps value of
static char DATA_2_COORD_R
          Variable constant DATA_2_COORD_R keeps value of
static int DATA_2_COORD_R_LEN
          Variable constant DATA_2_COORD_R_LEN keeps value of
static char DATA_3_COORD_F
          Variable constant DATA_3_COORD_F keeps value of
static int DATA_3_COORD_F_LEN
          Variable constant DATA_3_COORD_F_LEN keeps value of
static char DATA_3_COORD_R
          Variable constant DATA_3_COORD_R keeps value of
static int DATA_3_COORD_R_LEN
          Variable constant DATA_3_COORD_R_LEN keeps value of
static char DATA_DATE_TIME
          Variable constant DATA_DATE_TIME keeps value of
static int DATA_DATE_TIME_LEN
          Variable constant DATA_DATE_TIME_LEN keeps value of
static char DATA_LEVEL1_TEXT
          Variable constant DATA_LEVEL1_TEXT keeps value of
static char DATA_LEVEL2_TEXT
          Variable constant DATA_LEVEL2_TEXT keeps value of
static char DATA_LEVEL3_TEXT
          Variable constant DATA_LEVEL3_TEXT keeps value of
static char DATA_LONG_FLOAT
          Variable constant DATA_LONG_FLOAT keeps value of
static int DATA_LONG_FLOAT_LEN
          Variable constant DATA_LONG_FLOAT_LEN keeps value of
static char DATA_LONG_INTEGER
          Variable constant DATA_LONG_INTEGER keeps value of
static int DATA_LONG_INTEGER_LEN
          Variable constant DATA_LONG_INTEGER_LEN keeps value of
static char DATA_NULL_FIELD
          Variable constant DATA_NULL_FIELD keeps value of
static int DATA_NULL_FIELD_LEN
          Variable constant DATA_NULL_FIELD_LEN keeps value of
static char DATA_SHORT_FLOAT
          Variable constant DATA_SHORT_FLOAT keeps value of
static int DATA_SHORT_FLOAT_LEN
          Variable constant DATA_SHORT_FLOAT_LEN keeps value of
static char DATA_SHORT_INTEGER
          Variable constant DATA_SHORT_INTEGER keeps value of
static int DATA_SHORT_INTEGER_LEN
          Variable constant DATA_SHORT_INTEGER_LEN keeps value of
static char DATA_TEXT
          Variable constant DATA_TEXT keeps value of
static char DATA_TRIPLET_ID
          Variable constant DATA_TRIPLET_ID keeps value of
static int DATA_TRIPLET_ID_LEN
          Variable constant DATA_TRIPLET_ID_LEN keeps value of
static char LEAST_SIGNIF_FIRST
          LEAST_SIGNIF_FIRST stores code for indicator of byte order least-significant-byte-first used during creating table.
static char LITTLE_ENDIAN_ORDER
          Variable constant LITTLE_ENDIAN_ORDER keeps value of
static char MOST_SIGNIF_FIRST
          MOST_SIGNIF_FIRST stores code for indicator of byte order most-significant-byte-first used during creating table.
static java.lang.String STRING_NULL_VALUE
          Variable constant STRING_NULL_VALUE keeps value of
static java.lang.String[] STRING_NULL_VALUES
          Variable constant STRING_NULL_VALUES keeps value of
 

Field Detail

LEAST_SIGNIF_FIRST

public static final char LEAST_SIGNIF_FIRST
LEAST_SIGNIF_FIRST stores code for indicator of byte order least-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

public static final char LITTLE_ENDIAN_ORDER
Variable constant LITTLE_ENDIAN_ORDER keeps value of

See Also:
Constant Field Values

MOST_SIGNIF_FIRST

public static final char MOST_SIGNIF_FIRST
MOST_SIGNIF_FIRST stores code for indicator of byte order most-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

public static final char BIG_ENDIAN_ORDER
Variable constant BIG_ENDIAN_ORDER keeps value of

See Also:
Constant Field Values

DATA_TEXT

public static final char DATA_TEXT
Variable constant DATA_TEXT keeps value of

See Also:
Constant Field Values

DATA_LEVEL1_TEXT

public static final char DATA_LEVEL1_TEXT
Variable constant DATA_LEVEL1_TEXT keeps value of

See Also:
Constant Field Values

DATA_LEVEL2_TEXT

public static final char DATA_LEVEL2_TEXT
Variable constant DATA_LEVEL2_TEXT keeps value of

See Also:
Constant Field Values

DATA_LEVEL3_TEXT

public static final char DATA_LEVEL3_TEXT
Variable constant DATA_LEVEL3_TEXT keeps value of

See Also:
Constant Field Values

DATA_SHORT_FLOAT

public static final char DATA_SHORT_FLOAT
Variable constant DATA_SHORT_FLOAT keeps value of

See Also:
Constant Field Values

DATA_LONG_FLOAT

public static final char DATA_LONG_FLOAT
Variable constant DATA_LONG_FLOAT keeps value of

See Also:
Constant Field Values

DATA_SHORT_INTEGER

public static final char DATA_SHORT_INTEGER
Variable constant DATA_SHORT_INTEGER keeps value of

See Also:
Constant Field Values

DATA_LONG_INTEGER

public static final char DATA_LONG_INTEGER
Variable constant DATA_LONG_INTEGER keeps value of

See Also:
Constant Field Values

DATA_2_COORD_F

public static final char DATA_2_COORD_F
Variable constant DATA_2_COORD_F keeps value of

See Also:
Constant Field Values

DATA_2_COORD_R

public static final char DATA_2_COORD_R
Variable constant DATA_2_COORD_R keeps value of

See Also:
Constant Field Values

DATA_3_COORD_F

public static final char DATA_3_COORD_F
Variable constant DATA_3_COORD_F keeps value of

See Also:
Constant Field Values

DATA_3_COORD_R

public static final char DATA_3_COORD_R
Variable constant DATA_3_COORD_R keeps value of

See Also:
Constant Field Values

DATA_DATE_TIME

public static final char DATA_DATE_TIME
Variable constant DATA_DATE_TIME keeps value of

See Also:
Constant Field Values

DATA_NULL_FIELD

public static final char DATA_NULL_FIELD
Variable constant DATA_NULL_FIELD keeps value of

See Also:
Constant Field Values

DATA_TRIPLET_ID

public static final char DATA_TRIPLET_ID
Variable constant DATA_TRIPLET_ID keeps value of

See Also:
Constant Field Values

DATA_SHORT_FLOAT_LEN

public static final int DATA_SHORT_FLOAT_LEN
Variable constant DATA_SHORT_FLOAT_LEN keeps value of

See Also:
Constant Field Values

DATA_LONG_FLOAT_LEN

public static final int DATA_LONG_FLOAT_LEN
Variable constant DATA_LONG_FLOAT_LEN keeps value of

See Also:
Constant Field Values

DATA_SHORT_INTEGER_LEN

public static final int DATA_SHORT_INTEGER_LEN
Variable constant DATA_SHORT_INTEGER_LEN keeps value of

See Also:
Constant Field Values

DATA_LONG_INTEGER_LEN

public static final int DATA_LONG_INTEGER_LEN
Variable constant DATA_LONG_INTEGER_LEN keeps value of

See Also:
Constant Field Values

DATA_DATE_TIME_LEN

public static final int DATA_DATE_TIME_LEN
Variable constant DATA_DATE_TIME_LEN keeps value of

See Also:
Constant Field Values

DATA_2_COORD_F_LEN

public static final int DATA_2_COORD_F_LEN
Variable constant DATA_2_COORD_F_LEN keeps value of

See Also:
Constant Field Values

DATA_2_COORD_R_LEN

public static final int DATA_2_COORD_R_LEN
Variable constant DATA_2_COORD_R_LEN keeps value of

See Also:
Constant Field Values

DATA_3_COORD_F_LEN

public static final int DATA_3_COORD_F_LEN
Variable constant DATA_3_COORD_F_LEN keeps value of

See Also:
Constant Field Values

DATA_3_COORD_R_LEN

public static final int DATA_3_COORD_R_LEN
Variable constant DATA_3_COORD_R_LEN keeps value of

See Also:
Constant Field Values

DATA_TRIPLET_ID_LEN

public static final int DATA_TRIPLET_ID_LEN
Variable constant DATA_TRIPLET_ID_LEN keeps value of

See Also:
Constant Field Values

DATA_NULL_FIELD_LEN

public static final int DATA_NULL_FIELD_LEN
Variable constant DATA_NULL_FIELD_LEN keeps value of

See Also:
Constant Field Values

STRING_NULL_VALUE

public static final java.lang.String STRING_NULL_VALUE
Variable constant STRING_NULL_VALUE keeps value of

See Also:
Constant Field Values

STRING_NULL_VALUES

public static final java.lang.String[] STRING_NULL_VALUES
Variable constant STRING_NULL_VALUES keeps value of


CHAR_NULL_VALUE

public static final char CHAR_NULL_VALUE
Variable constant CHAR_NULL_VALUE keeps value of

See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.