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 |
---|---|
WayData |
WayData.makeCopy() |
WayData |
Way.save() |
Constructor and Description |
---|
WayData(WayData data)
Constructs a new
WayData . |
Modifier and Type | Method and Description |
---|---|
WayData |
HistoryWay.fillPrimitiveData(WayData data)
Fills the way attributes with values from this history.
|
Modifier and Type | Method and Description |
---|---|
WayData |
HistoryWay.fillPrimitiveData(WayData data)
Fills the way attributes with values from this history.
|