[mapserver-commits] r12006 - branches/branch-6-0/docs/en/mapscript trunk/docs/en/mapscript

svn at osgeo.org svn at osgeo.org
Fri Aug 5 08:42:38 EDT 2011


Author: havatv
Date: 2011-08-05 05:42:38 -0700 (Fri, 05 Aug 2011)
New Revision: 12006

Modified:
   branches/branch-6-0/docs/en/mapscript/mapscript.txt
   trunk/docs/en/mapscript/mapscript.txt
Log:
Added methods to labelobj and styleobj in the swig mapscript documentation (#2670).

Modified: branches/branch-6-0/docs/en/mapscript/mapscript.txt
===================================================================
--- branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-08-05 11:01:05 UTC (rev 12005)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt	2011-08-05 12:42:38 UTC (rev 12006)
@@ -767,8 +767,15 @@
 labelObj Methods
 ----------------
 
-None
+getBinding( int binding ) : string
 
+removeBinding( int binding ) : int
+
+setBinding ( int binding, string item ) : int
+
+updateFromString ( string snippet ) : int
+
+
 -----------------------------------------------------------------------------
  layerObj
 -----------------------------------------------------------------------------
@@ -2717,10 +2724,19 @@
 clone : styleObj
     Returns an independent copy of the style with no parent class.
 
+getBinding( int binding ) : string
+
+removeBinding( int binding ) : int
+
+setBinding ( int binding, string item ) : int
+
 setSymbolByName(mapObj_ map, string symbolname) : int
     Setting the symbol of the styleObj given the reference of the
     map object and the symbol name. 
 
+updateFromString( string snippet ) : int
+
+
 -----------------------------------------------------------------------------
  symbolObj
 -----------------------------------------------------------------------------

Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2011-08-05 11:01:05 UTC (rev 12005)
+++ trunk/docs/en/mapscript/mapscript.txt	2011-08-05 12:42:38 UTC (rev 12006)
@@ -767,8 +767,15 @@
 labelObj Methods
 ----------------
 
-None
+getBinding( int binding ) : string
 
+removeBinding( int binding ) : int
+
+setBinding ( int binding, string item ) : int
+
+updateFromString ( string snippet ) : int
+
+
 -----------------------------------------------------------------------------
  layerObj
 -----------------------------------------------------------------------------
@@ -2717,10 +2724,19 @@
 clone : styleObj
     Returns an independent copy of the style with no parent class.
 
+getBinding( int binding ) : string
+
+removeBinding( int binding ) : int
+
+setBinding ( int binding, string item ) : int
+
 setSymbolByName(mapObj_ map, string symbolname) : int
     Setting the symbol of the styleObj given the reference of the
     map object and the symbol name. 
 
+updateFromString( string snippet ) : int
+
+
 -----------------------------------------------------------------------------
  symbolObj
 -----------------------------------------------------------------------------



More information about the mapserver-commits mailing list