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
FieldsModifier and TypeFieldDescriptionstatic final charVariable constantBIG_ENDIAN_ORDERkeeps value ofstatic final charVariable constantCHAR_NULL_VALUEkeeps value ofstatic final charVariable constantDATA_2_COORD_Fkeeps value ofstatic final intVariable constantDATA_2_COORD_F_LENkeeps value ofstatic final charVariable constantDATA_2_COORD_Rkeeps value ofstatic final intVariable constantDATA_2_COORD_R_LENkeeps value ofstatic final charVariable constantDATA_3_COORD_Fkeeps value ofstatic final intVariable constantDATA_3_COORD_F_LENkeeps value ofstatic final charVariable constantDATA_3_COORD_Rkeeps value ofstatic final intVariable constantDATA_3_COORD_R_LENkeeps value ofstatic final charVariable constantDATA_DATE_TIMEkeeps value ofstatic final intVariable constantDATA_DATE_TIME_LENkeeps value ofstatic final charVariable constantDATA_LEVEL1_TEXTkeeps value ofstatic final charVariable constantDATA_LEVEL2_TEXTkeeps value ofstatic final charVariable constantDATA_LEVEL3_TEXTkeeps value ofstatic final charVariable constantDATA_LONG_FLOATkeeps value ofstatic final intVariable constantDATA_LONG_FLOAT_LENkeeps value ofstatic final charVariable constantDATA_LONG_INTEGERkeeps value ofstatic final intVariable constantDATA_LONG_INTEGER_LENkeeps value ofstatic final charVariable constantDATA_NULL_FIELDkeeps value ofstatic final intVariable constantDATA_NULL_FIELD_LENkeeps value ofstatic final charVariable constantDATA_SHORT_FLOATkeeps value ofstatic final intVariable constantDATA_SHORT_FLOAT_LENkeeps value ofstatic final charVariable constantDATA_SHORT_INTEGERkeeps value ofstatic final intVariable constantDATA_SHORT_INTEGER_LENkeeps value ofstatic final charVariable constantDATA_TEXTkeeps value ofstatic final charVariable constantDATA_TRIPLET_IDkeeps value ofstatic final intVariable constantDATA_TRIPLET_ID_LENkeeps value ofstatic final charLEAST_SIGNIF_FIRSTstores code for indicator of byte orderleast-significant-byte-firstused during creating table.static final charVariable constantLITTLE_ENDIAN_ORDERkeeps value ofstatic final charMOST_SIGNIF_FIRSTstores code for indicator of byte ordermost-significant-byte-firstused during creating table.static final StringVariable constantSTRING_NULL_VALUEkeeps value ofstatic final String[]Variable constantSTRING_NULL_VALUESkeeps value of
-
Field Details
-
LEAST_SIGNIF_FIRST
static final char LEAST_SIGNIF_FIRSTLEAST_SIGNIF_FIRSTstores code for indicator of byte orderleast-significant-byte-firstused during creating table. It is little-endian byte order used on Intel x86 based PCs but not in JVM.- See Also:
-
LITTLE_ENDIAN_ORDER
static final char LITTLE_ENDIAN_ORDERVariable constantLITTLE_ENDIAN_ORDERkeeps value of- See Also:
-
MOST_SIGNIF_FIRST
static final char MOST_SIGNIF_FIRSTMOST_SIGNIF_FIRSTstores code for indicator of byte ordermost-significant-byte-firstused during creating table. It is big-endian byte order used on Motorola CPU based machines and in JVM.- See Also:
-
BIG_ENDIAN_ORDER
static final char BIG_ENDIAN_ORDERVariable constantBIG_ENDIAN_ORDERkeeps value of- See Also:
-
DATA_TEXT
static final char DATA_TEXTVariable constantDATA_TEXTkeeps value of- See Also:
-
DATA_LEVEL1_TEXT
static final char DATA_LEVEL1_TEXTVariable constantDATA_LEVEL1_TEXTkeeps value of- See Also:
-
DATA_LEVEL2_TEXT
static final char DATA_LEVEL2_TEXTVariable constantDATA_LEVEL2_TEXTkeeps value of- See Also:
-
DATA_LEVEL3_TEXT
static final char DATA_LEVEL3_TEXTVariable constantDATA_LEVEL3_TEXTkeeps value of- See Also:
-
DATA_SHORT_FLOAT
static final char DATA_SHORT_FLOATVariable constantDATA_SHORT_FLOATkeeps value of- See Also:
-
DATA_LONG_FLOAT
static final char DATA_LONG_FLOATVariable constantDATA_LONG_FLOATkeeps value of- See Also:
-
DATA_SHORT_INTEGER
static final char DATA_SHORT_INTEGERVariable constantDATA_SHORT_INTEGERkeeps value of- See Also:
-
DATA_LONG_INTEGER
static final char DATA_LONG_INTEGERVariable constantDATA_LONG_INTEGERkeeps value of- See Also:
-
DATA_2_COORD_F
static final char DATA_2_COORD_FVariable constantDATA_2_COORD_Fkeeps value of- See Also:
-
DATA_2_COORD_R
static final char DATA_2_COORD_RVariable constantDATA_2_COORD_Rkeeps value of- See Also:
-
DATA_3_COORD_F
static final char DATA_3_COORD_FVariable constantDATA_3_COORD_Fkeeps value of- See Also:
-
DATA_3_COORD_R
static final char DATA_3_COORD_RVariable constantDATA_3_COORD_Rkeeps value of- See Also:
-
DATA_DATE_TIME
static final char DATA_DATE_TIMEVariable constantDATA_DATE_TIMEkeeps value of- See Also:
-
DATA_NULL_FIELD
static final char DATA_NULL_FIELDVariable constantDATA_NULL_FIELDkeeps value of- See Also:
-
DATA_TRIPLET_ID
static final char DATA_TRIPLET_IDVariable constantDATA_TRIPLET_IDkeeps value of- See Also:
-
DATA_SHORT_FLOAT_LEN
static final int DATA_SHORT_FLOAT_LENVariable constantDATA_SHORT_FLOAT_LENkeeps value of- See Also:
-
DATA_LONG_FLOAT_LEN
static final int DATA_LONG_FLOAT_LENVariable constantDATA_LONG_FLOAT_LENkeeps value of- See Also:
-
DATA_SHORT_INTEGER_LEN
static final int DATA_SHORT_INTEGER_LENVariable constantDATA_SHORT_INTEGER_LENkeeps value of- See Also:
-
DATA_LONG_INTEGER_LEN
static final int DATA_LONG_INTEGER_LENVariable constantDATA_LONG_INTEGER_LENkeeps value of- See Also:
-
DATA_DATE_TIME_LEN
static final int DATA_DATE_TIME_LENVariable constantDATA_DATE_TIME_LENkeeps value of- See Also:
-
DATA_2_COORD_F_LEN
static final int DATA_2_COORD_F_LENVariable constantDATA_2_COORD_F_LENkeeps value of- See Also:
-
DATA_2_COORD_R_LEN
static final int DATA_2_COORD_R_LENVariable constantDATA_2_COORD_R_LENkeeps value of- See Also:
-
DATA_3_COORD_F_LEN
static final int DATA_3_COORD_F_LENVariable constantDATA_3_COORD_F_LENkeeps value of- See Also:
-
DATA_3_COORD_R_LEN
static final int DATA_3_COORD_R_LENVariable constantDATA_3_COORD_R_LENkeeps value of- See Also:
-
DATA_TRIPLET_ID_LEN
static final int DATA_TRIPLET_ID_LENVariable constantDATA_TRIPLET_ID_LENkeeps value of- See Also:
-
DATA_NULL_FIELD_LEN
static final int DATA_NULL_FIELD_LENVariable constantDATA_NULL_FIELD_LENkeeps value of- See Also:
-
STRING_NULL_VALUE
Variable constantSTRING_NULL_VALUEkeeps value of- See Also:
-
STRING_NULL_VALUES
Variable constantSTRING_NULL_VALUESkeeps value of -
CHAR_NULL_VALUE
static final char CHAR_NULL_VALUEVariable constantCHAR_NULL_VALUEkeeps value of- See Also:
-