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) MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.multipolygonRules
Rules for multipolygon relations
|
(package private) MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.nodeRules
Rules for nodes
|
(package private) MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.relationRules
Rules for relations that are not multipolygon relations
|
(package private) MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.wayNoAreaRules
Rules for ways with tag area=no
|
(package private) MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.wayRules
Rules for ways without tag area=no
|
Modifier and Type | Method and Description |
---|---|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSTagCheckerIndex.get(OsmPrimitive p)
Get the index of rules for the given primitive.
|
Modifier and Type | Field and Description |
---|---|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.canvasRules
rules to apply canvas properties
|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.multipolygonRules
Rules for multipolygon relations
|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.nodeRules
Rules for nodes
|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.relationRules
Rules for relations that are not multipolygon relations
|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.wayNoAreaRules
Rules for ways with tag area=no
|
MapCSSStyleSource.MapCSSRuleIndex |
MapCSSStyleSource.wayRules
Rules for ways without tag area=no
|