xat_yat_help.patch

Alister Hood, 2011-07-16 09:49 PM

Download (1.39 KB)

View differences:

resources/context_help/QgsFieldCalculator-en_US
42 42
<tr><td>$id</td><td>feature id</td></tr>
43 43
<tr><td>$x</td><td>x coordinate of point</td></tr>
44 44
<tr><td>$y</td><td>y coordinate of point</td></tr>
45
<tr><td>xat(n)</td>x coordinate of nth point of a line (indizes start at 0; negative values apply to the last index)</td></tr>
46
<tr><td>yat(n)</td>y coordinate of nth point of a line (indizes start at 0; negative values apply to the last index)</td></tr>
45
<tr><td>xat(n)</td><td>x coordinate of nth point of a line (indizes start at 0; negative values apply to the last index)</td></tr>
46
<tr><td>yat(n)</td><td>y coordinate of nth point of a line (indizes start at 0; negative values apply to the last index)</td></tr>
47 47
<tr><td><tt>a</tt> ^ <tt>b</tt></td><td><tt>a</tt> raised to the power of <tt>b</tt></td></tr>
48 48
<tr><td><tt>a</tt> * <tt>b</tt></td><td><tt>a</tt> multiplied by <tt>b</tt></td></tr>
49 49
<tr><td><tt>a</tt> / <tt>b</tt></td><td><tt>a</tt> divided by <tt>b</tt></td></tr>