1 2 3 4 5 6 7 8 9 10 11
|
# The following has been generated automatically from src/core/pointcloud/qgspointcloudclassifiedrenderer.h
try:
QgsPointCloudClassifiedRenderer.create = staticmethod(QgsPointCloudClassifiedRenderer.create)
QgsPointCloudClassifiedRenderer.defaultCategories = staticmethod(QgsPointCloudClassifiedRenderer.defaultCategories)
QgsPointCloudClassifiedRenderer.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
try:
QgsPointCloudCategory.__group__ = ['pointcloud']
except (NameError, AttributeError):
pass
|