From: Regina Obe Date: Thu, 16 Oct 2008 07:21:25 +0000 (+0000) Subject: update st_azimuth - it should be called vector instead of line X-Git-Tag: 1.3.4rc1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4e60d511b4e77015a49368d98f07083561ae2b8;p=postgis 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 --- 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.';