Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Modifier and Type | Method and Description |
---|---|
TagMap |
AbstractPrimitive.getKeys()
Replies the map of key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmPrimitive.setKeys(TagMap keys) |
void |
AbstractPrimitive.setKeys(TagMap keys)
Copy the keys from a TagMap.
|