Uses of Class
org.openstreetmap.josm.data.correction.TagCorrection
-
Packages that use TagCorrection Package Description org.openstreetmap.josm.actions.corrector Provides the classes for JOSMtag correctors
.org.openstreetmap.josm.gui.correction Provides the classes for JOSM data correction tables. -
-
Uses of TagCorrection in org.openstreetmap.josm.actions.corrector
Methods in org.openstreetmap.josm.actions.corrector that return types with arguments of type TagCorrection Modifier and Type Method Description (package private) static List<TagCorrection>
ReverseWayTagCorrector. getTagCorrections(Tagged way)
(package private) static Map<OsmPrimitive,List<TagCorrection>>
ReverseWayTagCorrector. getTagCorrectionsMap(Way way)
Method parameters in org.openstreetmap.josm.actions.corrector with type arguments of type TagCorrection Modifier and Type Method Description protected Collection<Command>
TagCorrector. applyCorrections(DataSet dataSet, Map<OsmPrimitive,List<TagCorrection>> tagCorrectionsMap, Map<OsmPrimitive,List<RoleCorrection>> roleCorrectionMap, String description)
Creates the commands to correct the tags. -
Uses of TagCorrection in org.openstreetmap.josm.gui.correction
Constructor parameters in org.openstreetmap.josm.gui.correction with type arguments of type TagCorrection Constructor Description TagCorrectionTable(List<TagCorrection> tagCorrections)
Constructs a newTagCorrectionTable
.TagCorrectionTableModel(List<TagCorrection> tagCorrections)
Constructs a newTagCorrectionTableModel
.
-