Uses of Class
org.openstreetmap.josm.data.correction.RoleCorrection
-
Packages that use RoleCorrection 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 RoleCorrection in org.openstreetmap.josm.actions.corrector
Methods in org.openstreetmap.josm.actions.corrector that return types with arguments of type RoleCorrection Modifier and Type Method Description (package private) static List<RoleCorrection>
ReverseWayTagCorrector. getRoleCorrections(Way oldway)
-
Uses of RoleCorrection in org.openstreetmap.josm.gui.correction
Constructor parameters in org.openstreetmap.josm.gui.correction with type arguments of type RoleCorrection Constructor Description RoleCorrectionTable(List<RoleCorrection> roleCorrections)
Constructs a newRoleCorrectionTable
.RoleCorrectionTableModel(List<RoleCorrection> roleCorrections)
Constructs a newRoleCorrectionTableModel
.
-