[postgis-commits] svn - r3632 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Feb 3 07:23:57 PST 2009


Author: robe
Date: 2009-02-03 07:23:57 -0800 (Tue, 03 Feb 2009)
New Revision: 3632

Modified:
   trunk/doc/reference_new.xml
Log:
update st_convexhull definition -- wasn't very clear

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2009-02-03 15:20:28 UTC (rev 3631)
+++ trunk/doc/reference_new.xml	2009-02-03 15:23:57 UTC (rev 3632)
@@ -11367,7 +11367,7 @@
 	<refentry id="ST_ConvexHull">
 	  <refnamediv>
 		<refname>ST_ConvexHull</refname>
-		<refpurpose>The convex hull of a geometry represents the minimum closed
+		<refpurpose>The convex hull of a geometry represents the minimum convex
 		geometry that encloses all geometries within the set.</refpurpose>
 	  </refnamediv>
 
@@ -11382,8 +11382,12 @@
 
 	  <refsection>
 		<title>Description</title>
-			<para>The convex hull of a geometry represents the minimum closed
+			<para>The convex hull of a geometry represents the minimum convex
 		geometry that encloses all geometries within the set.</para>
+		
+		<para>One can think of the convex hull as the geometry you get by wrapping an elastic
+			band around a set of geometries.  This is different from a concave hull (not currently supported)
+				which is analogous to shrink-wrapping your geometries.</para>
 
 			<para>It is usually used with MULTI and Geometry Collections.
 		Although it is not an aggregate - you can use it in conjunction



More information about the postgis-commits mailing list