[GRASS-SVN] r29910 - grass/trunk/lib/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 31 03:55:56 EST 2008


Author: neteler
Date: 2008-01-31 03:55:56 -0500 (Thu, 31 Jan 2008)
New Revision: 29910

Modified:
   grass/trunk/lib/vector/vectorlib.dox
Log:
vector objects added

Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox	2008-01-31 08:38:05 UTC (rev 29909)
+++ grass/trunk/lib/vector/vectorlib.dox	2008-01-31 08:55:56 UTC (rev 29910)
@@ -317,6 +317,21 @@
 <li>currently only 2D topology is supported
 </ol>
 
+In GRASS, the following vector objects are defined:
+
+<ul>
+<li> point: a point;
+<li> line: a directed sequence of connected vertices with two endpoints called nodes;
+<li> boundary: the border line to describe an area;
+<li> centroid: a point within a closed boundary;
+<li> area: the topological composition of centroid and boundary;
+<li> face: a 3D area;
+<li> kernel: a 3D centroid in a volume (not yet implemented);
+<li> volume: a 3D corpus, the topological composition of faces and kernel (not yet implemented).
+</ul>
+
+Note that all lines and boundaries can be polylines (with nodes in between). 
+
 <p>
 Topology is written for native format while pseudo-topology is written
 for OGR sources, SHAPE-link.



More information about the grass-commit mailing list