Martin Landa 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 роки тому
..
Vlib 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 роки тому
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 14 роки тому
diglib 6e689a95b8 vlib: fix Vect_rewrite_line_ogr() 14 роки тому
neta b48a16f17c gislib: define G_OPT_DB_KEYCOLUMN and GV_KEY_COLUMN 14 роки тому
rtree 3e7c37b515 change struct names to avoid conflicts 14 роки тому
transform 16a6b956df Enable LFS globally 15 роки тому
vedit 435d112e66 remove redundant code in vector lib: update vedit 14 роки тому
Makefile 349549052a cosmetics in Makefile 14 роки тому
README db49180dd7 welcome to GRASS 7.0.svn 17 роки тому
vectorlib.dox 94f69c17ed update vetorlib documentation 14 роки тому

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