| Package | Description |
|---|---|
| org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
| Class and Description |
|---|
| ConditionalKeys.ConditionalValue
A conditional value is a value for the access restriction tag that depends on conditions (time, ...)
|
| CrossingWays
Tests if there are segments that crosses in the same layer/level
|
| CrossingWays.Boundaries
Crossing boundaries ways test.
|
| CrossingWays.MessageHelper |
| CrossingWays.Ways
General crossing ways test.
|
| CrossingWays.WayType
Type of way.
|
| DuplicateRelation.RelationMembers
Class to store relation members
|
| DuplicateRelation.RelationPair
Class to store relation data (keys are usually cleanup and may not be equal to original relation)
|
| DuplicateRelation.RelMember
Class to store one relation members and information about it
|
| DuplicateWay.WayPair
Class to store a way reduced to coordinates and keys.
|
| DuplicateWay.WayPairNoTags
Class to store a way reduced to coordinates.
|
| MapCSSTagChecker
MapCSS-based tag checker/fixer.
|
| MapCSSTagChecker.FixCommand
Represents a fix to a validation test.
|
| MapCSSTagChecker.GroupedMapCSSRule
A grouped MapCSSRule with multiple selectors for a single declaration.
|
| MapCSSTagChecker.ParseResult |
| MapCSSTagChecker.TagCheck
Tag check.
|
| MapCSSTagCheckerIndex
Helper class for
MapCSSTagChecker to store indexes of rules |
| MultipolygonTest.ExtPolygonIntersection |
| MultipolygonTest.PolygonLevel
Helper class for calculation of nesting levels
|
| OpeningHourTest
Tests the correct usage of the opening hour syntax of the tags
opening_hours, collection_times, service_times according to
opening_hours.js. |
| OpeningHourTest.CheckMode
In OSM, the syntax originally designed to describe opening hours, is now used to describe a few other things as well.
|
| OpeningHourTest.OpeningHoursTestError
An error concerning invalid syntax for an "opening_hours"-like tag.
|
| RelationChecker.RoleInfo |
| SimilarNamedWays.NormalizeRule
A normalization that is applied to names before testing them
|
| UnclosedWays
Check area type ways for errors
|
| UnclosedWays.UnclosedWaysCheck
A check performed by UnclosedWays test.
|
| UnconnectedWays
Checks if a way has an endpoint very near to another way.
|
| UnconnectedWays.MyWaySegment |