public class Lanes extends Test.TagTest
lane: tags.Test.TagTest| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String[] |
BLACKLIST |
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, stopwatch, testBeforeUpload| Constructor and Description |
|---|
Lanes()
Constructs a new
Lanes test. |
| Modifier and Type | Method and Description |
|---|---|
void |
check(OsmPrimitive p)
Checks the tags of the given primitive.
|
protected void |
checkNumberOfLanes(OsmPrimitive p) |
protected void |
checkNumberOfLanesByKey(OsmPrimitive p,
java.lang.String lanesKey,
java.lang.String message) |
(package private) static int |
getLanesCount(java.lang.String value) |
includeOtherSeverityChecks, isPrimitiveUsable, visit, visit, visitaddGui, clear, deletePrimitivesIfNeeded, endTest, fixError, getErrors, getName, initialize, isBuilding, isCanceled, isFixable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visitprivate static final java.lang.String[] BLACKLIST
public Lanes()
Lanes test.static int getLanesCount(java.lang.String value)
protected void checkNumberOfLanesByKey(OsmPrimitive p, java.lang.String lanesKey, java.lang.String message)
protected void checkNumberOfLanes(OsmPrimitive p)
public void check(OsmPrimitive p)
Test.TagTestcheck in class Test.TagTestp - The primitive to test