]> granicus.if.org Git - postgis/commitdiff
Added reverse(geometry) and ForceRHR(geometry) documentation.
authorSandro Santilli <strk@keybit.net>
Mon, 18 Oct 2004 11:35:37 +0000 (11:35 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 18 Oct 2004 11:35:37 +0000 (11:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1033 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index b18a8cb909e4ead6161b9503fe9da462fbd173d2..d57785d58db4fa767133b3f8614f8d50c4e1c7b4 100644 (file)
@@ -3898,6 +3898,20 @@ FROM geometry_table;</literallayout>
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>Reverse(geometry)</term>
+          <listitem>
+            <para>Returns the geometry with vertex order reversed.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>ForceRHR(geometry)</term>
+          <listitem>
+            <para>Force polygons of the collection to obey Right-Hand-Rule.</para>
+          </listitem>
+        </varlistentry>
+
         <varlistentry>
           <term>simplify(geometry, tolerance)</term>