~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to visualization/nviz/html/nviz_panel_vect.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
<head>
4
 
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
 
 <title>GRASS Tutorial for nviz</title>
6
 
 <link rel="stylesheet" href="grassdocs.css" type="text/css">
7
 
</head>
8
 
 
9
 
<body bgcolor="#FFFFFF" link="#0000DF" vlink="#006000">
10
 
 
11
 
<img src="grass_logo.png"><hr align=center size=6 noshade>
12
 
 
13
 
<h1>NVIZ Reference Manual</h1>
14
 
<hr width="100%" align=center size=4 noshade>
15
 
<p>
16
 
<a href="nviz_toc.html">CONTENTS</a>
17
 
</p>
18
 
 
19
 
<h2>Vector Lines Panel</h2>
20
 
 
21
 
<p>The <strong>Vector Lines</strong> panel controls how vectors are displayed.
22
 
</p> 
23
 
<BR><BR>
24
 
<dl><dd>
25
 
<img src="nvimg/panel/vect.gif" alt="Vector Panel" width="291" height="193">
26
 
</dd></dl>
27
 
<BR><BR>
28
 
 
29
 
 
30
 
<h3>OPTIONS</h3>
31
 
 
32
 
<dl>
33
 
<dt> <strong>Current:</strong></dt>
34
 
<dd>Shows the name(s) of all the loaded vectors. You can use this menu to 
35
 
select a new current vector.<br><br></dd>
36
 
 
37
 
<dt> <strong>New</strong></dt>
38
 
<dd>Loads a new vector map. 
39
 
<br><br></dd>
40
 
 
41
 
<dt> <strong>Delete</strong></dt>
42
 
<dd>Deletes (unload) the current vector.
43
 
<br><br></dd>
44
 
 
45
 
<dt> <strong>Line Width</strong></dt>
46
 
<dd>Sets the width (in pixels) of the current vector.
47
 
<br><br></dd>
48
 
 
49
 
<dt> <strong>Color</strong></dt>
50
 
<dd>Sets the color of the current vector.
51
 
<br><br></dd>
52
 
 
53
 
</dl>
54
 
 
55
 
<p>
56
 
You can display a vector flat at a specified elevation or drape it over a 
57
 
surface(s) at a specified height.
58
 
Use the <strong>Vect. Z</strong> scale to set the flat elevation or the drape 
59
 
height above the surface(s).
60
 
</p>
61
 
 
62
 
<dl>
63
 
<dt> <strong>Display Flat</strong></dt>
64
 
<dd>Draws the current vector on a flat plane at the elevation set by 
65
 
the <strong>Vect. Z</strong> scale.
66
 
<br><br></dd>
67
 
 
68
 
<dt> <strong>Display on surface(s)</strong></dt>
69
 
<dd>Draws the current vector draped over the selected surface(s) at the 
70
 
height set by the
71
 
<strong>Vect. Z</strong> scale. 
72
 
A list of available surfaces appears directly below <strong>Display on 
73
 
surface(s)</strong>. Use this list to select the surfaces for draping 
74
 
the vectors over.
75
 
For display purposes, it is better to set the height slightly above the 
76
 
surface. If the height is set at zero, portions of the vector may disappear 
77
 
into the surface(s).
78
 
<br><br></dd>
79
 
 
80
 
 
81
 
<dt> <strong>Vect. Z</strong></dt>
82
 
<dd>Sets either the flat elevation or the drape height above the surface(s) 
83
 
(depending on which option is selected).<br><br></dd>
84
 
 
85
 
<dt> <strong>Draw Current</strong></dt>
86
 
<dd>Draws the current vector map.<br><br></dd>
87
 
 
88
 
<dt> <strong>Close</strong></dt>
89
 
<dd>Closes the <strong>Vector Lines</strong> panel.<br><br></dd>
90
 
 
91
 
</dl>
92
 
 
93
 
</body>
94
 
</html>