Package | Description |
---|---|
org.openstreetmap.josm.corrector | |
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) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<Command> |
TagCorrector.applyCorrections(java.util.Map<OsmPrimitive,java.util.List<TagCorrection>> tagCorrectionsMap,
java.util.Map<OsmPrimitive,java.util.List<RoleCorrection>> roleCorrectionMap,
java.lang.String description) |
Constructor and Description |
---|
TagCorrectionTable(java.util.List<TagCorrection> tagCorrections)
Constructs a new
TagCorrectionTable . |
TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
Constructs a new
TagCorrectionTableModel . |