|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.io.OsmHistoryReader
public class OsmHistoryReader
Parser for OSM history data.
It is slightly different from OsmReader because we don't build an internal graph of
OsmPrimitives. We use objects derived from HistoryOsmPrimitive instead and we
keep the data in a dedicated HistoryDataSet.
| Nested Class Summary | |
|---|---|
private class |
OsmHistoryReader.Parser
|
| Field Summary | |
|---|---|
private HistoryDataSet |
data
|
private java.io.InputStream |
in
|
| Constructor Summary | |
|---|---|
OsmHistoryReader(java.io.InputStream source)
|
|
| Method Summary | |
|---|---|
HistoryDataSet |
parse(ProgressMonitor progressMonitor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.io.InputStream in
private final HistoryDataSet data
| Constructor Detail |
|---|
public OsmHistoryReader(java.io.InputStream source)
| Method Detail |
|---|
public HistoryDataSet parse(ProgressMonitor progressMonitor)
throws org.xml.sax.SAXException,
java.io.IOException
org.xml.sax.SAXException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||