QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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 <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.

Variables

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

Variable Documentation

◆ LAT_PREFIX_LEN

const int LAT_PREFIX_LEN = 7

The length of the string "+lat_1=".

Definition at line 60 of file qgscoordinatereferencesystem.cpp.