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.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
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 |
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 |
class |
Way
One full way, consisting of a list of way
nodes . |
class |
WayData |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPrimitive.cloneFrom(AbstractPrimitive other)
Get and write all attributes from the parameter.
|
void |
AbstractPrimitive.KeyValueVisitor.visitKeyValue(AbstractPrimitive primitive,
java.lang.String key,
java.lang.String value)
This method gets called for every tag received.
|
Modifier and Type | Method and Description |
---|---|
private static OsmPrimitive[] |
UntaggedNode.castPrim(AbstractPrimitive n) |
void |
UntaggedNode.visitKeyValue(AbstractPrimitive n,
java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator.visitKeyValue(AbstractPrimitive p,
java.lang.String key,
java.lang.String value) |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Comparator<AbstractPrimitive> |
OsmWriter.byIdComparator
Sorts
-1 → -infinity , then +1 → +infinity |