zhikrullah / pyshp

Automatically exported from code.google.com/p/pyshp
MIT License
0 stars 0 forks source link

Create Shapefiles other than point, line and polygon #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi i want to know how to write shape file which is other than point, line and 
polygon like 
MULTIPOINT = 8 
POINTZ = 11 
POLYLINEZ = 13 
POLYGONZ = 15 
MULTIPOINTZ = 18 
POINTM = 21 
POLYLINEM = 23 
POLYGONM = 25 
MULTIPOINTM = 28 
MULTIPATCH = 31

Original issue reported on code.google.com by shivshre...@gmail.com on 10 Sep 2014 at 6:38