Uses of Interface
org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetDataSetEntry
-
Packages that use ChangesetDataSet.ChangesetDataSetEntry 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). -
-
Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Class Description static class
ChangesetDataSet.DefaultChangesetDataSetEntry
Class to keep one entry of a changeset: the combination of modification type and primitive.Methods in org.openstreetmap.josm.data.osm that return ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Method Description private ChangesetDataSet.ChangesetDataSetEntry
ChangesetDataSet. getEntry(PrimitiveId id, int n)
ChangesetDataSet.ChangesetDataSetEntry
ChangesetDataSet. getFirstEntry(PrimitiveId id)
Replies the firstChangesetDataSet.ChangesetDataSetEntry
with idid
from this dataset.ChangesetDataSet.ChangesetDataSetEntry
ChangesetDataSet. getLastEntry(PrimitiveId id)
Replies the lastChangesetDataSet.ChangesetDataSetEntry
with idid
from this dataset.ChangesetDataSet.ChangesetDataSetEntry
ChangesetDataSet.DefaultIterator. next()
Methods in org.openstreetmap.josm.data.osm that return types with arguments of type ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Method Description java.util.Iterator<ChangesetDataSet.ChangesetDataSetEntry>
ChangesetDataSet. iterator()
Returns an iterator over dataset entries. -
Uses of ChangesetDataSet.ChangesetDataSetEntry in org.openstreetmap.josm.gui.dialogs.changeset
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement ChangesetDataSet.ChangesetDataSetEntry Modifier and Type Class Description private static class
ChangesetContentTableModel.ChangesetContentEntry
The type used internally to keep information aboutHistoryOsmPrimitive
with theirChangesetDataSet.ChangesetModificationType
.Constructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetDataSetEntry Constructor Description ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
-