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,RelationUsersTagsChangesetsUtilities 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 classDefaultNameFormatterThis is the default implementation of aNameFormatterfor names ofIPrimitives andHistoryOsmPrimitives.Methods in org.openstreetmap.josm.data.osm with parameters of type NameFormatter Modifier and Type Method Description java.lang.StringChangeset. getDisplayName(NameFormatter formatter)Returns the changeset display name, as per given name formatter.default java.lang.StringINode. getDisplayName(NameFormatter formatter)java.lang.StringIPrimitive. getDisplayName(NameFormatter formatter)Replies the display name of a primitive formatted byformatterdefault java.lang.StringIRelation. getDisplayName(NameFormatter formatter)default java.lang.StringIWay. getDisplayName(NameFormatter formatter)
-