|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
#include "qgscoordinatereferencesystem.h"#include "qgscoordinatereferencesystem_p.h"#include "qgscoordinatereferencesystem_legacy.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 <sqlite3.h>#include <proj_api.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 |
Variables | |
| const int | LAT_PREFIX_LEN = 7 |
| The length of the string "+lat_1=". More... | |
| typedef QHash< long, QgsCoordinateReferenceSystem > SrIdCrsCacheHash |
Definition at line 66 of file qgscoordinatereferencesystem.cpp.
| typedef QHash< QString, QgsCoordinateReferenceSystem > StringCrsCacheHash |
Definition at line 67 of file qgscoordinatereferencesystem.cpp.
| const int LAT_PREFIX_LEN = 7 |
The length of the string "+lat_1=".
Definition at line 61 of file qgscoordinatereferencesystem.cpp.