mapscript.resultCacheObj¶
- class mapscript.resultCacheObj¶
A cached result object
Attributes
boundsrectObjimmutable Bounding box of query resultshasnextint immutable If any there are any more features left
numresultsint immutable Length of result set
thisownThe membership flag
Methods
- getResult(i: int) resultObj[source]¶
Returns the result at index i, like
layerObj.getResult(), orNULLif index is outside the range of results.
