alaCarte Maps
Renderer for OpenStreetMap tiles
|
This is the complete list of members for Geodata, including all inherited members.
boost::serialization::access class | Geodata | friend |
buildTrees(const string &nodePath, const string &wayPath, const string &relationPath) | Geodata | private |
calculateBoundingBox(const Way &way) const | Geodata | private |
calculateBoundingBox(const Relation &relation) const | Geodata | private |
calculateBoundingBox(const std::vector< NodeId > &nodeIDs) const | Geodata | private |
calculateBoundingBox(const std::vector< WayId > &nodeIDs) const | Geodata | private |
containsData(const FixedRect &rect) const | Geodata | |
Geodata()=default | Geodata | |
getNode(NodeId id) const | Geodata | |
getNodeIDs(const FixedRect &rect) const | Geodata | |
getRelation(RelId id) const | Geodata | |
getRelationIDs(const FixedRect &rect) const | Geodata | |
getWay(WayId id) const | Geodata | |
getWayIDs(const FixedRect &rect) const | Geodata | |
insertNodes(const shared_ptr< std::vector< Node > > &nodes) | Geodata | |
insertRelations(const shared_ptr< std::vector< Relation > > &relations) | Geodata | |
insertWays(const shared_ptr< std::vector< Way > > &ways) | Geodata | |
load(const string &path) | Geodata | |
nodes | Geodata | protected |
nodesTree | Geodata | protected |
relations | Geodata | protected |
relTree | Geodata | protected |
save(const string &path) | Geodata | |
serialize(const string &serPath) const | Geodata | private |
serialize(Archive &ar, const unsigned int version) | Geodata | inlineprivate |
ways | Geodata | protected |
waysTree | Geodata | protected |
~Geodata()=default | Geodata | virtual |