Martin Landa 8487f8bc10 vlib: fix typo (PostGIS Topology) 12 anos atrás
..
Vlib 8487f8bc10 vlib: fix typo (PostGIS Topology) 12 anos atrás
dglib 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
diglib a29c9f7842 diglib: revert r54090: lines are added to nodes with dig_node_add_line() and are removed with dig_del_line(). If a dead line is registered with a node, this is a bug further up in topo building 12 anos atrás
neta 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
rtree 71a0372692 huhabla: rtree dynamic memory allocation 12 anos atrás
vedit 283caee28b vedit: fix area ids in Vedit_render_map() 12 anos atrás
Makefile 34080fd36c Revert https://trac.osgeo.org/grass/changeset/52656 12 anos atrás
README db49180dd7 welcome to GRASS 7.0.svn 17 anos atrás
vectorascii.html e437cd9f59 avoid caps HTML tags 13 anos atrás
vectorlib.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_ascii.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_files.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_indices.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_libraries.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_ogr.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_pg.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_tin.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás
vectorlib_topology.dox 623cfae1ea vlib/dox: add subpage for GRASS-PostGIS data provider 12 anos atrás

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