[mapserver-commits] r9834 - trunk/docs/en/mapscript

svn at osgeo.org svn at osgeo.org
Sun Feb 21 09:21:24 EST 2010


Author: jmckenna
Date: 2010-02-21 09:21:24 -0500 (Sun, 21 Feb 2010)
New Revision: 9834

Modified:
   trunk/docs/en/mapscript/mapscript.txt
Log:
document resultsGetShape() - ticket:3140) --username jmckenna

Modified: trunk/docs/en/mapscript/mapscript.txt
===================================================================
--- trunk/docs/en/mapscript/mapscript.txt	2010-02-21 14:14:04 UTC (rev 9833)
+++ trunk/docs/en/mapscript/mapscript.txt	2010-02-21 14:21:24 UTC (rev 9834)
@@ -1251,6 +1251,12 @@
     accessed by query or drawing functions (eg using nextShape function).
     Returns MS_SUCCESS or MS_FAILURE.
 
+resultsGetShape(int shapeindex [, int tileindex = -1]) : shapeObj 
+    Retrieve shapeObj from a layer's resultset by index.
+    Tileindex is optional and is used only for tiled shapefiles, 
+    Simply omit or pass tileindex = -1 for other data sources.
+    Added in MapServer 5.6.0 due to the one-pass query implementation.
+
 -----------------------------------------------------------------------------
  legendObj
 -----------------------------------------------------------------------------



More information about the mapserver-commits mailing list