Uses of Class
org.openstreetmap.josm.data.osm.ChangesetDataSet.ChangesetModificationType
-
Packages that use ChangesetDataSet.ChangesetModificationType 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.ChangesetModificationType in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as ChangesetDataSet.ChangesetModificationType Modifier and Type Field Description private ChangesetDataSet.ChangesetModificationType
ChangesetDataSet.DefaultChangesetDataSetEntry. modificationType
Methods in org.openstreetmap.josm.data.osm that return ChangesetDataSet.ChangesetModificationType Modifier and Type Method Description ChangesetDataSet.ChangesetModificationType
ChangesetDataSet.ChangesetDataSetEntry. getModificationType()
Returns the type of modification.ChangesetDataSet.ChangesetModificationType
ChangesetDataSet.DefaultChangesetDataSetEntry. getModificationType()
ChangesetDataSet.ChangesetModificationType
ChangesetDataSet. getModificationType(PrimitiveId id)
Replies the last modification type for the object with idid
.static ChangesetDataSet.ChangesetModificationType
ChangesetDataSet.ChangesetModificationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangesetDataSet.ChangesetModificationType[]
ChangesetDataSet.ChangesetModificationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.osm with parameters of type ChangesetDataSet.ChangesetModificationType Modifier and Type Method Description void
ChangesetDataSet. put(HistoryOsmPrimitive primitive, ChangesetDataSet.ChangesetModificationType cmt)
Remembers a history primitive with the given modification typeConstructors in org.openstreetmap.josm.data.osm with parameters of type ChangesetDataSet.ChangesetModificationType Constructor Description DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
Construct new entry. -
Uses of ChangesetDataSet.ChangesetModificationType in org.openstreetmap.josm.gui.dialogs.changeset
Fields in org.openstreetmap.josm.gui.dialogs.changeset declared as ChangesetDataSet.ChangesetModificationType Modifier and Type Field Description private ChangesetDataSet.ChangesetModificationType
ChangesetContentTableModel.ChangesetContentEntry. modificationType
Methods in org.openstreetmap.josm.gui.dialogs.changeset that return ChangesetDataSet.ChangesetModificationType Modifier and Type Method Description ChangesetDataSet.ChangesetModificationType
ChangesetContentTableModel.ChangesetContentEntry. getModificationType()
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetModificationType Modifier and Type Method Description protected void
ChangesetContentTableCellRenderer. renderModificationType(ChangesetDataSet.ChangesetModificationType type)
Renders primitive modification type.Constructors in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type ChangesetDataSet.ChangesetModificationType Constructor Description ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
-
Uses of ChangesetDataSet.ChangesetModificationType in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ChangesetDataSet.ChangesetModificationType Modifier and Type Field Description private ChangesetDataSet.ChangesetModificationType
OsmChangesetContentParser.Parser. currentModificationType
the current change modification type
-