mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
8 lines
1.9 KiB
Python
8 lines
1.9 KiB
Python
# The following has been generated automatically from src/core/stac/qgsstaccontroller.h
|
|
try:
|
|
QgsStacController.__attribute_docs__ = {'finishedStacObjectRequest': 'This signal is fired when an async request initiated with\nfetchStacObjectAsync is finished. The parsed STAC object can be\nretrieved using takeStacObject\n\n:param id: The requestId attribute of the finished request\n:param errorMessage: Reason the request or parsing of the STAC object\n may have failed\n\n.. seealso:: :py:func:`fetchStacObjectAsync`\n\n.. seealso:: :py:func:`takeStacObject`\n', 'finishedItemCollectionRequest': 'This signal is fired when an async request initiated with\nfetchItemCollectionAsync is finished. The parsed STAC item collection\ncan be retrieved using takeItemCollection\n\n:param id: The requestId attribute of the finished request\n:param errorMessage: Reason the request or parsing of the STAC item\n collection may have failed\n\n.. seealso:: :py:func:`fetchItemCollectionAsync`\n\n.. seealso:: :py:func:`takeItemCollection`\n', 'finishedCollectionsRequest': 'This signal is fired when an async request initiated with\nfetchCollectionsAsync is finished. The parsed STAC collections\ncollection can be retrieved using takeCollections\n\n:param id: The requestId attribute of the finished request\n:param errorMessage: Reason the request or parsing of the STAC\n collections may have failed\n\n.. seealso:: :py:func:`fetchCollectionsAsync`\n\n.. seealso:: :py:func:`takeCollections`\n\n.. versionadded:: 3.42\n'}
|
|
QgsStacController.__signal_arguments__ = {'finishedStacObjectRequest': ['id: int', 'errorMessage: str'], 'finishedItemCollectionRequest': ['id: int', 'errorMessage: str'], 'finishedCollectionsRequest': ['id: int', 'errorMessage: str']}
|
|
QgsStacController.__group__ = ['stac']
|
|
except (NameError, AttributeError):
|
|
pass
|