Martin Landa d8f41e6790 vlib(pg): report error when inserting faces fails před 12 roky
..
Vlib d8f41e6790 vlib(pg): report error when inserting faces fails před 12 roky
dglib 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
diglib 548a5dd16e diglib: simplify init/free of support structures před 12 roky
neta 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
rtree a2524a48d0 rtree: free all memory před 12 roky
vedit 290b9e5b1e vedit lib update před 12 roky
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 před 13 roky
README db49180dd7 welcome to GRASS 7.0.svn před 17 roky
vectorascii.html e437cd9f59 avoid caps HTML tags před 13 roky
vectorlib.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_files.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_indices.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_libraries.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_pg.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky
vectorlib_topology.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider před 12 roky

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