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