QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgscoordinatereferencesystem.h"
#include "qgscoordinatereferencesystem_p.h"
#include "qgscoordinatereferencesystem_legacy.h"
#include "qgscoordinatereferencesystemregistry.h"
#include "qgsreadwritelocker.h"
#include <cmath>
#include <QDir>
#include <QDomNode>
#include <QDomElement>
#include <QFileInfo>
#include <QRegExp>
#include <QTextStream>
#include <QFile>
#include <QRegularExpression>
#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 "qgsprojectionfactors.h"
#include "qgsprojoperation.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 60 of file qgscoordinatereferencesystem.cpp.
typedef QHash< QString, QgsCoordinateReferenceSystem > StringCrsCacheHash |
Definition at line 61 of file qgscoordinatereferencesystem.cpp.
QString getFullProjString | ( | PJ * | obj | ) |
Definition at line 87 of file qgscoordinatereferencesystem.cpp.
void getOperationAndEllipsoidFromProjString | ( | const QString & | proj, |
QString & | operation, | ||
QString & | ellipsoid | ||
) |
Definition at line 2112 of file qgscoordinatereferencesystem.cpp.
bool operator< | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 2814 of file qgscoordinatereferencesystem.cpp.
bool operator<= | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 2869 of file qgscoordinatereferencesystem.cpp.
bool operator> | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 2763 of file qgscoordinatereferencesystem.cpp.
bool operator>= | ( | const QgsCoordinateReferenceSystem & | c1, |
const QgsCoordinateReferenceSystem & | c2 | ||
) |
Definition at line 2865 of file qgscoordinatereferencesystem.cpp.
bool testIsGeographic | ( | PJ * | crs | ) |
Definition at line 2077 of file qgscoordinatereferencesystem.cpp.