#include "qgsgml.h"
#include "qgsauthmanager.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsmessagelog.h"
#include "qgsnetworkaccessmanager.h"
#include "qgswkbptr.h"
#include "qgscrscache.h"
#include <QBuffer>
#include <QList>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QProgressDialog>
#include <QSet>
#include <QSettings>
#include <QUrl>
#include "ogr_api.h"
#include <limits>
Go to the source code of this file.
|
#define | LOCALNAME_EQUALS(string_constant) ( localNameLen == ( int )strlen( string_constant ) && memcmp(pszLocalName, string_constant, localNameLen) == 0 ) |
|
◆ LOCALNAME_EQUALS
#define LOCALNAME_EQUALS |
( |
|
string_constant | ) |
( localNameLen == ( int )strlen( string_constant ) && memcmp(pszLocalName, string_constant, localNameLen) == 0 ) |
◆ stripNS()
◆ GML32_NAMESPACE
const char* GML32_NAMESPACE = "http://www.opengis.net/gml/3.2" |
|
static |
◆ GML_NAMESPACE
const char* GML_NAMESPACE = "http://www.opengis.net/gml" |
|
static |
◆ NS_SEPARATOR
const char NS_SEPARATOR = '?' |
|
static |