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