|
QGIS API Documentation 4.3.0-Master (389d690bb77)
|
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. | |
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.
Definition at line 34 of file qgsstacprovider.h.
| QgsStacProvider::QgsStacProvider | ( | const QString & | name, |
| const QString & | description, | ||
| const QStringList & | roles, | ||
| const QString & | url ) |
QgsStacProvider constructor.
| name | The name of the organization or the individual. |
| description | 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. |
| roles | Roles of the provider. Any of licensor, producer, processor or host. |
| url | Homepage on which the provider describes the dataset and publishes contact information. |
Definition at line 18 of file qgsstacprovider.cpp.
| 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.
| QString QgsStacProvider::name | ( | ) | const |
Returns the name of the organization or the individual.
Definition at line 25 of file qgsstacprovider.cpp.
| 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.
| 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.