Markus Metz 25a89a9a9e rtree lib: fix RTreeNewNode(), make RTreeCopyNode() public 13 anos atrás
..
Vlib e32f8793bb vlib/pg: fix for polygons with more then 20 rings 13 anos atrás
dglib d1f8b42521 typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591) 13 anos atrás
diglib 247c4a4869 size_t: update vector diglib 13 anos atrás
neta b7d41266f9 neta lib: layer check 13 anos atrás
rtree 25a89a9a9e rtree lib: fix RTreeNewNode(), make RTreeCopyNode() public 13 anos atrás
vedit 6a7d47f598 veditlib: add some debug messages (cosmetics) 13 anos atrás
Makefile 33a673d833 remove unused translib 13 anos atrás
README db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
vectorascii.html e437cd9f59 avoid caps HTML tags 13 anos atrás
vectorlib.dox ecefe2a314 vlib: publish postgres/postgis related fns in doxygen manual page 13 anos atrás

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