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.data.osm.history |
Provides the classes for OSM primitives
history (edition revisions). |
Modifier and Type | Method and Description |
---|---|
NodeData |
NodeData.makeCopy() |
NodeData |
Node.save() |
Constructor and Description |
---|
NodeData(NodeData data)
Constructs a new
NodeData . |
Modifier and Type | Method and Description |
---|---|
NodeData |
HistoryNode.fillPrimitiveData(NodeData data)
Fills the node attributes with values from this history.
|
Modifier and Type | Method and Description |
---|---|
NodeData |
HistoryNode.fillPrimitiveData(NodeData data)
Fills the node attributes with values from this history.
|