Uses of Class
org.openstreetmap.josm.data.osm.history.HistoryRelation
-
Packages that use HistoryRelation 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 HistoryRelation in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type HistoryRelation Modifier and Type Method Description java.lang.StringDefaultNameFormatter. format(HistoryRelation relation) -
Uses of HistoryRelation in org.openstreetmap.josm.data.osm.history
Methods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryRelation Modifier and Type Method Description java.lang.StringHistoryNameFormatter. format(HistoryRelation relation)Formats a name for aHistoryRelation.
-