[mapserver-commits] r7246 - branches/branch-5-0/mapserver/mapscript/doc

svn at osgeo.org svn at osgeo.org
Sat Jan 5 11:18:58 EST 2008


Author: tamas
Date: 2008-01-05 11:18:58 -0500 (Sat, 05 Jan 2008)
New Revision: 7246

Modified:
   branches/branch-5-0/mapserver/mapscript/doc/mapscript.txt
Log:
Added description for rectObj.getCenter (#2346)

Modified: branches/branch-5-0/mapserver/mapscript/doc/mapscript.txt
===================================================================
--- branches/branch-5-0/mapserver/mapscript/doc/mapscript.txt	2008-01-05 16:05:15 UTC (rev 7245)
+++ branches/branch-5-0/mapserver/mapscript/doc/mapscript.txt	2008-01-05 16:18:58 UTC (rev 7246)
@@ -2522,6 +2522,9 @@
     of *layer*.  The rectangle is labeled with the string *text*.  Returns 
     MS_SUCCESS or MS_FAILURE.
 
+getCenter() : pointObj_
+    Return the center point of the rectagle.
+
 project( projectionObj_ proj_in, projectionObj_ proj_out ) : int
     Reproject rectangle from *proj_in* to *proj_out*.  Transformation
     is done in place.  Returns MS_SUCCESS or MS_FAILURE.



More information about the mapserver-commits mailing list