xref: /dragonfly/contrib/file/magic/Magdir/esri (revision dca3c15d)
1
2#------------------------------------------------------------------------------
3# ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
4# Based on info from
5# <URL:http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
60	belong	9994	ESRI Shapefile
7>4	belong	=0
8>8	belong	=0
9>12	belong	=0
10>16	belong	=0
11>20	belong	=0
12>28	lelong	x	version %d
13>24	belong	x	length %d
14>32	lelong	=0	type Null Shape
15>32	lelong	=1	type Point
16>32	lelong	=3	type PolyLine
17>32	lelong	=5	type Polygon
18>32	lelong	=8	type MultiPoint
19>32	lelong	=11	type PointZ
20>32	lelong	=13	type PolyLineZ
21>32	lelong	=15	type PolygonZ
22>32	lelong	=18	type MultiPointZ
23>32	lelong	=21	type PointM
24>32	lelong	=23	type PolyLineM
25>32	lelong	=25	type PolygonM
26>32	lelong	=28	type MultiPointM
27>32	lelong	=31	type MultiPatch
28