| Class | Description |
|---|---|
| DuplicateWaysCheck |
This check looks for partially or completely duplicated Ways via Edges.
|
| FloatingEdgeCheck |
This check will look for any edges that do not contain any incoming or outgoing edges.
|
| MalformedRoundaboutCheck |
This check flags roundabouts where the directionality is opposite to what it should be, where the
roundabout is multi-directional, or where the roundabout has incorrect geometry (concave).
|
| RoundaboutClosedLoopCheck |
Flags roundabout edges that are either bidirectional or have a node with less than or equal to
RoundaboutClosedLoopCheck.MINIMUM_VALENCE connections. |
| RoundaboutValenceCheck |
This check ensures that roundabouts with unreasonable valences are flagged.
|
| SharpAngleCheck |
Flags edges that have an angle that is too sharp within their
PolyLine. |
| SignPostCheck |
This check is used to help identify segments that are missing the proper tagging for sign posts.
|
| SinkIslandCheck |
This check flags islands of roads where it is impossible to get out.
|
| SnakeRoadCheck |
This check flags edges that form Snake Roads.
|
| SnakeRoadNetworkWalk |
Keeps track of the network walk results for the
SnakeRoadCheck |
| Enum | Description |
|---|---|
| MalformedRoundaboutCheck.RoundaboutDirection |
An enum of RoundaboutDirections
|