Class: QgsProfileIdentifyResults¶
Stores identify results generated by a
QgsAbstractProfileResults object.
Added in version 3.26.
- class qgis.core.QgsProfileIdentifyResults[source]¶
Bases:
object- __init__(layer: QgsMapLayer | None = None, results: Iterable[Dict[str, Any]] = [])
Constructor for
QgsProfileIdentifyResult, with the associated maplayer.- Parameters:
layer (Optional[QgsMapLayer] = None)
results (Iterable[Dict[str, Any]] = [])
- __init__(a0: QgsProfileIdentifyResults)
- Parameters:
- layer(self) QgsMapLayer | None[source]¶
Returns the associated map layer.
- Return type:
Optional[QgsMapLayer]