[postgis-commits] svn - r3121 - branches/1.3

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Oct 16 00:17:42 PDT 2008


Author: robe
Date: 2008-10-16 00:17:42 -0700 (Thu, 16 Oct 2008)
New Revision: 3121

Modified:
   branches/1.3/postgis_comments.sql
Log:
st_azimuth

Modified: branches/1.3/postgis_comments.sql
===================================================================
--- branches/1.3/postgis_comments.sql	2008-10-16 07:17:17 UTC (rev 3120)
+++ branches/1.3/postgis_comments.sql	2008-10-16 07:17:42 UTC (rev 3121)
@@ -179,6 +179,8 @@
 			
 COMMENT ON FUNCTION ST_Area(geometry ) IS 'args: g1 - Returns the area of the geometry if it is a polygon or multi-polygon.';
 			
+COMMENT ON FUNCTION ST_Azimuth(geometry , geometry ) IS 'args: pointA, pointB - Returns the angle in radians from the horizontal of the line defined by pointA and pointB';
+			
 COMMENT ON FUNCTION ST_Centroid(geometry ) IS 'args: g1 - Returns the geometric center of a geometry.';
 			
 COMMENT ON FUNCTION ST_Contains(geometry , geometry ) IS 'args: A, B - Returns true if the geometry B is completely inside geometry A';



More information about the postgis-commits mailing list