소스 검색

list all v.net.* modules

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53402 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 년 전
부모
커밋
3402d46987
1개의 변경된 파일19개의 추가작업 그리고 3개의 파일을 삭제
  1. 19 3
      vector/v.net/v.net.html

+ 19 - 3
vector/v.net/v.net.html

@@ -81,7 +81,7 @@ other node (<em><a href="v.net.alloc.html">v.net.alloc</a></em>).
 
 In addition to the modules listed above, the GRASS vector networking suite
 includes numerous other modules for analysis of network costs and 
-connectivity.These include: 
+connectivity. These include: 
 <em><a href="v.net.allpairs.html">v.net.allpairs</a></em>, 
 <em><a href="v.net.bridge.html">v.net.bridge</a></em>, 
 <em><a href="v.net.centrality.html">v.net.centrality</a></em>, 
@@ -140,7 +140,22 @@ v.net points=geodetic_swwake_pts output=geodetic_swwake_pts_net operation=arcs f
 
 <em>
 <a href="wxGUI.Vector_Digitizer.html">wxGUI vector digitizer</a>,
-<a href="v.edit.html">v.edit</a>
+<a href="v.edit.html">v.edit</a>,<br>
+<a href="v.net.alloc.html">v.net.alloc</a>,
+<a href="v.net.allpairs.html">v.net.allpairs</a>,
+<a href="v.net.bridge.html">v.net.bridge</a>,
+<a href="v.net.centrality.html">v.net.centrality</a>,
+<a href="v.net.components.html">v.net.components</a>,
+<a href="v.net.connectivity.html">v.net.connectivity</a>,
+<a href="v.net.distance.html">v.net.distance</a>,
+<a href="v.net.flow.html">v.net.flow</a>,
+<a href="v.net.iso.html">v.net.iso</a>,
+<a href="v.net.path.html">v.net.path</a>,
+<a href="v.net.salesman.html">v.net.salesman</a>
+<a href="v.net.spanningtree.html">v.net.spanningtree</a>,
+<a href="v.net.steiner.html">v.net.steiner</a>,
+<a href="v.net.timetable.html">v.net.timetable</a>,
+<a href="v.net.visibility.html">v.net.visibility</a>
 </em>
 
 <h2>AUTHORS</h2>
@@ -148,7 +163,8 @@ v.net points=geodetic_swwake_pts output=geodetic_swwake_pts_net operation=arcs f
 Radim Blazek, ITC-irst, Trento, Italy<br>
 
 Martin Landa, FBK-irst (formerly ITC-irst), Trento, Italy and CTU in
-Prague, Czech Republic (operation 'connect' and 'arcs')
+Prague, Czech Republic (operation 'connect' and 'arcs')<br>
 
+Markus Metz: important fixes and improvements
 <p>
 <i>Last changed: $Date$</i>