Martin Landa 1adc52ed8c vlib/ogr: don't use OGR_DS_GetLayerByName() 14 年 前
..
Vlib 1adc52ed8c vlib/ogr: don't use OGR_DS_GetLayerByName() 14 年 前
dglib 63edb173c1 update comment 14 年 前
diglib 2dc6d7d075 lib/vector/diglib: LFS for wingrass 15 年 前
neta ea851edb35 +EOL 15 年 前
rtree 16a6b956df Enable LFS globally 15 年 前
transform 16a6b956df Enable LFS globally 15 年 前
vedit 002bbe23df Keep all library dependencies in Grass.make 15 年 前
Makefile 349549052a cosmetics in Makefile 14 年 前
README db49180dd7 welcome to GRASS 7.0.svn 17 年 前
vectorlib.dox c77df337e0 sync to dig_struct.h 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