|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOsmosisReader
public class OsmosisReader
DataSource providing information from a single .osm file. The file is read during the constructor call, there will be no updates when the file is changed later. This class uses osmosis to read the file.
Constructor Summary | |
---|---|
OsmosisReader(File file)
|
Method Summary | |
---|---|
OSMData |
getData()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OsmosisReader(File file) throws IOException
IOException
Method Detail |
---|
public OSMData getData()
getData
in interface OSMDataReader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |