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 java.util.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(java.util.List<RoleCorrection> roleCorrections)Constructs a newRoleCorrectionTable.RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections)Constructs a newRoleCorrectionTableModel.
-