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

Stores data related to a STAC provider. More...

#include <qgsstacprovider.h>

Public Member Functions

 QgsStacProvider (const QString &name, const QString &description, const QStringList &roles, const QString &url)
 QgsStacProvider constructor.
QString description () const
 Returns a multi-line description to add further provider information such as processing details for processors and producers, hosting details for hosts or basic contact information.
QString name () const
 Returns the name of the organization or the individual.
QStringList roles () const
 Returns the roles of the provider. Any of licensor, producer, processor or host.
QString url () const
 Returns the url of a homepage on which the provider describes the dataset and publishes contact information.

Detailed Description

Stores data related to a STAC provider.

The object provides information about a provider. A provider is any of the organizations that captures or processes the content of the Collection and therefore influences the data offered by this Collection. May also include information about the final storage provider hosting the data.

Since
QGIS 3.40

Definition at line 34 of file qgsstacprovider.h.

Constructor & Destructor Documentation

◆ QgsStacProvider()

QgsStacProvider::QgsStacProvider ( const QString & name,
const QString & description,
const QStringList & roles,
const QString & url )

QgsStacProvider constructor.

Parameters
nameThe name of the organization or the individual.
descriptionMulti-line description to add further provider information such as processing details for processors and producers, hosting details for hosts or basic contact information. CommonMark 0.29 syntax MAY be used for rich text representation.
rolesRoles of the provider. Any of licensor, producer, processor or host.
urlHomepage on which the provider describes the dataset and publishes contact information.

Definition at line 18 of file qgsstacprovider.cpp.

Member Function Documentation

◆ description()

QString QgsStacProvider::description ( ) const

Returns a multi-line description to add further provider information such as processing details for processors and producers, hosting details for hosts or basic contact information.

CommonMark 0.29 syntax MAY be used for rich text representation.

Definition at line 30 of file qgsstacprovider.cpp.

◆ name()

QString QgsStacProvider::name ( ) const

Returns the name of the organization or the individual.

Definition at line 25 of file qgsstacprovider.cpp.

◆ roles()

QStringList QgsStacProvider::roles ( ) const

Returns the roles of the provider. Any of licensor, producer, processor or host.

Definition at line 35 of file qgsstacprovider.cpp.

◆ url()

QString QgsStacProvider::url ( ) const

Returns the url of a homepage on which the provider describes the dataset and publishes contact information.

Definition at line 40 of file qgsstacprovider.cpp.


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