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