From: Sandro Santilli Date: Mon, 18 Oct 2004 11:35:37 +0000 (+0000) Subject: Added reverse(geometry) and ForceRHR(geometry) documentation. X-Git-Tag: pgis_1_0_0RC1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42c4f793cd2d55a01d9668382adee2376d42aa91;p=postgis Added reverse(geometry) and ForceRHR(geometry) documentation. git-svn-id: http://svn.osgeo.org/postgis/trunk@1033 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index b18a8cb90..d57785d58 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -3898,6 +3898,20 @@ FROM geometry_table; + + Reverse(geometry) + + Returns the geometry with vertex order reversed. + + + + + ForceRHR(geometry) + + Force polygons of the collection to obey Right-Hand-Rule. + + + simplify(geometry, tolerance)