File: qgsstaccontroller.py

package info (click to toggle)
qgis 3.44.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,237,544 kB
  • sloc: cpp: 1,668,420; python: 381,688; xml: 23,474; perl: 4,078; sh: 3,733; ansic: 2,799; sql: 2,137; yacc: 1,068; lex: 577; javascript: 540; lisp: 411; makefile: 155
file content (7 lines) | stat: -rw-r--r-- 1,905 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
# 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