| 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.visitor |
Provides the classes for performing actions on OSM primitives using Visitor design pattern.
|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node
One node data, consisting of one world coordinate waypoint.
|
class |
NodeData |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveVisitor.visit(INode n)
Visiting call for points.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
NameFormatterHook.checkFormat(INode node,
java.lang.String defaultName)
Check the node format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsmWriter.visit(INode n) |