Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNameFormatter
This is the default implementation of a
NameFormatter for names of IPrimitive s
and HistoryOsmPrimitive s. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IPrimitive.getDisplayName(NameFormatter formatter)
Replies the display name of a primitive formatted by
formatter |
default java.lang.String |
INode.getDisplayName(NameFormatter formatter) |
default java.lang.String |
IRelation.getDisplayName(NameFormatter formatter) |
java.lang.String |
Changeset.getDisplayName(NameFormatter formatter)
Returns the changeset display name, as per given name formatter.
|
default java.lang.String |
IWay.getDisplayName(NameFormatter formatter) |