d.measure.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <h2>DESCRIPTION</h2>
  2. <em>d.measure</em> provides the user with an interactive
  3. way to measure the lengths and areas of lines and polygons
  4. drawn by the user in the active frame on the graphics
  5. monitor. Lines and polygons are drawn using a pointing
  6. device (mouse). Each line segment is drawn in colors
  7. <b>c1</b> and <b>c2</b>. A mouse button menu indicates
  8. that the user can find out the geographic coordinates of
  9. the cursor location, draw line segments between
  10. user-specified vertices, and quit <em>d.measure</em>. Lines
  11. and polygons are defined by the series of vertices marked
  12. by the user. If more than two successive vertices are
  13. drawn, <em>d.measure</em> prints the area encompassed
  14. (<em>d.measure</em> will assume the area is closed even if
  15. the user has not joined the first and last vertices).
  16. <!-- (not [currently] true!) Line lengths are stated in the same units
  17. as those of the current LOCATION. In a XY-LOCATION, where no units are
  18. available, <em>d.measure</em> prints a warning and gives results without
  19. units. -->
  20. Areas can be stated in hectares, square miles, square meters and
  21. square kilometers.
  22. Lines and polygons drawn using <em>d.measure</em> will
  23. overlay (not overwrite) whatever display currently appears
  24. in the active frame on the graphics monitor. The user can,
  25. for example, run
  26. <em><a href="d.rast.html">d.rast</a></em> or
  27. <em><a href="d.vect.html">d.vect</a></em> prior to running
  28. <em>d.measure</em>, and use raster and/or vector maps as a backdrop.
  29. <h2>NOTES</h2>
  30. <em>d.measure</em> uses all segments drawn by the user when computing area.
  31. If the user draws an area within another area, the combined
  32. area of both regions will be output.
  33. <h2>TODO</h2>
  34. Output lengths in the same units as those of the current LOCATION as
  35. found in the <tt>PROJ_UNITS</tt> file (see <em>g.proj</em>).
  36. Volunteers are welcome for this task.
  37. <h2>SEE ALSO</h2>
  38. <em><a href="d.frame.html">d.frame</a></em><br>
  39. <em><a href="d.graph.html">d.graph</a></em><br>
  40. <em><a href="d.rast.html">d.rast</a></em><br>
  41. <em><a href="d.vect.html">d.vect</a></em><br>
  42. <em><a href="d.where.html">d.where</a></em><br>
  43. <em><a href="g.proj.html">g.proj</a></em>
  44. <h2>AUTHORS</h2>
  45. James Westervelt,
  46. <br>
  47. Michael Shapiro, <br>
  48. U.S. Army Construction Engineering
  49. Research Laboratory
  50. <p><i>Last changed: $Date$</i>