16#ifndef QGSSTACITEMCOLLECTION_H
17#define QGSSTACITEMCOLLECTION_H
58 QVector< QgsStacItem * >
items()
const;
105 QVector< QgsStacItem * > mItems;
106 const QVector< QgsStacLink > mLinks;
107 QMap< QString, QString > mUrls;
108 int mNumberMatched = -1;
int numberReturned() const
Returns the number of items in the collection.
QUrl parentUrl() const
Returns the url of the item collection's "parent" link.
QVector< QgsStacItem * > items() const
Returns the items in the collection Ownership is not transferred.
QUrl nextUrl() const
Returns the url of the item collection's "next" link.
int numberMatched() const
Returns the total number of items in the parent collection If this information was not available by t...
QgsStacItemCollection()=delete
Default constructor deleted, use the variant with required parameters.
QUrl rootUrl() const
Returns the url of the item collection's "root" link.
QUrl url() const
Returns the url of the item collection's "self" link.
QVector< QgsStacItem * > takeItems()
Returns the items in the collection Caller takes ownership of the returned items.
QUrl collectionUrl() const
Returns the url of the item collection's "collection" link.
Stores data associated with a STAC Item.