excellent.  thank you for the clarification.  the parallels
to the the esri software help too, since thats the world i'm migrating
away from (after 10 years).<br>
<br>
so you have layers that can be linked to various tables.&nbsp; if one
does a v.patch command and now has two &quot;layers&quot; of lines, how can they
both be put on the same layer, or does that not even matter?&nbsp; i
guess its like if you have a polygon coverage in workstation.&nbsp;
then u can build it for lines (the .aat) and polygons (the .pat).&nbsp;
then u can add attributes and manipulate them for the different
attribute tables.&nbsp; however, since u cant have various &quot;layers&quot; of
the same datatype in a coverage, i think that is where i get confused.<br>
<br>
in trying to run this v.net.steiner, i have lines on seperate
layers.&nbsp; not sure if that is throwing the fucntion for a loop
because you have to specify the layer of arcs.&nbsp; <br>
<br>
thanks for the help.<br><br><div><span class="gmail_quote">On 6/18/06, <b class="gmail_sendername">David Finlayson</b> &lt;<a href="mailto:david.p.finlayson@gmail.com">david.p.finlayson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I can't answer your specific question, but I think I can answer the general one.<br><br>Vector layers in GRASS lingo are equivalent to &quot;joined&quot; tables in<br>ArcGIS. In GRASS the geometry information is stored in the file system
<br>and attributes are stored in a database. The key linking the geometry<br>to the table is the category (often abbreviated to cat). The category<br>is equivalent to the Shapefile ObjectID.<br><br>You can have multiple tables linked to a single vector file hence the
<br>layer=number terminology.<br><br>Tools which work with the linkage between the vector and the attribute<br>table begin with:<br><br>v.db.*<br><br>Whereas, tools that work strictly with the database table are prefaced with:
<br><br>db.*<br><br>In many cases, the db.* commands can be replaced by SQL calls sent<br>directly to your database via conventional interfaces/GUI (nothing to<br>do with grass).<br><br>On 6/17/06, M S &lt;<a href="mailto:mseibel@gmail.com">
mseibel@gmail.com</a>&gt; wrote:<br>&gt; (sorry if this is a bit of a cross post,&nbsp;&nbsp;but i put a similar question under<br>&gt; v.net.steiner.&nbsp;&nbsp;since not everyone may realize its really a layer question i<br>&gt; figure'd id repost and ask)
<br>&gt;<br>&gt;&nbsp;&nbsp;can someone simplify an explanation about layers in grass vectors?<br>&gt;&nbsp;&nbsp;i read about them on this page.<br>&gt; <a href="http://www.geog.uni-hannover.de/grass/grass61/manuals/html61_user/vectorintro.html">
http://www.geog.uni-hannover.de/grass/grass61/manuals/html61_user/vectorintro.html</a><br>&gt;&nbsp;&nbsp;its under the &quot;attribute management&quot; section.&nbsp;&nbsp;it seems like they have more<br>&gt; to do with linking tables?<br>&gt;
<br>&gt;&nbsp;&nbsp;The reason i ask, is because i'm trying to input to the v.net.steiner<br>&gt; function without success.&nbsp;&nbsp;the function (as i understand it) requires inputs<br>&gt; of arc layer, and point layer, but all in same file.
<br>&gt;<br>&gt;&nbsp;&nbsp;when opening the &quot;network&quot; grass vector in QGIS, it reveals that there are<br>&gt; 3 layers.&nbsp;&nbsp;(which were built using v.patch to put them all together.)<br>&gt;&nbsp;&nbsp;layer 0 (arcs) = lines connecting buildings to streets
<br>&gt;&nbsp;&nbsp;layer 1 (arcs) = streets<br>&gt;&nbsp;&nbsp;layer 1 (point) = buildings<br>&gt;<br>&gt;&nbsp;&nbsp;because you specify the a(rc)layer and n(ode)layer, the fact that i have<br>&gt; arcs in two layers seems like it is causing the function to bail.
<br>&gt;<br>&gt;&nbsp;&nbsp;is there a way to put all the arcs on one layer? or is there something else<br>&gt; taht i am missing.&nbsp;&nbsp;layers in vector data models are a foreign concept to me<br>&gt; coming from the a/i workstation world.
<br>&gt;<br>&gt;&nbsp;&nbsp;any help or clarification would be great!&nbsp;&nbsp;thanks in advance.<br>&gt;<br><br><br>--<br>David Finlayson<br></blockquote></div><br>