Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.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.
|
Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet |
Changeset.content
the changeset content
|
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet |
Changeset.getContent()
Returns the changeset contents.
|
Modifier and Type | Method and Description |
---|---|
void |
Changeset.setContent(ChangesetDataSet content)
Sets the changeset contents.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangesetContentTableModel.populate(ChangesetDataSet ds)
Populates the model with the content of a changeset.
|
Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet |
OsmChangesetContentParser.data |
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet |
OsmServerChangesetReader.downloadChangeset(int id,
ProgressMonitor monitor)
Downloads the content of a changeset
|
ChangesetDataSet |
OsmChangesetContentParser.parse()
Parses the content from the input source
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor)
Parses the content.
|
ChangesetDataSet |
OsmChangesetContentParser.parse(ProgressMonitor progressMonitor,
boolean useAnonymousUser)
Parses the content.
|