Uses of Class
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil.AutomaticChoiceGroup
-
Packages that use TagConflictResolutionUtil.AutomaticChoiceGroup Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of TagConflictResolutionUtil.AutomaticChoiceGroup in org.openstreetmap.josm.gui.conflict.tags
Methods in org.openstreetmap.josm.gui.conflict.tags that return types with arguments of type TagConflictResolutionUtil.AutomaticChoiceGroup Modifier and Type Method Description static Collection<TagConflictResolutionUtil.AutomaticChoiceGroup>
TagConflictResolutionUtil.AutomaticChoiceGroup. groupChoices(Collection<TagConflictResolutionUtil.AutomaticChoice> choices)
Group a given list ofTagConflictResolutionUtil.AutomaticChoice
by the Tag key and the choice group name.
-