Uses of Interface
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil.AutomaticTagConflictResolver
-
Packages that use TagConflictResolutionUtil.AutomaticTagConflictResolver Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of TagConflictResolutionUtil.AutomaticTagConflictResolver in org.openstreetmap.josm.gui.conflict.tags
Classes in org.openstreetmap.josm.gui.conflict.tags that implement TagConflictResolutionUtil.AutomaticTagConflictResolver Modifier and Type Class Description static class
TagConflictResolutionUtil.AutomaticChoiceGroup
Preference for an automatic tag conflict resolver which choose from a group of possiblechoice
values.static class
TagConflictResolutionUtil.AutomaticCombine
Preference for automatic tag-conflict resolver by combining the tag values using a separator.Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type TagConflictResolutionUtil.AutomaticTagConflictResolver Modifier and Type Field Description private static Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver>
TagConflictResolutionUtil. automaticTagConflictResolvers
Methods in org.openstreetmap.josm.gui.conflict.tags that return types with arguments of type TagConflictResolutionUtil.AutomaticTagConflictResolver Modifier and Type Method Description static Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver>
TagConflictResolutionUtil. getAutomaticTagConflictResolvers()
Get the AutomaticTagConflictResolvers configured in the Preferences or the default ones.Method parameters in org.openstreetmap.josm.gui.conflict.tags with type arguments of type TagConflictResolutionUtil.AutomaticTagConflictResolver Modifier and Type Method Description static void
TagConflictResolutionUtil. applyAutomaticTagConflictResolution(TagCollection tc, Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver> resolvers)
Automatically resolve some given conflicts using the given resolvers.
-