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, startTime, 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, compareTo, deletePrimitivesIfNeeded, endTest, equals, fixError, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, startTest, testBeforeUpload, visit, visit, visit
protected static final int WRONGLY_ORDERED_COAST
protected static final int WRONGLY_ORDERED_LAND
public WronglyOrderedWays()
public void visit(Way w)
OsmPrimitiveVisitor
visit
in interface OsmPrimitiveVisitor
visit
in class Test
w
- The way to inspect.private void reportError(Way w, java.lang.String msg, int type)