16#ifndef QGSSTACCOLLECTIONLIST_H
17#define QGSSTACCOLLECTIONLIST_H
93 QVector< QgsStacCollection * > mCollections;
94 QMap< QString, QString > mUrls;
95 int mNumberMatched = -1;
QUrl prevUrl() const
Returns the url of the collections' "prev" link.
QVector< QgsStacCollection * > collections() const
Returns the collections Ownership is not transferred.
QgsStacCollectionList()=delete
Default constructor deleted, use the variant with required parameters.
int numberReturned() const
Returns the number of returned collections.
QUrl rootUrl() const
Returns the url of the collections' "root" link.
QUrl nextUrl() const
Returns the url of the collections' "next" link.
QUrl url() const
Returns the url of the collections' "self" link.
QVector< QgsStacCollection * > takeCollections()
Returns the collections Caller takes ownership of the returned collections.
int numberMatched() const
Returns the total number of available collections If this information was not available by the STAC s...
Stores data associated with a STAC Collection.