QGIS API Documentation
2.0.1-Dufour
|
#include "qgsgml.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsmessagelog.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.
Variables | |
const char | NS_SEPARATOR = '?' |
const QString | GML_NAMESPACE = "http://www.opengis.net/gml" |
const QString GML_NAMESPACE = "http://www.opengis.net/gml" |
Definition at line 34 of file qgsgml.cpp.
Referenced by QgsGml::endElement(), QgsGmlSchema::endElement(), QgsOgcUtils::geometryFromGML(), QgsOgcUtils::geometryFromGMLLineString(), QgsOgcUtils::geometryFromGMLMultiLineString(), QgsOgcUtils::geometryFromGMLMultiPoint(), QgsOgcUtils::geometryFromGMLMultiPolygon(), QgsOgcUtils::geometryFromGMLPoint(), QgsOgcUtils::geometryFromGMLPolygon(), QgsOgcUtils::rectangleFromGMLEnvelope(), QgsGml::startElement(), and QgsGmlSchema::startElement().
const char NS_SEPARATOR = '?' |
Definition at line 33 of file qgsgml.cpp.
Referenced by QgsGml::endElement(), QgsGmlSchema::endElement(), QgsGml::getFeatures(), QgsGmlSchema::guessSchema(), QgsGml::startElement(), and QgsGmlSchema::startElement().