Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
Class and Description |
---|
ConditionalKeys.ConditionalValue |
CrossingWays
Tests if there are segments that crosses in the same layer
|
CrossingWays.Barrier
Crossing barriers ways test.
|
CrossingWays.Boundaries
Crossing boundaries ways test.
|
CrossingWays.Ways
General crossing ways test.
|
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 |
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 |
OpeningHourTest.OpeningHoursTestError
An error concerning invalid syntax for an "opening_hours"-like tag.
|
RelationChecker.RoleInfo |
RelationChecker.RolePreset |
SimilarNamedWays.NormalizeRule |
TagChecker.CheckerData |
TagChecker.CheckerData.CheckerElement |
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 |