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<RoleCorrection> |
ReverseWayTagCorrector.getRoleCorrections(Way oldway) |
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 |
---|
RoleCorrectionTable(java.util.List<RoleCorrection> roleCorrections)
Constructs a new
RoleCorrectionTable . |
RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections)
Constructs a new
RoleCorrectionTableModel . |