QGIS/python/core/auto_generated/tiledmesh/qgscesiumutils.sip.in
Nyall Dawson a739ad7097 Use nlohmann for json instead of QVariant
But leave QVariant version of util function for use in Python scripts
2023-07-12 14:58:33 +10:00

42 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/tiledmesh/qgscesiumutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsCesiumUtils
{
%Docstring(signature="appended")
Contains utilities for working with Cesium data.
.. versionadded:: 3.34
%End
%TypeHeaderCode
#include "qgscesiumutils.h"
%End
public:
static QgsBox3d parseRegion( const QVariantList &region );
%Docstring
Parses a ``region`` object from a Cesium JSON document to a 3D box.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/tiledmesh/qgscesiumutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/