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.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeData.accept(PrimitiveVisitor visitor) |
void |
Relation.accept(PrimitiveVisitor visitor) |
void |
RelationData.accept(PrimitiveVisitor visitor) |
void |
IPrimitive.accept(PrimitiveVisitor visitor)
Makes the given visitor visit this primitive.
|
void |
Way.accept(PrimitiveVisitor visitor) |
void |
WayData.accept(PrimitiveVisitor visitor) |
void |
Node.accept(PrimitiveVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
OsmWriter
Save the dataset into a stream as osm intern xml format.
|