Package | Description |
---|---|
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 | Field and Description |
---|---|
(package private) java.util.Map<MapCSSRule,MapCSSTagChecker.TagCheck> |
MapCSSTagCheckerIndex.ruleToCheckMap |
Modifier and Type | Method and Description |
---|---|
MapCSSTagChecker.TagCheck |
MapCSSTagCheckerIndex.getCheck(MapCSSRule rule)
return the TagCheck for which the given indexed rule was created.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<MapCSSRule> |
MapCSSStyleSource.rules
all rules in this style file
|
private java.util.List<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.rules
All rules this index is for.
|
Modifier and Type | Method and Description |
---|---|
MapCSSRule |
MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.getRuleCandidates(IPrimitive osm)
Get a subset of all rules that might match the primitive.
|
Modifier and Type | Method and Description |
---|---|
void |
MapCSSStyleSource.MapCSSRuleIndex.add(MapCSSRule rule)
Add a rule to this index.
|
int |
MapCSSRule.compareTo(MapCSSRule o) |