|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
#include "qgscoordinatereferencesystem.h"#include "qgscoordinatereferencesystem_p.h"#include "qgscoordinatereferencesystem_legacy_p.h"#include "qgscoordinatereferencesystemregistry.h"#include "qgsreadwritelocker.h"#include <cmath>#include <QDir>#include <QDomNode>#include <QDomElement>#include <QFileInfo>#include <QRegularExpression>#include <QTextStream>#include <QFile>#include "qgsapplication.h"#include "qgslogger.h"#include "qgsmessagelog.h"#include "qgis.h"#include "qgslocalec.h"#include "qgssettings.h"#include "qgsogrutils.h"#include "qgsdatums.h"#include "qgsogcutils.h"#include "qgsprojectionfactors.h"#include "qgsprojoperation.h"#include "qgscoordinatereferencesystemutils.h"#include <sqlite3.h>#include "qgsprojutils.h"#include <proj.h>#include <proj_experimental.h>#include <ogr_srs_api.h>#include <cpl_error.h>#include <cpl_conv.h>#include <cpl_csv.h>
Go to the source code of this file.
Typedefs | |
| typedef QHash< long, QgsCoordinateReferenceSystem > | SrIdCrsCacheHash |
| typedef QHash< QString, QgsCoordinateReferenceSystem > | StringCrsCacheHash |
Functions | |
| QString | getFullProjString (PJ *obj) |
| void | getOperationAndEllipsoidFromProjString (const QString &proj, QString &operation, QString &ellipsoid) |
| bool | operator< (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool | operator<= (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool | operator> (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool | operator>= (const QgsCoordinateReferenceSystem &c1, const QgsCoordinateReferenceSystem &c2) |
| bool | testIsGeographic (PJ *crs) |
| typedef QHash< long, QgsCoordinateReferenceSystem > SrIdCrsCacheHash |
Definition at line 61 of file qgscoordinatereferencesystem.cpp.
| typedef QHash< QString, QgsCoordinateReferenceSystem > StringCrsCacheHash |
Definition at line 62 of file qgscoordinatereferencesystem.cpp.
| QString getFullProjString | ( | PJ * | obj | ) |
Definition at line 88 of file qgscoordinatereferencesystem.cpp.
| void getOperationAndEllipsoidFromProjString | ( | const QString & | proj, |
| QString & | operation, | ||
| QString & | ellipsoid | ||
| ) |
Definition at line 2351 of file qgscoordinatereferencesystem.cpp.
| bool operator< | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 3192 of file qgscoordinatereferencesystem.cpp.
| bool operator<= | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 3245 of file qgscoordinatereferencesystem.cpp.
| bool operator> | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 3143 of file qgscoordinatereferencesystem.cpp.
| bool operator>= | ( | const QgsCoordinateReferenceSystem & | c1, |
| const QgsCoordinateReferenceSystem & | c2 | ||
| ) |
Definition at line 3241 of file qgscoordinatereferencesystem.cpp.
| bool testIsGeographic | ( | PJ * | crs | ) |
Definition at line 2316 of file qgscoordinatereferencesystem.cpp.