Bridges-C++ 3.5.0-dev2-1-ge3e57bf
Bridges(C++ API)
Map.h
Go to the documentation of this file.
1#ifndef MAP_H
2#define MAP_H
3
4using namespace rapidjson;
5namespace bridges {
6 namespace datastructure {
7
16 class Map {
17
18 public:
19 virtual const string getProjection() const = 0;
20 virtual const bool getOverlay() const = 0;
21
22 virtual const string getMapRepresentation() const = 0;
23 };
24 };
25};
26#endif
Abstract class for Map API.
Definition: Map.h:16
virtual const string getProjection() const =0
virtual const bool getOverlay() const =0
virtual const string getMapRepresentation() const =0
these methods convert byte arrays in to base64 codes and are used in BRIDGES to represent the color a...
Definition: alltypes.h:4