d.where.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <h2>DESCRIPTION</h2>
  2. <em>d.where</em> is an <em>interactive</em> program that
  3. allows the user, using the pointing device (mouse), to
  4. identify the geographic coordinates associated with point
  5. locations within the current geographic region in the
  6. active display frame on the graphics monitor.
  7. <p>Each mouse click will output the easting and northing of the point
  8. currently located beneath the mouse pointer.
  9. A mouse-button menu is presented so the user knows which
  10. mouse buttons to use. The output is always printed to the
  11. terminal screen; if the output is redirected into a file,
  12. it will be written to the file as well.
  13. <p>Mouse buttons:
  14. <div class="code"><pre>
  15. Left: where am i
  16. Middle: draw to/from here
  17. Right: quit this
  18. </pre></div>
  19. The left mouse button prints the coordinates at the selected point,
  20. the middle mouse button allows you to query two points (they are connected
  21. by a line for convenience). Use the right mouse button to exit the module.
  22. <h2>NOTES</h2>
  23. This program uses the current geographic region setting and active frame.
  24. It is not necessary, although useful, to have displayed a map in the current
  25. frame before running <em>d.where</em>. The <b>-d</b> flag allows the user to
  26. optionally output latitude/longitude coordinates pair(s) in decimal degree
  27. rather than DD:MM:SS format. The <b>-w</b> flag is only valid
  28. if a datum is defined for the current location.
  29. If the <b>-f</b> flag is given the x,y frame coordinates of the active display
  30. monitor will be returned (as a percentage, 0,0 is bottom left).
  31. <h2>EXAMPLE</h2>
  32. Query position in map (North Carolina sample dataset):
  33. <div class="code"><pre>
  34. d.rast elevation
  35. d.where
  36. </pre></div>
  37. <h2>SEE ALSO</h2>
  38. <em>
  39. <a href="d.what.rast.html">d.what.rast</a>,
  40. <a href="d.what.vect.html">d.what.vect</a>,
  41. <a href="g.region.html">g.region</a>,
  42. <a href="v.what.rast.html">v.what.rast</a>,
  43. <a href="v.what.vect.html">v.what.vect</a>
  44. </em>
  45. <h2>AUTHORS</h2>
  46. James Westervelt, <br>
  47. Michael Shapiro, <br>
  48. U.S. Army Construction Engineering
  49. Research Laboratory
  50. <!--
  51. <p>
  52. <i>Last changed: $Date$</i>
  53. -->