public class UnclosedWays extends Test
| Modifier and Type | Class and Description |
|---|---|
private static class |
UnclosedWays.UnclosedWaysBooleanCheck
A check performed by UnclosedWays test where the key is treated as boolean.
|
private static class |
UnclosedWays.UnclosedWaysCheck
A check performed by UnclosedWays test.
|
Test.TagTest| Modifier and Type | Field and Description |
|---|---|
private static UnclosedWays.UnclosedWaysCheck[] |
checks |
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload| Constructor and Description |
|---|
UnclosedWays()
Constructs a new
UnclosedWays test. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getCheckedKeys()
Returns the set of checked OSM keys.
|
void |
visit(Way w)
Visiting call for lines.
|
addGui, clear, compareTo, deletePrimitivesIfNeeded, endTest, equals, fixError, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visit, visit, visitprivate static final UnclosedWays.UnclosedWaysCheck[] checks
public UnclosedWays()
UnclosedWays test.public java.util.Set<java.lang.String> getCheckedKeys()
public void visit(Way w)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitorvisit in class Testw - The way to inspect.