mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsprojutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsProjUtils
|
|
{
|
|
%Docstring
|
|
Utility functions for working with the proj library.
|
|
|
|
.. versionadded:: 3.8
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsprojutils.h"
|
|
%End
|
|
public:
|
|
|
|
static int projVersionMajor();
|
|
%Docstring
|
|
Returns the proj library major version number.
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/qgsprojutils.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|