how to read .osm file in java? asked 04 Nov '14, 00:37 learner aseerel4c26 ♦ |
Start reading at Frameworks in the OSM wiki. There are some Java tools or libraries listed. answered 05 Nov '14, 17:20 stephan75 |
what is "read .osm file in java?"? Please describe with much more words what you would like to do.
Also, how big a .osm file do you want to read? If it's relatively small then you can read the whole file in and process it as XML; if not then you may have to go tag-by-tag.