13 friend class TerrainTileTest;
21 static QByteArray serializeFromData(
const QByteArray &input);
22 static QJsonValue getJsonFromData(
const QByteArray &input);
24 static constexpr double kTileSizeDegrees = 0.01;
25 static constexpr double kTileValueSpacingDegrees = (1.0 / 3600);
26 static constexpr double kTileValueSpacingMeters = 30.0;
29 static constexpr const char *_jsonStatusKey =
"status";
30 static constexpr const char *_jsonDataKey =
"data";
31 static constexpr const char *_jsonBoundsKey =
"bounds";
32 static constexpr const char *_jsonSouthWestKey =
"sw";
33 static constexpr const char *_jsonNorthEastKey =
"ne";
34 static constexpr const char *_jsonStatsKey =
"stats";
35 static constexpr const char *_jsonMaxElevationKey =
"max";
36 static constexpr const char *_jsonMinElevationKey =
"min";
37 static constexpr const char *_jsonAvgElevationKey =
"avg";
38 static constexpr const char *_jsonCarpetKey =
"carpet";