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.
|
Modifier and Type | Method and Description |
---|---|
default void |
Tagged.visitKeys(KeyValueVisitor visitor)
Calls the visitor for every key/value pair.
|
void |
AbstractPrimitive.visitKeys(KeyValueVisitor visitor) |
Modifier and Type | Class and Description |
---|---|
class |
UntaggedNode
Checks for nodes with uninteresting tags that are in no way
|
Modifier and Type | Class and Description |
---|---|
private class |
MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator
This is an iterator over all rules that are marked as possible in the bitset.
|