| 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). |
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Method and Description |
|---|---|
NodeData |
WayData.firstNode() |
NodeData |
WayData.getNode(int index) |
NodeData |
WayData.lastNode() |
NodeData |
NodeData.makeCopy() |
NodeData |
Node.save() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeData> |
WayData.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
WayData.setNodes(java.util.List<NodeData> nodes) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
private Node |
AbstractReader.addNode(NodeData nd,
AbstractReader.NodeReader nodeReader) |