Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
Modifier and Type | Class and Description |
---|---|
static class |
TagConflictResolutionUtil.AutomaticChoiceGroup
Preference for an automatic tag conflict resolver which choose from
a group of possible
choice values. |
static class |
TagConflictResolutionUtil.AutomaticCombine
Preference for automatic tag-conflict resolver by combining the tag values using a separator.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver> |
TagConflictResolutionUtil.automaticTagConflictResolvers |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver> |
TagConflictResolutionUtil.getAutomaticTagConflictResolvers()
Get the AutomaticTagConflictResolvers configured in the Preferences or the default ones.
|
Modifier and Type | Method and Description |
---|---|
static void |
TagConflictResolutionUtil.applyAutomaticTagConflictResolution(TagCollection tc,
java.util.Collection<TagConflictResolutionUtil.AutomaticTagConflictResolver> resolvers)
Automatically resolve some given conflicts using the given resolvers.
|