Interface HistoryNameFormatter
-
- All Known Implementing Classes:
DefaultNameFormatter
public interface HistoryNameFormatter
Formats a name for aHistoryOsmPrimitive.- Since:
- 2686
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringformat(HistoryNode node)Formats a name for aHistoryNode.java.lang.Stringformat(HistoryRelation relation)Formats a name for aHistoryRelation.java.lang.Stringformat(HistoryWay way)Formats a name for aHistoryWay.
-
-
-
Method Detail
-
format
java.lang.String format(HistoryNode node)
Formats a name for aHistoryNode.- Parameters:
node- the node- Returns:
- the name
-
format
java.lang.String format(HistoryWay way)
Formats a name for aHistoryWay.- Parameters:
way- the way- Returns:
- the name
-
format
java.lang.String format(HistoryRelation relation)
Formats a name for aHistoryRelation.- Parameters:
relation- the relation- Returns:
- the name
-
-