Interface ShapeFileConst
- All Known Implementing Classes:
DbfParseUtil,ShpFileParser
public interface ShapeFileConst
The Interface ShapeFileConst.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe Constant DOUBLE_LENGTH.static final intConsts for .shp filestatic final intThe Constant EXPECT_FILE_VERSION.static final byteConsts for .dbf filestatic final byteThe Constant FIELD_NAME_LENGTH.static final byteThe Constant FILE_END_FLAG.static final intThe Constant HEAD_BOX_NUM.static final intThe Constant HEAD_EMPTY_NUM.static final intThe Constant HEAD_FILE_LENGTH_16BIT.static final intThe Constant INT_LENGTH.static final byteThe Constant RECORD_DELETE_FLAG.static final byteThe Constant RECORD_EXIST_FLAG.
-
Field Details
-
EXPECT_FILE_CODE
static final int EXPECT_FILE_CODEConsts for .shp file- See Also:
-
EXPECT_FILE_VERSION
static final int EXPECT_FILE_VERSIONThe Constant EXPECT_FILE_VERSION.- See Also:
-
HEAD_FILE_LENGTH_16BIT
static final int HEAD_FILE_LENGTH_16BITThe Constant HEAD_FILE_LENGTH_16BIT.- See Also:
-
HEAD_EMPTY_NUM
static final int HEAD_EMPTY_NUMThe Constant HEAD_EMPTY_NUM.- See Also:
-
HEAD_BOX_NUM
static final int HEAD_BOX_NUMThe Constant HEAD_BOX_NUM.- See Also:
-
INT_LENGTH
static final int INT_LENGTHThe Constant INT_LENGTH.- See Also:
-
DOUBLE_LENGTH
static final int DOUBLE_LENGTHThe Constant DOUBLE_LENGTH.- See Also:
-
FIELD_DESCRIPTOR_TERMINATOR
static final byte FIELD_DESCRIPTOR_TERMINATORConsts for .dbf file- See Also:
-
FIELD_NAME_LENGTH
static final byte FIELD_NAME_LENGTHThe Constant FIELD_NAME_LENGTH.- See Also:
-
RECORD_DELETE_FLAG
static final byte RECORD_DELETE_FLAGThe Constant RECORD_DELETE_FLAG.- See Also:
-
FILE_END_FLAG
static final byte FILE_END_FLAGThe Constant FILE_END_FLAG.- See Also:
-
RECORD_EXIST_FLAG
static final byte RECORD_EXIST_FLAGThe Constant RECORD_EXIST_FLAG.- See Also:
-