| 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 |
|---|---|
static class |
ChangesetDataSet.DefaultChangesetDataSetEntry
Class to keep one entry of a changeset: the combination of modification type and primitive.
|
| Modifier and Type | Method and Description |
|---|---|
private ChangesetDataSet.ChangesetDataSetEntry |
ChangesetDataSet.getEntry(PrimitiveId id,
int n) |
ChangesetDataSet.ChangesetDataSetEntry |
ChangesetDataSet.getFirstEntry(PrimitiveId id)
Replies the first
ChangesetDataSet.ChangesetDataSetEntry with id id from this dataset. |
ChangesetDataSet.ChangesetDataSetEntry |
ChangesetDataSet.getLastEntry(PrimitiveId id)
Replies the last
ChangesetDataSet.ChangesetDataSetEntry with id id from this dataset. |
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) |