Bläddra i källkod

some notes about pseudo-topology (based on Markus Metz's notes in ML)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41927 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 år sedan
förälder
incheckning
45c11a459c
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      lib/vector/vectorlib.dox

+ 9 - 0
lib/vector/vectorlib.dox

@@ -1433,6 +1433,15 @@ TINs are simply created as 2D/3D vector polygons consisting of
 
 
 \section vlibOgrIface OGR interface
 \section vlibOgrIface OGR interface
 
 
+\subsection vLibPseudoTopo Pseudo-topology
+
+Reduced topology: each boundary is attached to one area only,
+i.e. smoothing, simplification, removing small areas etc. will not
+work properly for adjacent areas or areas within areas.
+
+Full topology is only available for native GRASS vectors or can only
+be built after all polygons are cleaned as done by <tt>v.in.ogr</tt>.
+
 \subsection vlibFrmtFileFormat Frmt file format specification
 \subsection vlibFrmtFileFormat Frmt file format specification
 
 
 Frmt is a plain text file which contains basic information about
 Frmt is a plain text file which contains basic information about