mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.3 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.__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.__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
 |