From e4e60d511b4e77015a49368d98f07083561ae2b8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 16 Oct 2008 07:21:25 +0000 Subject: [PATCH] update st_azimuth - it should be called vector instead of line git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3122 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis_comments.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis_comments.sql b/postgis_comments.sql index 653f0e64e..05421917e 100644 --- a/postgis_comments.sql +++ b/postgis_comments.sql @@ -179,7 +179,7 @@ COMMENT ON FUNCTION ST_AsText(geometry ) IS 'args: g1 - Return the Well-Known Te 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_Azimuth(geometry , geometry ) IS 'args: pointA, pointB - Returns the angle in radians from the horizontal of the vector defined by pointA and pointB'; COMMENT ON FUNCTION ST_Centroid(geometry ) IS 'args: g1 - Returns the geometric center of a geometry.'; -- 2.49.0