فهرست منبع

only works on features with cat numbers

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34085 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 سال پیش
والد
کامیت
e3305d35ca
1فایلهای تغییر یافته به همراه18 افزوده شده و 1 حذف شده
  1. 18 1
      vector/v.select/v.select.html

+ 18 - 1
vector/v.select/v.select.html

@@ -5,6 +5,19 @@ by features from another one.
 
 <h2>NOTES</h2>
 
+Only features with category numbers will be considered. If required
+the <em>v.category</em> module can be used to add them. Typically
+boundaries do not need to be given a category number, as an area's
+attributes are inherited from the centroid. Typically points, lines, and
+centroids will always want to have a cat number.
+<p>
+e.g. take a road which separates two farms. It is ambiguous as to which
+farm an attribute that is attached to the road belongs to. The boundary
+only needs a cat number if it will hold its own attributes, such as road
+name or pavement form. A centroid in each paddock holds the information
+with respect to ownership, area, etc.
+
+
 <h2>EXAMPLES</h2>
 
 Extract forest fire points from larger fire map:
@@ -21,14 +34,18 @@ v.select ain=watrcrsl_eurnasia_wgs84 bin=italy_area \
          out=watrcrsl_italy op=overlap
 </pre></div>
 
+
 <h2>SEE ALSO</h2>
 
 <em>
+<a HREF="v.category.html">v.category</a>,
 <a HREF="v.overlay.html">v.overlay</a>,
 <a HREF="sql.html">GRASS SQL interface</a></em>
 
+
 <h2>AUTHORS</h2>
 
 Radim Blazek
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>