[mapserver-commits] r12007 - branches/branch-6-0/docs/en/mapscript
trunk/docs/en/mapscript
svn at osgeo.org
svn at osgeo.org
Fri Aug 5 08:54:48 EDT 2011
Author: havatv
Date: 2011-08-05 05:54:48 -0700 (Fri, 05 Aug 2011)
New Revision: 12007
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 12:42:38 UTC (rev 12006)
+++ branches/branch-6-0/docs/en/mapscript/mapscript.txt 2011-08-05 12:54:48 UTC (rev 12007)
@@ -768,12 +768,18 @@
----------------
getBinding( int binding ) : string
+ Get the attribute binding for a specified label property. Returns
+ NULL if there is no binding for this property.
removeBinding( int binding ) : int
+ Remove the attribute binding for a specfiled style property.
setBinding ( int binding, string item ) : int
+ Set the attribute binding for a specified label property.
updateFromString ( string snippet ) : int
+ Update a label from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
-----------------------------------------------------------------------------
@@ -2725,16 +2731,26 @@
Returns an independent copy of the style with no parent class.
getBinding( int binding ) : string
+ Get the attribute binding for a specified label property. Returns
+ NULL if there is no binding for this property.
removeBinding( int binding ) : int
+ Remove the attribute binding for a specfiled style property.
setBinding ( int binding, string item ) : int
+ Set the attribute binding for a specified label property.
+updateFromString ( string snippet ) : int
+ Update a label from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
+
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
+updateFromString ( string snippet ) : int
+ Update a style from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
-----------------------------------------------------------------------------
Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt 2011-08-05 12:42:38 UTC (rev 12006)
+++ trunk/docs/en/mapscript/mapscript.txt 2011-08-05 12:54:48 UTC (rev 12007)
@@ -768,12 +768,18 @@
----------------
getBinding( int binding ) : string
+ Get the attribute binding for a specified label property. Returns
+ NULL if there is no binding for this property.
removeBinding( int binding ) : int
+ Remove the attribute binding for a specfiled style property.
setBinding ( int binding, string item ) : int
+ Set the attribute binding for a specified label property.
updateFromString ( string snippet ) : int
+ Update a label from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
-----------------------------------------------------------------------------
@@ -2725,16 +2731,26 @@
Returns an independent copy of the style with no parent class.
getBinding( int binding ) : string
+ Get the attribute binding for a specified label property. Returns
+ NULL if there is no binding for this property.
removeBinding( int binding ) : int
+ Remove the attribute binding for a specfiled style property.
setBinding ( int binding, string item ) : int
+ Set the attribute binding for a specified label property.
+updateFromString ( string snippet ) : int
+ Update a label from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
+
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
+updateFromString ( string snippet ) : int
+ Update a style from a string snippet. Returns
+ MS_SUCCESS/MS_FAILURE.
-----------------------------------------------------------------------------
More information about the mapserver-commits
mailing list