Markus Metz 2a0408fd6a optionally file-based spatial index vor 14 Jahren
..
Vlib becfaadeb8 spatial ref feature needs PROJ_INC (via gprojects.h) vor 14 Jahren
dglib 63edb173c1 update comment vor 15 Jahren
diglib 3380add97d small optimization vor 14 Jahren
neta ea851edb35 +EOL vor 15 Jahren
rtree 2a0408fd6a optionally file-based spatial index vor 14 Jahren
transform 16a6b956df Enable LFS globally vor 15 Jahren
vedit 65534cdeab vedit: define structs in render.c as static vor 14 Jahren
Makefile 349549052a cosmetics in Makefile vor 14 Jahren
README db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
vectorlib.dox c77df337e0 sync to dig_struct.h vor 15 Jahren

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