Uses of Interface
org.openstreetmap.josm.data.osm.history.HistoryNameFormatter
-
Packages that use HistoryNameFormatter Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory(edition revisions). -
-
Uses of HistoryNameFormatter in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement HistoryNameFormatter Modifier and Type Class Description classDefaultNameFormatterThis is the default implementation of aNameFormatterfor names ofIPrimitives andHistoryOsmPrimitives. -
Uses of HistoryNameFormatter in org.openstreetmap.josm.data.osm.history
Methods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryNameFormatter Modifier and Type Method Description java.lang.StringHistoryNode. getDisplayName(HistoryNameFormatter formatter)abstract java.lang.StringHistoryOsmPrimitive. getDisplayName(HistoryNameFormatter formatter)Replies the display name of a primitive formatted byformatterjava.lang.StringHistoryRelation. getDisplayName(HistoryNameFormatter formatter)java.lang.StringHistoryWay. getDisplayName(HistoryNameFormatter formatter)
-