Martin Landa 62f425be6b libvect: implement V1_read_line_ogr and V1/V2_rewrite_line() 15 tahun lalu
..
Vlib 62f425be6b libvect: implement V1_read_line_ogr and V1/V2_rewrite_line() 15 tahun lalu
dglib f2e18ece8e Treat destination directories as targets 15 tahun lalu
diglib 2050081629 3D initialization, cosmetics 16 tahun lalu
rtree f2e18ece8e Treat destination directories as targets 15 tahun lalu
transform 002bbe23df Keep all library dependencies in Grass.make 16 tahun lalu
vedit 002bbe23df Keep all library dependencies in Grass.make 16 tahun lalu
Makefile 1292bf9a1e Major build system clean-up 17 tahun lalu
README db49180dd7 welcome to GRASS 7.0.svn 17 tahun lalu
vectorlib.dox 0a4fd466f4 vlib doxygen docs: note sfa fns + update authors 16 tahun lalu

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