mapscript.resultCacheObj¶
- class mapscript.resultCacheObj¶
 A cached result object
Attributes
boundsrectObjimmutable Bounding box of query resultsnumresultsint immutable Length of result set
thisownThe membership flag
Methods
- __init__()[broncode]¶
 
- getResult(i: int) resultObj[broncode]¶
 Returns the result at index i, like
layerObj.getResult(), orNULLif index is outside the range of results.
