#include "qgsgmlschema.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgserror.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsnetworkaccessmanager.h"
#include <QBuffer>
#include <QList>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QProgressDialog>
#include <QSet>
#include <QSettings>
#include <QUrl>
#include <limits>
Go to the source code of this file.
|  | 
| #define | GML_NAMESPACE   QStringLiteral( "http://www.opengis.net/gml" ) | 
|  | 
◆ GML_NAMESPACE
      
        
          | #define GML_NAMESPACE   QStringLiteral( "http://www.opengis.net/gml" ) | 
      
 
 
◆ NS_SEPARATOR
      
        
          | const char NS_SEPARATOR = '?' |