QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Typedefs | Variables
qgscoordinatereferencesystem.cpp File Reference
#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>
Include dependency graph for qgscoordinatereferencesystem.cpp:

Go to the source code of this file.

Typedefs

typedef QHash< long, QgsCoordinateReferenceSystemSrIdCrsCacheHash
 
typedef QHash< QString, QgsCoordinateReferenceSystemStringCrsCacheHash
 

Variables

const int LAT_PREFIX_LEN = 7
 The length of the string "+lat_1=". More...
 

Typedef Documentation

◆ SrIdCrsCacheHash

Definition at line 66 of file qgscoordinatereferencesystem.cpp.

◆ StringCrsCacheHash

Definition at line 67 of file qgscoordinatereferencesystem.cpp.

Variable Documentation

◆ LAT_PREFIX_LEN

const int LAT_PREFIX_LEN = 7

The length of the string "+lat_1=".

Definition at line 61 of file qgscoordinatereferencesystem.cpp.