Package uk.me.parabola.mkgmap.osmstyle.actions

Interface Summary
Action Perform some action on an Element.
 

Class Summary
ActionList Wrap an a action list along with information about tags that could be affected by the actions.
ActionReader Read an action block.
AddTagAction Add a tag, optionally changing it if it already exists.
ConvertFilter Convert a numeric quantity from one set of units to another.
DefaultFilter Provide a default value if there is not one present.
DeleteAction Deletes a tag.
EchoAction Sends a message to the console.
HeightFilter A HeightFilter transforms values into Garmin-tagged elevations.
HighwaySymbolFilter Prepend a Garmin magic-character to the value.
NameAction Set the name on the given element.
NotEqualFilter This can be used to filter out redundant values.
PrependFilter Prepend a Garmin magic-character to the value.
RenameAction Renames a tag.
SubAction This is an action that contains sub-actions.
SubstitutionFilter Perform simple string substitution on a value.
SubstringFilter Extract a substring from a value
ValueBuilder Build a value that can have tag values substituted in it.
ValueFilter Filter a value.
ValueItem Part of a substitution string.