Class: QgsStacLink¶
Class for storing data associated with a STAC link.
Added in version 3.40.
Methods
Returns the actual link in the format of an URL. |
|
Returns the Media type of the referenced entity |
|
Returns the relationship between the parent document and the linked document. |
|
Returns a human readable title to be used in rendered displays of the link. |
- class qgis.core.QgsStacLink[source]¶
Bases:
object
- __init__(href: str | None, relation: str | None, mediaType: str | None, title: str | None)
Constructor
- Parameters:
href (Optional[str]) – The actual link in the format of an URL.
relation (Optional[str]) – Relationship between the parent document and the linked document.
mediaType (Optional[str]) – Media type of the referenced entity
title (Optional[str]) – A human readable title to be used in rendered displays of the link.
- __init__(a0: QgsStacLink)
- Parameters:
a0 (QgsStacLink)