All Known Implementing Classes:
DbfParseUtil, ShpFileParser

public interface ShapeFileConst
The Interface ShapeFileConst.
  • Field Details

    • EXPECT_FILE_CODE

      static final int EXPECT_FILE_CODE
      Consts for .shp file
      See Also:
    • EXPECT_FILE_VERSION

      static final int EXPECT_FILE_VERSION
      The Constant EXPECT_FILE_VERSION.
      See Also:
    • HEAD_FILE_LENGTH_16BIT

      static final int HEAD_FILE_LENGTH_16BIT
      The Constant HEAD_FILE_LENGTH_16BIT.
      See Also:
    • HEAD_EMPTY_NUM

      static final int HEAD_EMPTY_NUM
      The Constant HEAD_EMPTY_NUM.
      See Also:
    • HEAD_BOX_NUM

      static final int HEAD_BOX_NUM
      The Constant HEAD_BOX_NUM.
      See Also:
    • INT_LENGTH

      static final int INT_LENGTH
      The Constant INT_LENGTH.
      See Also:
    • DOUBLE_LENGTH

      static final int DOUBLE_LENGTH
      The Constant DOUBLE_LENGTH.
      See Also:
    • FIELD_DESCRIPTOR_TERMINATOR

      static final byte FIELD_DESCRIPTOR_TERMINATOR
      Consts for .dbf file
      See Also:
    • FIELD_NAME_LENGTH

      static final byte FIELD_NAME_LENGTH
      The Constant FIELD_NAME_LENGTH.
      See Also:
    • RECORD_DELETE_FLAG

      static final byte RECORD_DELETE_FLAG
      The Constant RECORD_DELETE_FLAG.
      See Also:
    • FILE_END_FLAG

      static final byte FILE_END_FLAG
      The Constant FILE_END_FLAG.
      See Also:
    • RECORD_EXIST_FLAG

      static final byte RECORD_EXIST_FLAG
      The Constant RECORD_EXIST_FLAG.
      See Also: