]> granicus.if.org Git - postgis/commitdiff
envelope doco fix
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 22 Apr 2008 14:54:07 +0000 (14:54 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 22 Apr 2008 14:54:07 +0000 (14:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2771 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index fb6781753b0d7c7b4b853994bb6e9557e6f012d7..fcce7ee73391cb2cd5836008dc693441dfe26872 100644 (file)
@@ -3340,8 +3340,10 @@ dimension
             <term>ST_Envelope(geometry)</term>
 
             <listitem>
-              <para>Returns a POLYGON representing the bounding box of the
-              geometry.</para>
+              <para>Returns a vald geometry (POINT, LINESTRING or POLYGON) 
+              representing the bounding box of the geometry. Degenerate
+              cases (vertical lines, point) will return a geometry of
+              lower dimension than POLYGON.</para>
 
               <para>OGC SPEC s2.1.1.1 - The minimum bounding box for this
               Geometry, returned as a Geometry. The polygon is defined by the