Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
georoutejsonparser_esri.cpp File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include "georoutejsonparser_esri.h"
#include <QJsonArray>
#include <QGeoRectangle>
#include <QGeoManeuver>
#include <QGeoRouteSegment>
+ Include dependency graph for georoutejsonparser_esri.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE const QString kErrorMessage (QStringLiteral("Error %1: %2."))
 

Variables

static const QString kErrorJson (QStringLiteral("Error: invalide JSON document."))
 
static const QString kErrorKey (QStringLiteral("error"))
 
static const QString kErrorCodeKey (QStringLiteral("code"))
 
static const QString kErrorMessageKey (QStringLiteral("message"))
 
static const QString kErrorDetailsKey (QStringLiteral("details"))
 
static const QString kDirectionsKey (QStringLiteral("directions"))
 
static const QString kRoutesKey (QStringLiteral("routes"))
 
static const QString kBarriersKey (QStringLiteral("barriers"))
 
static const QString kMessagesKey (QStringLiteral("messages"))
 
static const QString kDirectionsRouteIdKey (QStringLiteral("routeId"))
 
static const QString kDirectionsRouteNameKey (QStringLiteral("routeName"))
 
static const QString kDirectionsSummaryKey (QStringLiteral("summary"))
 
static const QString kDirectionsTotalLengthKey (QStringLiteral("totalLength"))
 
static const QString kDirectionsTotalTimeKey (QStringLiteral("totalTime"))
 
static const QString kDirectionsTotalDriveTimeKey (QStringLiteral("totalDriveTime"))
 
static const QString kDirectionsEnvelopeKey (QStringLiteral("envelope"))
 
static const QString kDirectionsEnvelopeXminKey (QStringLiteral("xmin"))
 
static const QString kDirectionsEnvelopeYminKey (QStringLiteral("ymin"))
 
static const QString kDirectionsEnvelopeXmaxKey (QStringLiteral("xmax"))
 
static const QString kDirectionsEnvelopeYmaxKey (QStringLiteral("ymax"))
 
static const QString kDirectionsFeaturesKey (QStringLiteral("features"))
 
static const QString kDirectionsFeaturesAttributesKey (QStringLiteral("attributes"))
 
static const QString kDirectionsFeaturesCompressedGeometryKey (QStringLiteral("compressedGeometry"))
 
static const QString kDirectionsFeaturesAttributesLengthKey (QStringLiteral("length"))
 
static const QString kDirectionsFeaturesAttributesTimeKey (QStringLiteral("time"))
 
static const QString kDirectionsFeaturesAttributesTextKey (QStringLiteral("text"))
 
static const QString kDirectionsFeaturesAttributesEtaKey (QStringLiteral("ETA"))
 
static const QString kDirectionsFeaturesAttributesManeuverTypeKey (QStringLiteral("maneuverType"))
 
static const QString kRoutesFeaturesKey (QStringLiteral("features"))
 
static const QString kRoutesFeaturesAttributesKey (QStringLiteral("attributes"))
 
static const QString kRoutesFeaturesObjectIdKey (QStringLiteral("ObjectID"))
 
static const QString kRoutesFeaturesGeometryKey (QStringLiteral("geometry"))
 
static const QString kRoutesFeaturesGeometryPathsKey (QStringLiteral("paths"))
 

Function Documentation

◆ kErrorMessage()

static QT_BEGIN_NAMESPACE const QString kErrorMessage ( QStringLiteral("Error %1: %2.") )
static

Referenced by GeoRouteJsonParserEsri::GeoRouteJsonParserEsri().

+ Here is the caller graph for this function:

Variable Documentation

◆ kBarriersKey

const QString kBarriersKey(QStringLiteral("barriers")) ( QStringLiteral("barriers") )
static

◆ kDirectionsEnvelopeKey

const QString kDirectionsEnvelopeKey(QStringLiteral("envelope")) ( QStringLiteral("envelope") )
static

◆ kDirectionsEnvelopeXmaxKey

const QString kDirectionsEnvelopeXmaxKey(QStringLiteral("xmax")) ( QStringLiteral("xmax") )
static

◆ kDirectionsEnvelopeXminKey

const QString kDirectionsEnvelopeXminKey(QStringLiteral("xmin")) ( QStringLiteral("xmin") )
static

◆ kDirectionsEnvelopeYmaxKey

const QString kDirectionsEnvelopeYmaxKey(QStringLiteral("ymax")) ( QStringLiteral("ymax") )
static

◆ kDirectionsEnvelopeYminKey

const QString kDirectionsEnvelopeYminKey(QStringLiteral("ymin")) ( QStringLiteral("ymin") )
static

