public interface TaggingPresetHandler
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OsmPrimitive> |
getSelection()
Gets the selection the preset should be applied to.
|
void |
updateTags(java.util.List<Tag> tags)
Update the given tags on the selection.
|
java.util.Collection<OsmPrimitive> getSelection()
void updateTags(java.util.List<Tag> tags)
tags - The tags to update.