mapscript.resultObj¶
- class mapscript.resultObj(shapeindex: long)¶
The result object is a handle, of sorts, for a feature of the layer
Attributes
classindexint immutable The class index of the result
resultindexint immutable The index of the result
shapeindexlong immutable The shape index of the result
thisownThe membership flag
tileindexint immutable The tile index of the result
Methods
- __init__(shapeindex: long)[broncode]¶
The result object is a handle, of sorts, for a feature of the layer, having
shapeindexandtileindexattributes that can be used as arguments togetFeature
