Uses of Class
org.openstreetmap.josm.data.osm.ChangesetDataSet
-
Packages that use ChangesetDataSet Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of ChangesetDataSet in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as ChangesetDataSet Modifier and Type Field Description private ChangesetDataSet
Changeset. content
the changeset contentMethods in org.openstreetmap.josm.data.osm that return ChangesetDataSet Modifier and Type Method Description ChangesetDataSet
Changeset. getContent()
Returns the changeset contents.Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetDataSet Modifier and Type Method Description void
Changeset. setContent(ChangesetDataSet content)
Sets the changeset contents. -
Uses of ChangesetDataSet in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet Modifier and Type Method Description void
ChangesetContentTableModel. populate(ChangesetDataSet ds)
Populates the model with the content of a changeset. -
Uses of ChangesetDataSet in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ChangesetDataSet Modifier and Type Field Description private ChangesetDataSet
OsmChangesetContentParser. data
Methods in org.openstreetmap.josm.io that return ChangesetDataSet Modifier and Type Method Description ChangesetDataSet
OsmServerChangesetReader. downloadChangeset(int id, ProgressMonitor monitor)
Downloads the content of a changesetChangesetDataSet
OsmChangesetContentParser. parse()
Parses the content from the input sourceChangesetDataSet
OsmChangesetContentParser. parse(ProgressMonitor progressMonitor)
Parses the content.ChangesetDataSet
OsmChangesetContentParser. parse(ProgressMonitor progressMonitor, boolean useAnonymousUser)
Parses the content.
-