QGIS/python/core/auto_additions/qgscesiumutils.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

26 lines
1.5 KiB
Python

# The following has been generated automatically from src/core/tiledscene/qgscesiumutils.h
try:
QgsCesiumUtils.B3DMContents.__attribute_docs__ = {'gltf': 'GLTF binary content', 'rtcCenter': 'Optional RTC center'}
QgsCesiumUtils.B3DMContents.__annotations__ = {'gltf': 'QByteArray', 'rtcCenter': 'QgsVector3D'}
QgsCesiumUtils.B3DMContents.__doc__ = """Encapsulates the contents of a B3DM file."""
QgsCesiumUtils.B3DMContents.__group__ = ['tiledscene']
except (NameError, AttributeError):
pass
try:
QgsCesiumUtils.TileContents.__attribute_docs__ = {'gltf': 'GLTF binary content', 'rtcCenter': 'Center position of relative-to-center coordinates (when used)'}
QgsCesiumUtils.TileContents.__annotations__ = {'gltf': 'QByteArray', 'rtcCenter': 'QgsVector3D'}
QgsCesiumUtils.TileContents.__doc__ = """Encapsulates the contents of a 3D tile."""
QgsCesiumUtils.TileContents.__group__ = ['tiledscene']
except (NameError, AttributeError):
pass
try:
QgsCesiumUtils.parseRegion = staticmethod(QgsCesiumUtils.parseRegion)
QgsCesiumUtils.parseBox = staticmethod(QgsCesiumUtils.parseBox)
QgsCesiumUtils.parseSphere = staticmethod(QgsCesiumUtils.parseSphere)
QgsCesiumUtils.transformSphere = staticmethod(QgsCesiumUtils.transformSphere)
QgsCesiumUtils.extractGltfFromB3dm = staticmethod(QgsCesiumUtils.extractGltfFromB3dm)
QgsCesiumUtils.extractGltfFromTileContent = staticmethod(QgsCesiumUtils.extractGltfFromTileContent)
QgsCesiumUtils.__group__ = ['tiledscene']
except (NameError, AttributeError):
pass