[mapserver-commits] r7247 - trunk/mapserver/mapscript/doc

svn at osgeo.org svn at osgeo.org
Sat Jan 5 11:19:22 EST 2008


Author: tamas
Date: 2008-01-05 11:19:22 -0500 (Sat, 05 Jan 2008)
New Revision: 7247

Modified:
   trunk/mapserver/mapscript/doc/mapscript.txt
Log:
Added description for rectObj.getCenter (#2346)

Modified: trunk/mapserver/mapscript/doc/mapscript.txt
===================================================================
--- trunk/mapserver/mapscript/doc/mapscript.txt	2008-01-05 16:18:58 UTC (rev 7246)
+++ trunk/mapserver/mapscript/doc/mapscript.txt	2008-01-05 16:19:22 UTC (rev 7247)
@@ -2535,6 +2535,9 @@
     Draw rectangle into *img* using style defined by the *classindex* class
     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



More information about the mapserver-commits mailing list