Uses of Interface
org.openstreetmap.josm.data.osm.NameFormatter
-
Packages that use NameFormatter Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classes -
-
Uses of NameFormatter in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement NameFormatter Modifier and Type Class Description class
DefaultNameFormatter
This is the default implementation of aNameFormatter
for names ofIPrimitive
s andHistoryOsmPrimitive
s.Methods in org.openstreetmap.josm.data.osm with parameters of type NameFormatter Modifier and Type Method Description String
Changeset. getDisplayName(NameFormatter formatter)
Returns the changeset display name, as per given name formatter.default String
INode. getDisplayName(NameFormatter formatter)
String
IPrimitive. getDisplayName(NameFormatter formatter)
Replies the display name of a primitive formatted byformatter
default String
IRelation. getDisplayName(NameFormatter formatter)
default String
IWay. getDisplayName(NameFormatter formatter)
-