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).
|
Modifier and Type | Class and Description |
---|---|
private static class |
ChangesetDataSet.DefaultChangesetDataSetEntry |
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet.ChangesetDataSetEntry |
ChangesetDataSet.DefaultIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ChangesetDataSet.ChangesetDataSetEntry> |
ChangesetDataSet.iterator()
Returns an iterator over dataset entries.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ChangesetContentTableModel.ChangesetContentEntry
The type used internally to keep information about
HistoryOsmPrimitive
with their ChangesetDataSet.ChangesetModificationType . |
Constructor and Description |
---|
ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry) |