mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-13 00:07:27 -05:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 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 ®ion );
|
|
%Docstring
|
|
Parses a ``region`` object from a Cesium JSON document to a 3D box.
|
|
%End
|
|
|
|
|
|
static QgsOrientedBox3D parseBox( const QVariantList &box );
|
|
%Docstring
|
|
Parses a ``box`` object from a Cesium JSON document to an oriented bounding box.
|
|
%End
|
|
|
|
|
|
static QgsSphere parseSphere( const QVariantList &sphere );
|
|
%Docstring
|
|
Parses a ``sphere`` object from a Cesium JSON document.
|
|
%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 *
|
|
************************************************************************/
|