Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 1548

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: d.what.vect</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>d.what.vect</b></em>  - Allows the user to interactively query a vector map layer at user-selected locations within the current geographic region.
<h2>KEYWORDS</h2>
display
<h2>SYNOPSIS</h2>
<b>d.what.vect</b><br>
<b>d.what.vect help</b><br>
<b>d.what.vect</b> [-<b>1txdfe</b>] <b>map</b>=<em>name</em>[,<i>name</i>,...]  [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-1</b></DT>
<DD>Identify just one location</DD>

<DT><b>-t</b></DT>
<DD>Terse output. For parsing by programs</DD>

<DT><b>-x</b></DT>
<DD>Print information as plain text to terminal window</DD>

<DT><b>-d</b></DT>
<DD>Print topological information (debugging)</DD>

<DT><b>-f</b></DT>
<DD>Enable flashing (slower)</DD>

<DT><b>-e</b></DT>
<DD>Open form in edit mode</DD>

<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>map</b>=<em>name[,<i>name</i>,...]</em></DT>
<DD>Name of existing vector map</DD>

</DL>
<h2>DESCRIPTION</h2>

<em>d.what.vect</em>
outputs the category value(s) associated with user-specified location(s) 
in user-specified vector map layer(s). 

<p>

The program activates the mouse, and expects the user to indicate the 
location(s) to be queried by depressing a mouse button over desired location(s) 
within the current geographic region in the active display frame on the 
graphic monitor. Query results from map(s) are by default displayed in a new 
monitor, where label values can be added or changed. Using parameter <b>-x</b> 
informations will be displayed as plain text to terminal window.

<h2>EXAMPLE</h2>

A sample <em>d.what.vect</em> session is given below. Although it is not 
necessary that the user first displays a vector map to be queried in the 
active display frame, it is helpful to have a map displayed there for 
reference. 

<p>

<b>d.vect map=</b><em>roads</em><p>
Displays the <em>roads</em> vector map layer on the graphics monitor. 
<p>

<b>d.what.vect map=</b><em>roads,geology</em><p>
After typing this, the user moves the mouse to a desired location 
on the displayed <em>roads</em> map layer, and presses the left mouse 
button to query the category value of the <em>roads</em> and the
<em>geology</em> vector map at this location. 

The program then outputs the category value of a line type corresponding 
to this user-selected map location, for the vector map queried by the user. 

<p>

The query may be repeated as often as desired using the left mouse button. The 
middle mouse button toggles the flash color.
The right button on the mouse is used to quit the <em>d.what.vect</em> session. 

<h2>SEE ALSO</h2>

<em><a HREF="d.rast.html">d.rast</a></em><br>
<em><a HREF="d.vect.html">d.vect</a></em><br>
<em><a HREF="d.what.rast.html">d.what.rast</a></em><br>
<em><a HREF="g.region.html">g.region</a></em><br>

<h2>AUTHOR</h2>

Jim Hinthorne,
Central Washington University<br>
Upgrades by Dennis Finch, National Park Service and Radim Blazek, ITC-Irst, Trento, Italy

<p><i>Last changed: $Date: 2007-03-15 21:04:39 +0100 (Thu, 15 Mar 2007) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="display.html">display index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>