mapscript.resultCacheObj¶
- class mapscript.resultCacheObj¶
A cached result object
Attributes
bounds
rectObj
immutable Bounding box of query resultsnumresults
int immutable Length of result set
thisown
The membership flag
Methods
- getResult(i: int) resultObj [kaynak]¶
Returns the result at index i, like
layerObj.getResult()
, orNULL
if index is outside the range of results.