SYMBOL INDEX (105 symbols across 15 files) FILE: examples/bbox_wkt.cpp function main (line 19) | int main(int argc, char* argv[]) { FILE: examples/way_wkt.cpp function main (line 12) | int main(int argc, char* argv[]) { FILE: include/osmx/region.h function class (line 9) | class Region { FILE: include/osmx/storage.h function namespace (line 12) | namespace osmx { namespace db { FILE: include/osmx/util.h function class (line 12) | class Timer { FILE: python/examples/augmented_diff.py function not_in_db (line 48) | def not_in_db(elem): function get_lat_lon (line 57) | def get_lat_lon(ref, use_new): function set_old_metadata (line 65) | def set_old_metadata(elem): function augment_nd (line 169) | def augment_nd(nd,use_new): function augment_member (line 174) | def augment_member(mem,use_new): function augment (line 196) | def augment(elem,use_new): class Bounds (line 309) | class Bounds: method __init__ (line 310) | def __init__(self): method add (line 316) | def add(self,x,y): method elem (line 326) | def elem(self): function sort_by_type (line 347) | def sort_by_type(x): function indent (line 363) | def indent(elem, level=0): FILE: python/examples/web_server.py class Handler (line 14) | class Handler(BaseHTTPRequestHandler): method do_GET (line 15) | def do_GET(self): FILE: python/osmx/osmx.py function tag_dict (line 9) | def tag_dict(tag_list): class Environment (line 16) | class Environment: method __init__ (line 17) | def __init__(self,fname): class Transaction (line 20) | class Transaction: method __init__ (line 21) | def __init__(self,env): method __enter__ (line 25) | def __enter__(self,*args,**kwargs): method __exit__ (line 29) | def __exit__(self,*args,**kwargs): class Index (line 32) | class Index: method __init__ (line 33) | def __init__(self): method __init__ (line 37) | def __init__(self,txn,name): method get (line 41) | def get(self,obj_id): class Index (line 36) | class Index: method __init__ (line 33) | def __init__(self): method __init__ (line 37) | def __init__(self,txn,name): method get (line 41) | def get(self,obj_id): class Table (line 48) | class Table: method __init__ (line 49) | def __init__(self,txn,name): method _get_bytes (line 53) | def _get_bytes(self,elem_id): class Locations (line 56) | class Locations(Table): method __init__ (line 57) | def __init__(self,txn): method get (line 60) | def get(self,node_id): class Nodes (line 70) | class Nodes(Table): method __init__ (line 71) | def __init__(self,txn): method get (line 74) | def get(self,node_id): class Ways (line 80) | class Ways(Table): method __init__ (line 81) | def __init__(self,txn): method get (line 84) | def get(self,way_id): class Relations (line 90) | class Relations(Table): method __init__ (line 91) | def __init__(self,txn): method get (line 94) | def get(self,relation_id): class NodeWay (line 100) | class NodeWay(Index): method __init__ (line 101) | def __init__(self,txn): class NodeRelation (line 104) | class NodeRelation(Index): method __init__ (line 105) | def __init__(self,txn): class WayRelation (line 108) | class WayRelation(Index): method __init__ (line 109) | def __init__(self,txn): class RelationRelation (line 112) | class RelationRelation(Index): method __init__ (line 113) | def __init__(self,txn): FILE: src/cmd.cpp function printHelp (line 9) | void printHelp() { function printQueryHelp (line 19) | void printQueryHelp() { function main (line 33) | int main(int argc, char* argv[]) { FILE: src/expand.cpp class SortReader (line 25) | class SortReader { method SortReader (line 27) | SortReader(std::string filename) : mStream(filename, std::ios::in | st... method getNext (line 29) | bool getNext() { class Sorter (line 41) | class Sorter { method Sorter (line 44) | Sorter(std::string tempDir,std::string name) : mTempDir(tempDir), mNam... method put (line 48) | void put(uint64_t from, uint64_t to) { method put (line 53) | void put(S2CellId from, uint64_t to) { method persist (line 57) | void persist() { method writeDb (line 75) | void writeDb(MDB_env *env) { method Sorter (line 115) | Sorter( const Sorter& ) = delete; method Sorter (line 116) | Sorter& operator=( const Sorter& ) = delete; class Handler (line 124) | class Handler: public osmium::handler::Handler { method Handler (line 126) | Handler(MDB_env *env, MDB_txn *txn,string tempDir) : method node (line 150) | void node(const osmium::Node& node) { method way (line 173) | void way(const osmium::Way& way) { method relation (line 195) | void relation(const osmium::Relation& relation) { function cmdExpand (line 245) | void cmdExpand(int argc, char* argv[]) { FILE: src/extract.cpp type ExportProgress (line 20) | struct ExportProgress { method print (line 29) | void print() { class ProgressSection (line 34) | class ProgressSection { method ProgressSection (line 37) | ProgressSection(ExportProgress &expprog, uint64_t &total, uint64_t &pr... method tick (line 45) | void tick() { function endsWith (line 63) | static bool endsWith(const std::string& str, const std::string& suffix) function cmdExtract (line 70) | void cmdExtract(int argc, char * argv[]) { FILE: src/region.cpp function rtrim (line 10) | static inline void rtrim(std::string &s) { function S2PolyFromCoordinates (line 16) | std::unique_ptr S2PolyFromCoordinates(nlohmann::json &coordin... function S2CellUnion (line 129) | S2CellUnion Region::GetCovering(S2RegionCoverer &coverer) { function S2LatLngRect (line 137) | S2LatLngRect Region::GetBounds() { FILE: src/storage.cpp type osmx (line 4) | namespace osmx { namespace db { type db (line 4) | namespace db { function MDB_env (line 7) | MDB_env *createEnv(std::string path, bool writable) { function Location (line 106) | Location Locations::get(uint64_t id) const { function traverseCell (line 171) | void traverseCell(MDB_cursor *cursor, S2CellId cell_id, roaring::Roa... function traverseReverse (line 194) | void traverseReverse(MDB_cursor *cursor,uint64_t from, roaring::Roar... FILE: src/update.cpp class DataUpdate (line 62) | class DataUpdate : public osmium::handler::Handler { method DataUpdate (line 64) | DataUpdate(MDB_txn *txn) : method node (line 78) | void node(const osmium::Node& node) { method way (line 123) | void way(const osmium::Way &way) { method relation (line 174) | void relation(const osmium::Relation &relation) { function cmdUpdate (line 273) | void cmdUpdate(int argc, char* argv[]) { FILE: utils/server.py class ReplicationServer (line 19) | class ReplicationServer(object): method __init__ (line 20) | def __init__(self, url, diff_type='osc.gz'): method open_url (line 24) | def open_url(self, url): method timestamp_to_sequence (line 27) | def timestamp_to_sequence(self, timestamp, balanced_search=False): method get_state_info (line 109) | def get_state_info(self, seq=None): method get_diff_block (line 144) | def get_diff_block(self, seq): method get_state_url (line 153) | def get_state_url(self, seq): method get_diff_url (line 167) | def get_diff_url(self, seq):