Uses of Class
org.openstreetmap.josm.data.osm.history.HistoryDataSet
-
Packages that use HistoryDataSet Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of HistoryDataSet in org.openstreetmap.josm.actions.downloadtasks
Methods in org.openstreetmap.josm.actions.downloadtasks with parameters of type HistoryDataSet Modifier and Type Method Description void
DownloadOsmChangeTask.HistoryLoaderAndListener. historyDataSetCleared(HistoryDataSet source)
void
DownloadOsmChangeTask.HistoryLoaderAndListener. historyUpdated(HistoryDataSet source, PrimitiveId id)
-
Uses of HistoryDataSet in org.openstreetmap.josm.data.osm.history
Fields in org.openstreetmap.josm.data.osm.history declared as HistoryDataSet Modifier and Type Field Description private static HistoryDataSet
HistoryDataSet. historyDataSet
the unique instanceMethods in org.openstreetmap.josm.data.osm.history that return HistoryDataSet Modifier and Type Method Description static HistoryDataSet
HistoryDataSet. getInstance()
Replies the unique instance of the history data setMethods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryDataSet Modifier and Type Method Description void
HistoryDataSetListener. historyDataSetCleared(HistoryDataSet source)
Fired by aHistoryDataSet
if the history cached is cleared.void
HistoryDataSetListener. historyUpdated(HistoryDataSet source, PrimitiveId id)
Fired by aHistoryDataSet
if the cached history of an OSM primitive with idid
is updatedvoid
HistoryDataSet. mergeInto(HistoryDataSet other)
merges the histories from theHistoryDataSet
other in this history data set -
Uses of HistoryDataSet in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as HistoryDataSet Modifier and Type Field Description private HistoryDataSet
HistoryLoadTask. loadedData
Methods in org.openstreetmap.josm.gui.history that return HistoryDataSet Modifier and Type Method Description protected static HistoryDataSet
HistoryLoadTask. loadHistory(OsmServerHistoryReader reader, ProgressMonitor progressMonitor)
Methods in org.openstreetmap.josm.gui.history with parameters of type HistoryDataSet Modifier and Type Method Description void
HistoryBrowserDialog. historyDataSetCleared(HistoryDataSet source)
void
HistoryBrowserDialog. historyUpdated(HistoryDataSet source, PrimitiveId primitiveId)
-
Uses of HistoryDataSet in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as HistoryDataSet Modifier and Type Field Description private HistoryDataSet
OsmHistoryReader. data
Methods in org.openstreetmap.josm.io that return HistoryDataSet Modifier and Type Method Description HistoryDataSet
OsmHistoryReader. parse(ProgressMonitor progressMonitor)
Parses the content.HistoryDataSet
OsmServerHistoryReader. parseHistory(ProgressMonitor progressMonitor)
Fetches the history from the OSM API and parses it
-