92244e74fd
can read OSM data in XML or binary format (PBF) and can call different handlers for each OSM object. WWW: http://wiki.openstreetmap.org/wiki/Osmium
94 lines
3.2 KiB
Text
94 lines
3.2 KiB
Text
include/osmium.hpp
|
|
include/osmium/debug.hpp
|
|
include/osmium/export.hpp
|
|
include/osmium/export/csv.hpp
|
|
include/osmium/export/shapefile.hpp
|
|
include/osmium/geometry.hpp
|
|
include/osmium/geometry/from_way.hpp
|
|
include/osmium/geometry/geos.hpp
|
|
include/osmium/geometry/haversine.hpp
|
|
include/osmium/geometry/linestring.hpp
|
|
include/osmium/geometry/multipolygon.hpp
|
|
include/osmium/geometry/null.hpp
|
|
include/osmium/geometry/ogr.hpp
|
|
include/osmium/geometry/ogr_multipolygon.hpp
|
|
include/osmium/geometry/point.hpp
|
|
include/osmium/geometry/polygon.hpp
|
|
include/osmium/geometry/shplib.hpp
|
|
include/osmium/handler.hpp
|
|
include/osmium/handler/coordinates_for_ways.hpp
|
|
include/osmium/handler/debug.hpp
|
|
include/osmium/handler/endtime.hpp
|
|
include/osmium/handler/find_bbox.hpp
|
|
include/osmium/handler/progress.hpp
|
|
include/osmium/handler/range_from_history.hpp
|
|
include/osmium/input.hpp
|
|
include/osmium/input/pbf.hpp
|
|
include/osmium/input/xml.hpp
|
|
include/osmium/javascript.hpp
|
|
include/osmium/javascript/handler.hpp
|
|
include/osmium/javascript/template.hpp
|
|
include/osmium/javascript/unicode.hpp
|
|
include/osmium/javascript/wrapper/export_csv.hpp
|
|
include/osmium/javascript/wrapper/export_shapefile.hpp
|
|
include/osmium/javascript/wrapper/geometry.hpp
|
|
include/osmium/javascript/wrapper/osm.hpp
|
|
include/osmium/javascript/wrapper/position.hpp
|
|
include/osmium/multipolygon/assembler.hpp
|
|
include/osmium/multipolygon/builder.hpp
|
|
include/osmium/osm.hpp
|
|
include/osmium/osm/area.hpp
|
|
include/osmium/osm/bounds.hpp
|
|
include/osmium/osm/meta.hpp
|
|
include/osmium/osm/node.hpp
|
|
include/osmium/osm/object.hpp
|
|
include/osmium/osm/position.hpp
|
|
include/osmium/osm/relation.hpp
|
|
include/osmium/osm/relation_member.hpp
|
|
include/osmium/osm/relation_member_list.hpp
|
|
include/osmium/osm/segment.hpp
|
|
include/osmium/osm/tag.hpp
|
|
include/osmium/osm/tag_list.hpp
|
|
include/osmium/osm/tag_ostream.hpp
|
|
include/osmium/osm/types.hpp
|
|
include/osmium/osm/undirected_segment.hpp
|
|
include/osmium/osm/way.hpp
|
|
include/osmium/osm/way_node.hpp
|
|
include/osmium/osm/way_node_list.hpp
|
|
include/osmium/osmfile.hpp
|
|
include/osmium/output.hpp
|
|
include/osmium/output/pbf.hpp
|
|
include/osmium/output/xml.hpp
|
|
include/osmium/relations/assembler.hpp
|
|
include/osmium/relations/relation_info.hpp
|
|
include/osmium/smart_ptr.hpp
|
|
include/osmium/storage/byid.hpp
|
|
include/osmium/storage/byid/fixed_array.hpp
|
|
include/osmium/storage/byid/mmap_anon.hpp
|
|
include/osmium/storage/byid/mmap_file.hpp
|
|
include/osmium/storage/byid/sparse_table.hpp
|
|
include/osmium/storage/byid/vector.hpp
|
|
include/osmium/storage/objectstore.hpp
|
|
include/osmium/tags/key_filter.hpp
|
|
include/osmium/tags/key_value_filter.hpp
|
|
include/osmium/tags/regex_filter.hpp
|
|
include/osmium/tags/to_string.hpp
|
|
include/osmium/utils/delta.hpp
|
|
include/osmium/utils/filter_and_accumulate.hpp
|
|
include/osmium/utils/stringtable.hpp
|
|
include/osmium/utils/timestamp.hpp
|
|
@dirrm include/osmium/utils
|
|
@dirrm include/osmium/tags
|
|
@dirrm include/osmium/storage/byid
|
|
@dirrm include/osmium/storage
|
|
@dirrm include/osmium/relations
|
|
@dirrm include/osmium/output
|
|
@dirrm include/osmium/osm
|
|
@dirrm include/osmium/multipolygon
|
|
@dirrm include/osmium/javascript/wrapper
|
|
@dirrm include/osmium/javascript
|
|
@dirrm include/osmium/input
|
|
@dirrm include/osmium/handler
|
|
@dirrm include/osmium/geometry
|
|
@dirrm include/osmium/export
|
|
@dirrm include/osmium
|