Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added new help files for geometry functions
  • Loading branch information
astroidex committed Sep 15, 2013
1 parent 6adc874 commit 81d00d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/function_help/symDifference
@@ -0,0 +1,12 @@
<h3>symDifference function</h3>
Returns a geometry that represents the portions of a and b that do not intersect.

<h4>Syntax</h4>
<pre>symDifference( geometry a, geometry b)</pre>

<h4>Arguments</h4>
geometry &rarr; geometry
geometry &rarr; geometry

<h4>Example</h4>
<pre> geomToWKT( symDifference( geomFromWKT( 'LINESTRING(3 3 , 4 4 , 5 5)' ) , geomFromWKT( 'LINESTRING(3 3 , 8 8)' )) ) &rarr; returns LINESTRING(5 5, 8 8)</pre>

0 comments on commit 81d00d3

Please sign in to comment.