Bridges-C++  3.4.5-dev1-6-g935685a
Bridges(C++ API)
Map.h
Go to the documentation of this file.
1 #ifndef MAP_H
2 #define MAP_H
3 
4 using namespace rapidjson;
5 namespace 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
Support for drawing Bar charts.
Definition: alltypes.h:4