Martin Landa ff847c85bc vlib: fix Vect_default_field_info() for external data (ogr) 14 年之前
..
Vlib ff847c85bc vlib: fix Vect_default_field_info() for external data (ogr) 14 年之前
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 14 年之前
diglib 3c389c6b1e fix for special case when segments are parallel to y axis 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