Markus Metz 2df23ae656 vectorlib.dox: add examples, minor updates 12 年之前
..
Vlib b701f4de47 vlib: dox 12 年之前
dglib d1f8b42521 typos fixed, part 2 (bug trac https://trac.osgeo.org/grass/ticket/1591) 13 年之前
diglib a2b342af5e diglib: changed rtree search hit callback 12 年之前
neta b7d41266f9 neta lib: layer check 13 年之前
rtree 99b617473c rtree search optimization: pass pointer instead of struct 13 年之前
vedit 6a7d47f598 veditlib: add some debug messages (cosmetics) 13 年之前
Makefile 33a673d833 remove unused translib 13 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
vectorascii.html e437cd9f59 avoid caps HTML tags 13 年之前
vectorlib.dox 2df23ae656 vectorlib.dox: add examples, minor updates 12 年之前

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