[mapserver-commits] r9811 - trunk/docs/en/mapscript/php
svn at osgeo.org
svn at osgeo.org
Sat Feb 20 13:12:47 EST 2010
Author: jmckenna
Date: 2010-02-20 13:12:47 -0500 (Sat, 20 Feb 2010)
New Revision: 9811
Modified:
trunk/docs/en/mapscript/php/index.txt
Log:
document resultsGetShape() - ticket 3140
Modified: trunk/docs/en/mapscript/php/index.txt
===================================================================
--- trunk/docs/en/mapscript/php/index.txt 2010-02-20 18:11:51 UTC (rev 9810)
+++ trunk/docs/en/mapscript/php/index.txt 2010-02-20 18:12:47 UTC (rev 9811)
@@ -1012,6 +1012,14 @@
parameter should also be specified so as to select the library to
load by MapServer. For the other connection types this parameter
is not used.
+
+shapeObj resultsGetShape(int shapeindex [, int tileindex = -1])
+ Retrieve shapeObj from a layer's resultset by index.
+ Tileindex is optional and is used only for tiled shapefiles
+ (you get it from the resultCacheMemberObj returned by getResult()
+ for instance).
+ 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