| 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.data.osm.history |
Provides the classes for OSM primitives
history (edition revisions). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNameFormatter
This is the default implementation of a
NameFormatter for names of IPrimitives
and HistoryOsmPrimitives. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
HistoryNode.getDisplayName(HistoryNameFormatter formatter) |
abstract java.lang.String |
HistoryOsmPrimitive.getDisplayName(HistoryNameFormatter formatter)
Replies the display name of a primitive formatted by
formatter |
java.lang.String |
HistoryRelation.getDisplayName(HistoryNameFormatter formatter) |
java.lang.String |
HistoryWay.getDisplayName(HistoryNameFormatter formatter) |