| Package | Description |
|---|---|
| org.openstreetmap.josm.actions.corrector |
Provides the classes for JOSM
tag correctors. |
| org.openstreetmap.josm.gui.correction |
Provides the classes for JOSM data correction tables.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.List<TagCorrection> |
ReverseWayTagCorrector.getTagCorrections(Tagged way) |
(package private) static java.util.Map<OsmPrimitive,java.util.List<TagCorrection>> |
ReverseWayTagCorrector.getTagCorrectionsMap(Way way) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<Command> |
TagCorrector.applyCorrections(DataSet dataSet,
java.util.Map<OsmPrimitive,java.util.List<TagCorrection>> tagCorrectionsMap,
java.util.Map<OsmPrimitive,java.util.List<RoleCorrection>> roleCorrectionMap,
java.lang.String description)
Creates the commands to correct the tags.
|
| Constructor and Description |
|---|
TagCorrectionTable(java.util.List<TagCorrection> tagCorrections)
Constructs a new
TagCorrectionTable. |
TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
Constructs a new
TagCorrectionTableModel. |