Martin Landa a061ff0f0a vlib(pg): improve reading PostGIS features 13 년 전
..
Vlib a061ff0f0a vlib(pg): improve reading PostGIS features 13 년 전
dglib d1f8b42521 typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591) 13 년 전
diglib 1655b43918 vlib(pg): introduce V1_rewrite_line_pg() and V1_rewrite_line_sfa() 13 년 전
neta 7e8305f147 Change $(VECTLIB) -> $(VECTORLIB) 13 년 전
rtree 3e7c37b515 change struct names to avoid conflicts 14 년 전
vedit 6a7d47f598 veditlib: add some debug messages (cosmetics) 13 년 전
Makefile 33a673d833 remove unused translib 13 년 전
README db49180dd7 welcome to GRASS 7.0.svn 17 년 전
vectorascii.html e437cd9f59 avoid caps HTML tags 13 년 전
vectorlib.dox 233e13c4e5 vector documentation update 13 년 전

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs