File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
Returns 1 if a is the same as b.
3
3
4
4
<h4>Syntax</h4>
5
- <pre>a is b</pre>
5
+ <pre>a IS b</pre>
6
6
7
7
<h4>Arguments</h4>
8
8
None
13
13
<pre> 4 IS 4 → returns 1 </pre>
14
14
<pre> 4 IS 2+2 → returns 1 </pre>
15
15
<pre> 4 IS 2 → returns 0 </pre>
16
- <pre> 4 IS 2 → returns 0 </pre>
17
16
<pre> $geometry IS NULL → returns 0, if your geometry is not NULL</pre>
18
17
Original file line number Diff line number Diff line change 1
1
<h3>contains function</h3>
2
- Returns true if and only if no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a.
2
+ Returns true if and only if no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a.
3
3
4
4
<h4>Syntax</h4>
5
- <pre>contains( geometry a , geometry a )</pre>
5
+ <pre>contains( geometry a , geometry b )</pre>
6
6
7
7
<h4>Arguments</h4>
8
8
geometry → geometry
You can’t perform that action at this time.
0 commit comments