Skip to content

Commit decb981

Browse files
committed
more function help improvements
1 parent d66c307 commit decb981

37 files changed

+314
-8
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>Funktion $area</h3>
2+
Liefert den Flächeninhalt des aktuellen Objekts
3+
4+
<h4>Syntax</h4>
5+
<pre>$area</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$area &rarr; 4711.42</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$area function</h3>
2+
Returns the area size of the current feature.
3+
4+
<h4>Syntax</h4>
5+
<pre>$area</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$area &rarr; 42</pre>
12+

resources/function_help/$id-de_DE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>Funktion $id</h3>
2+
Liefert die Feature-ID des aktuellen Objekts zurück.
3+
4+
<h4>Syntax</h4>
5+
<pre>$id</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$id &rarr; 42</pre>
12+

resources/function_help/$id-en_US

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$id function</h3>
2+
Returns the feature id of the current row.
3+
4+
<h4>Syntax</h4>
5+
<pre>$id</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$id &rarr; 42</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>Funktion $length</h3>
2+
Liefert die Länge der aktuellen Geometrie.
3+
4+
<h4>Syntax</h4>
5+
<pre>$length</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$length &rarr; 42.4711</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$length function</h3>
2+
Returns the length the current feature.
3+
4+
<h4>Syntax</h4>
5+
<pre>$length</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$length &rarr; 42.4711</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>Funktion $perimeter</h3>
2+
Liefert den Umfang des aktuellen Objekts zurück.
3+
4+
<h4>Syntax</h4>
5+
<pre>$perimeter</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$perimeter &rarr; 42</pre>
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$perimeter function</h3>
2+
Returns the perimeter length of the current feature.
3+
4+
<h4>Syntax</h4>
5+
<pre>$perimeter</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$perimeter &rarr; 42</pre>
12+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h3>Funktion $rownum</h3>
2+
Ergibt die Zeilennummer des aktuellen Datensatzes
3+
4+
<h4>Syntax</h4>
5+
<pre>$rownum</pre>
6+
7+
<h4>Argumente</h4>
8+
Keine
9+
10+
<h4>Beispiel</h4>
11+
<pre>$rownum &rarr; 4711</pre>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<h3>$rownum function</h3>
2+
Returns the number of the current row.
3+
4+
<h4>Syntax</h4>
5+
<pre>$rownum</pre>
6+
7+
<h4>Arguments</h4>
8+
None
9+
10+
<h4>Example</h4>
11+
<pre>$rownum &rarr; 4711</pre>
12+

0 commit comments

Comments
 (0)