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 classFixDataHook.FixDataKeyData fix to cleanup wrong spelled keysstatic classFixDataHook.FixDataSpaceData fix to remove spaces at begin or end of tagsstatic classFixDataHook.FixDataTagData 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 java.util.List<FixDataHook.FixData>FixDataHook. deprecatedList of checks to run on data
-