◆ kDirectionsFeaturesAttributesEtaKey

const QString kDirectionsFeaturesAttributesEtaKey(QStringLiteral("ETA")) ( QStringLiteral("ETA") )
static

◆ kDirectionsFeaturesAttributesKey

const QString kDirectionsFeaturesAttributesKey(QStringLiteral("attributes")) ( QStringLiteral("attributes") )
static

◆ kDirectionsFeaturesAttributesLengthKey

const QString kDirectionsFeaturesAttributesLengthKey(QStringLiteral("length")) ( QStringLiteral("length") )
static

◆ kDirectionsFeaturesAttributesManeuverTypeKey

const QString kDirectionsFeaturesAttributesManeuverTypeKey(QStringLiteral("maneuverType")) ( QStringLiteral("maneuverType") )
static

◆ kDirectionsFeaturesAttributesTextKey

const QString kDirectionsFeaturesAttributesTextKey(QStringLiteral("text")) ( QStringLiteral("text") )
static

◆ kDirectionsFeaturesAttributesTimeKey

const QString kDirectionsFeaturesAttributesTimeKey(QStringLiteral("time")) ( QStringLiteral("time") )
static

◆ kDirectionsFeaturesCompressedGeometryKey

const QString kDirectionsFeaturesCompressedGeometryKey(QStringLiteral("compressedGeometry")) ( QStringLiteral("compressedGeometry") )
static

◆ kDirectionsFeaturesKey

const QString kDirectionsFeaturesKey(QStringLiteral("features")) ( QStringLiteral("features") )
static

◆ kDirectionsKey

const QString kDirectionsKey(QStringLiteral("directions")) ( QStringLiteral("directions") )
static

◆ kDirectionsRouteIdKey

const QString kDirectionsRouteIdKey(QStringLiteral("routeId")) ( QStringLiteral("routeId") )
static

◆ kDirectionsRouteNameKey

const QString kDirectionsRouteNameKey(QStringLiteral("routeName")) ( QStringLiteral("routeName") )
static

◆ kDirectionsSummaryKey

const QString kDirectionsSummaryKey(QStringLiteral("summary")) ( QStringLiteral("summary") )
static

◆ kDirectionsTotalDriveTimeKey

const QString kDirectionsTotalDriveTimeKey(QStringLiteral("totalDriveTime")) ( QStringLiteral("totalDriveTime") )
static

◆ kDirectionsTotalLengthKey

const QString kDirectionsTotalLengthKey(QStringLiteral("totalLength")) ( QStringLiteral("totalLength") )
static

◆ kDirectionsTotalTimeKey

const QString kDirectionsTotalTimeKey(QStringLiteral("totalTime")) ( QStringLiteral("totalTime") )
static

◆ kErrorCodeKey

const QString kErrorCodeKey(QStringLiteral("code")) ( QStringLiteral("code") )
static

◆ kErrorDetailsKey

const QString kErrorDetailsKey(QStringLiteral("details")) ( QStringLiteral("details") )
static

◆ kErrorJson

const QString kErrorJson(QStringLiteral("Error: invalide JSON document.")) ( QStringLiteral("Error: invalide JSON document.") )
static

◆ kErrorKey

const QString kErrorKey(QStringLiteral("error")) ( QStringLiteral("error") )
static

◆ kErrorMessageKey

const QString kErrorMessageKey(QStringLiteral("message")) ( QStringLiteral("message") )
static

◆ kMessagesKey

const QString kMessagesKey(QStringLiteral("messages")) ( QStringLiteral("messages") )
static

◆ kRoutesFeaturesAttributesKey

const QString kRoutesFeaturesAttributesKey(QStringLiteral("attributes")) ( QStringLiteral("attributes") )
static

◆ kRoutesFeaturesGeometryKey

const QString kRoutesFeaturesGeometryKey(QStringLiteral("geometry")) ( QStringLiteral("geometry") )
static

◆ kRoutesFeaturesGeometryPathsKey

const QString kRoutesFeaturesGeometryPathsKey(QStringLiteral("paths")) ( QStringLiteral("paths") )
static

◆ kRoutesFeaturesKey

const QString kRoutesFeaturesKey(QStringLiteral("features")) ( QStringLiteral("features") )
static

◆ kRoutesFeaturesObjectIdKey

const QString kRoutesFeaturesObjectIdKey(QStringLiteral("ObjectID")) ( QStringLiteral("ObjectID") )
static

◆ kRoutesKey

const QString kRoutesKey(QStringLiteral("routes")) ( QStringLiteral("routes") )
static