[postgis-commits] svn - r3119 - branches/1.3
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Wed Oct 15 23:35:28 PDT 2008
Author: robe
Date: 2008-10-15 23:35:27 -0700 (Wed, 15 Oct 2008)
New Revision: 3119
Modified:
branches/1.3/postgis_comments.sql
Log:
add st_boundary
Modified: branches/1.3/postgis_comments.sql
===================================================================
--- branches/1.3/postgis_comments.sql 2008-10-16 06:35:03 UTC (rev 3118)
+++ branches/1.3/postgis_comments.sql 2008-10-16 06:35:27 UTC (rev 3119)
@@ -81,6 +81,8 @@
COMMENT ON FUNCTION ST_WKTToSQL(text ) IS 'args: WKT - Return a specified ST_Geometry value from Well-Known Text representation (WKT). This is an alias name for ST_GeomFromText';
+COMMENT ON FUNCTION ST_Boundary(geometry ) IS 'args: geomA - Returns the closure of the combinatorial boundary of this Geometry.';
+
COMMENT ON FUNCTION ST_Dimension(geometry ) IS 'args: g - The inherent dimension of this Geometry object, which must be less than or equal to the coordinate dimension.';
COMMENT ON FUNCTION ST_EndPoint(geometry ) IS 'args: g - Returns the last point of a LINESTRING geometry as a POINT.';
More information about the postgis-commits
mailing list