public class WronglyOrderedWays extends Test
Test.TagTest| Modifier and Type | Field and Description |
|---|---|
protected static int |
WRONGLY_ORDERED_COAST |
protected static int |
WRONGLY_ORDERED_LAND |
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, stopwatch, testBeforeUpload| Constructor and Description |
|---|
WronglyOrderedWays()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
private void |
reportError(Way w,
java.lang.String msg,
int type) |
void |
visit(Way w)
Visiting call for lines.
|
addGui, clear, deletePrimitivesIfNeeded, endTest, fixError, getErrors, getName, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visit, visit, visitprotected static final int WRONGLY_ORDERED_COAST
protected static final int WRONGLY_ORDERED_LAND
public WronglyOrderedWays()
public void visit(Way w)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitorvisit in class Testw - The way to inspect.private void reportError(Way w, java.lang.String msg, int type)