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