Uses of Interface
org.openstreetmap.josm.actions.upload.FixDataHook.FixData
-
Packages that use FixDataHook.FixData Package Description org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action
. -
-
Uses of FixDataHook.FixData in org.openstreetmap.josm.actions.upload
Classes in org.openstreetmap.josm.actions.upload that implement FixDataHook.FixData Modifier and Type Class Description static class
FixDataHook.FixDataKey
Data fix to cleanup wrong spelled keysstatic class
FixDataHook.FixDataSpace
Data fix to remove spaces at begin or end of tagsstatic class
FixDataHook.FixDataTag
Data fix to cleanup wrong spelled tagsFields in org.openstreetmap.josm.actions.upload with type parameters of type FixDataHook.FixData Modifier and Type Field Description private List<FixDataHook.FixData>
FixDataHook. deprecated
List of checks to run on data
-