Martin Landa 23e80cfe63 v.select: message cosmetics 16 年之前
..
Vlib 23e80cfe63 v.select: message cosmetics 16 年之前
dglib 1292bf9a1e Major build system clean-up 17 年之前
diglib ab082da4e0 Add "const" where appropriate to libgis return types 16 年之前
rtree 7a29897292 Eliminate preprocessor abuse 16 年之前
transform 8868d4b686 indent -bad -bap -bbb -br -bli0 -bls -cli0 -ncs -fc1 -hnl -i4 \ 17 年之前
vedit 3fbd714565 v.edit: don't print warning when cat is not deleted 16 年之前
Makefile 1292bf9a1e Major build system clean-up 17 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
vectorlib.dox 5e8937bedb vlib/vedit: doxygen page updated 16 年之前

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