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.ChangesetModificationType |
ChangesetDataSet.DefaultChangesetDataSetEntry.modificationType |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PrimitiveId,ChangesetDataSet.ChangesetModificationType> |
ChangesetDataSet.modificationTypes |
private java.util.Iterator<java.util.Map.Entry<PrimitiveId,ChangesetDataSet.ChangesetModificationType>> |
ChangesetDataSet.DefaultIterator.typeIterator |
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet.ChangesetModificationType |
ChangesetDataSet.ChangesetDataSetEntry.getModificationType() |
ChangesetDataSet.ChangesetModificationType |
ChangesetDataSet.DefaultChangesetDataSetEntry.getModificationType() |
ChangesetDataSet.ChangesetModificationType |
ChangesetDataSet.getModificationType(PrimitiveId id)
Replies the modification type for the object with id
id . |
static ChangesetDataSet.ChangesetModificationType |
ChangesetDataSet.ChangesetModificationType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<HistoryOsmPrimitive> |
ChangesetDataSet.getPrimitivesByModificationType(ChangesetDataSet.ChangesetModificationType cmt)
Replies the set of primitives with a specific modification type
|
void |
ChangesetDataSet.put(HistoryOsmPrimitive primitive,
ChangesetDataSet.ChangesetModificationType cmt)
Remembers a history primitive with the given modification type
|
Constructor and Description |
---|
DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive) |
Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet.ChangesetModificationType |
ChangesetContentTableModel.ChangesetContentEntry.modificationType |
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet.ChangesetModificationType |
ChangesetContentTableModel.ChangesetContentEntry.getModificationType() |
Modifier and Type | Method and Description |
---|---|
protected void |
ChangesetContentTableCellRenderer.renderModificationType(ChangesetDataSet.ChangesetModificationType type) |
Constructor and Description |
---|
ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive) |
Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet.ChangesetModificationType |
OsmChangesetContentParser.Parser.currentModificationType
the current change modification type
|