| 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 | Method and 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 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 |
|---|---|
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)
Construct new entry.
|
| 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)
Renders primitive modification 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
|