Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.gui.datatransfer.data |
Provides the classes for defining the serializable data transferred using cut/copy/paste operations.
|
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.
|
Constructor and Description |
---|
TagMap(TagMap tagMap)
Copy constructor.
|
Modifier and Type | Field and Description |
---|---|
private TagMap |
TagTransferData.tags |