blob: 6d88ef85200cd7ac1d81daefd0bed01c49c68dcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Shapefile C Library V1.2
Purpose
The Shapefile C Library provides the ability to write simple C
programs for reading, writing and updating (to a limited extent) ESRI
Shapefiles, and the associated attribute file (.dbf).
Documentation
/usr/local/share/doc/shapelib/shapelib.html - General docs
/usr/local/share/doc/shapelib/shp_api.html - Shape (.SHP) File API
/usr/local/share/doc/shapelib/dbg_api.html - Attribute (.DBF) File API
WWW: http://gdal.velocet.ca/projects/shapelib/ - Shapelib Homepage
|