QGIS API Documentation 4.3.0-Master (389d690bb77)
Loading...
Searching...
No Matches
QgsStacLink Class Reference

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.

Detailed Description

Stores data associated with a STAC link.

Since
QGIS 3.40

Definition at line 30 of file qgsstaclink.h.

Constructor & Destructor Documentation

◆ QgsStacLink()

QgsStacLink::QgsStacLink ( const QString & href,
const QString & relation,
const QString & mediaType,
const QString & title )

Constructor.

Parameters
hrefThe actual link in the format of an URL.
relationRelationship between the parent document and the linked document.
mediaTypeMedia type of the referenced entity
titleA human readable title to be used in rendered displays of the link.

Definition at line 18 of file qgsstaclink.cpp.

Member Function Documentation

◆ href()

QString QgsStacLink::href ( ) const

Returns the actual link in the format of an URL.

Definition at line 25 of file qgsstaclink.cpp.

◆ mediaType()

QString QgsStacLink::mediaType ( ) const

Returns the Media type of the referenced entity.

Definition at line 40 of file qgsstaclink.cpp.

◆ relation()

QString QgsStacLink::relation ( ) const

Returns the relationship between the parent document and the linked document.

Definition at line 30 of file qgsstaclink.cpp.

◆ title()

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.


The documentation for this class was generated from the following files: