public class FixDataHook.FixDataSpace extends Object implements FixDataHook.FixData
Constructor and Description |
---|
FixDataSpace() |
Modifier and Type | Method and Description |
---|---|
boolean |
fixKeys(Map<String,String> keys,
OsmPrimitive osm)
Checks if data needs to be fixed and change keys
|
public FixDataSpace()
public boolean fixKeys(Map<String,String> keys, OsmPrimitive osm)
FixDataHook.FixData
fixKeys
in interface FixDataHook.FixData
keys
- list of keys to be modifiedosm
- the object for type validation, don't use keys of it!true
if keys have been modified