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 | Class and Description |
---|---|
class |
Node
One node data, consisting of one world coordinate waypoint.
|
class |
NodeData
The data on a single node (tags and position) that is stored in the database
|
class |
OsmPrimitive
|
class |
PrimitiveData
This class can be used to save properties of OsmPrimitive.
|
class |
Relation
A relation, having a set of tags and any number (0...n) of members.
|
class |
RelationData
Relation data.
|
class |
Way
One full way, consisting of a list of way
nodes . |
class |
WayData
The data (tags and node ids) that is stored for a way in the database.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPrimitive.cloneFrom(AbstractPrimitive other)
Get and write all attributes from the parameter.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Comparator<AbstractPrimitive> |
OsmWriter.byIdComparator
Sorts
-1 → -infinity , then +1 → +infinity |