Martin Landa 1e185bb080 fix bug in V2_read_next_line_ogr 15 年之前
..
Vlib 1e185bb080 fix bug in V2_read_next_line_ogr 15 年之前
dglib f2e18ece8e Treat destination directories as targets 15 年之前
diglib 2050081629 3D initialization, cosmetics 15 年之前
rtree f2e18ece8e Treat destination directories as targets 15 年之前
transform 002bbe23df Keep all library dependencies in Grass.make 15 年之前
vedit 002bbe23df Keep all library dependencies in Grass.make 15 年之前
Makefile 1292bf9a1e Major build system clean-up 17 年之前
README db49180dd7 welcome to GRASS 7.0.svn 17 年之前
vectorlib.dox 0a4fd466f4 vlib doxygen docs: note sfa fns + update authors 15 年之前

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