[mapserver-commits] r13304 - branches/branch-6-0/docs/en/mapscript
trunk/docs/en/mapscript
svn at osgeo.org
svn at osgeo.org
Sun Mar 25 05:53:32 EDT 2012
Author: havatv
Date: 2012-03-25 02:53:32 -0700 (Sun, 25 Mar 2012)
New Revision: 13304
Modified:
branches/branch-6-0/docs/en/mapscript/mapscript.txt
trunk/docs/en/mapscript/mapscript.txt
Log:
Added the lineObj constructor method for swig mapscript (#3421).
Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt 2012-03-24 23:56:14 UTC (rev 13303)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt 2012-03-25 09:53:32 UTC (rev 13304)
@@ -1491,6 +1491,9 @@
lineObj Methods
---------------
+new lineObj( ) : lineObj
+ Create a new instance.
+
add(pointObj_ point) : int
Add *point* to the line. Returns MS_SUCCESS or MS_FAILURE.
Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt 2012-03-24 23:56:14 UTC (rev 13303)
+++ trunk/docs/en/mapscript/mapscript.txt 2012-03-25 09:53:32 UTC (rev 13304)
@@ -1480,6 +1480,9 @@
lineObj Methods
---------------
+new lineObj( ) : lineObj
+ Create a new instance.
+
add(pointObj_ point) : int
Add *point* to the line. Returns MS_SUCCESS or MS_FAILURE.
More information about the mapserver-commits
mailing list