d.rast.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <h2>DESCRIPTION</h2>
  2. <em>d.rast</em> displays the specified raster map in the active
  3. display frame on the graphics monitor.
  4. <h2>EXAMPLE</h2>
  5. Display raster map &quot;elevation&quot;:
  6. <div class="code"><pre>
  7. d.rast map=elevation
  8. </pre></div>
  9. Display raster map &quot;elevation&quot; but only values between 75 and 80:
  10. <div class="code"><pre>
  11. d.rast map=elevation values=75-80
  12. </pre></div>
  13. Display raster map &quot;landuse96_28m&quot; but only categories 1 and 2:
  14. <div class="code"><pre>
  15. d.rast landuse96_28m values=1,2
  16. </pre></div>
  17. <h2>SEE ALSO</h2>
  18. <em>
  19. <a href="d.rast.arrow.html">d.rast.arrow</a>,
  20. <a href="d.rast.num.html">d.rast.num</a>,
  21. <a href="d.rast.leg.html">d.rast.leg</a>,
  22. <a href="d.legend.html">d.legend</a>,
  23. <a href="d.mon.html">d.mon</a>,
  24. <a href="d.erase.html">d.erase</a>,
  25. <a href="d.vect.html">d.vect</a>
  26. </em>
  27. <p>
  28. <em>
  29. <a href="wxGUI.html">wxGUI</a>
  30. </em>
  31. <h2>AUTHOR</h2>
  32. James Westervelt, U.S. Army Construction Engineering Research Laboratory
  33. <p>
  34. <i>Last changed: $Date$</i>