Martin Landa f4d4069408 vlib/ogr: random access for OGR/PostgreSQL layers requires primary key - inform user about that 13 年 前
..
Vlib f4d4069408 vlib/ogr: random access for OGR/PostgreSQL layers requires primary key - inform user about that 13 年 前
dglib ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 13 年 前
diglib 963bdb2b5d vlib: *initial* support for native reading PostGIS data (without OGR library) 13 年 前
neta 7e8305f147 Change $(VECTLIB) -> $(VECTORLIB) 13 年 前
rtree 3e7c37b515 change struct names to avoid conflicts 14 年 前
vedit 7e8305f147 Change $(VECTLIB) -> $(VECTORLIB) 13 年 前
Makefile 33a673d833 remove unused translib 13 年 前
README db49180dd7 welcome to GRASS 7.0.svn 17 年 前
vectorascii.html e437cd9f59 avoid caps HTML tags 13 年 前
vectorlib.dox 233e13c4e5 vector documentation update 13 年 前

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