|
QGIS API Documentation 4.3.0-Master (389d690bb77)
|
Stores data associated with a STAC link. More...
#include <qgsstaclink.h>
Public Member Functions | |
| QgsStacLink (const QString &href, const QString &relation, const QString &mediaType, const QString &title) | |
| Constructor. | |
| QString | href () const |
| Returns the actual link in the format of an URL. | |
| QString | mediaType () const |
| Returns the Media type of the referenced entity. | |
| QString | relation () const |
| Returns the relationship between the parent document and the linked document. | |
| QString | title () const |
| Returns a human readable title to be used in rendered displays of the link. | |
Stores data associated with a STAC link.
Definition at line 30 of file qgsstaclink.h.
| QgsStacLink::QgsStacLink | ( | const QString & | href, |
| const QString & | relation, | ||
| const QString & | mediaType, | ||
| const QString & | title ) |
Constructor.
| href | The actual link in the format of an URL. |
| relation | Relationship between the parent document and the linked document. |
| mediaType | Media type of the referenced entity |
| title | A human readable title to be used in rendered displays of the link. |
Definition at line 18 of file qgsstaclink.cpp.
| QString QgsStacLink::href | ( | ) | const |
Returns the actual link in the format of an URL.
Definition at line 25 of file qgsstaclink.cpp.
| QString QgsStacLink::mediaType | ( | ) | const |
Returns the Media type of the referenced entity.
Definition at line 40 of file qgsstaclink.cpp.
| QString QgsStacLink::relation | ( | ) | const |
Returns the relationship between the parent document and the linked document.
Definition at line 30 of file qgsstaclink.cpp.
| QString QgsStacLink::title | ( | ) | const |
Returns a human readable title to be used in rendered displays of the link.
Definition at line 35 of file qgsstaclink.cpp.