Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.io |
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) |
void |
GeoJSONWriter.GeometryPrimitiveVisitor.visit(INode n) |