1
2#------------------------------------------------------------------------------
3# $File: esri,v 1.5 2019/04/19 00:42:27 christos Exp $
4# ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
5# Based on info from
6# <URL:https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
70         belong    9994      ESRI Shapefile
8>4        belong    =0
9>8        belong    =0
10>12       belong    =0
11>16       belong    =0
12>20       belong    =0
13>28       lelong    x         version %d
14>24       belong    x         length %d
15>32       lelong    =0        type Null Shape
16>32       lelong    =1        type Point
17>32       lelong    =3        type PolyLine
18>32       lelong    =5        type Polygon
19>32       lelong    =8        type MultiPoint
20>32       lelong    =11       type PointZ
21>32       lelong    =13       type PolyLineZ
22>32       lelong    =15       type PolygonZ
23>32       lelong    =18       type MultiPointZ
24>32       lelong    =21       type PointM
25>32       lelong    =23       type PolyLineM
26>32       lelong    =25       type PolygonM
27>32       lelong    =28       type MultiPointM
28>32       lelong    =31       type MultiPatch
29