public interface HistoryNameFormatter
HistoryOsmPrimitive
.Modifier and Type | Method and Description |
---|---|
String |
format(HistoryNode node)
Formats a name for a
HistoryNode . |
String |
format(HistoryRelation relation)
Formats a name for a
HistoryRelation . |
String |
format(HistoryWay way)
Formats a name for a
HistoryWay . |
String format(HistoryNode node)
HistoryNode
.node
- the nodeString format(HistoryWay way)
HistoryWay
.way
- the wayString format(HistoryRelation relation)
HistoryRelation
.relation
- the relation