public class DuplicatedWayNodes extends Test
Test.TagTest| Modifier and Type | Field and Description |
|---|---|
protected static int |
DUPLICATE_WAY_NODE |
checkBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload| Constructor and Description |
|---|
DuplicatedWayNodes()
Constructs a new
DuplicatedWayNodes test. |
| Modifier and Type | Method and Description |
|---|---|
Command |
fixError(TestError testError)
Fixes the error with the appropriate command
|
boolean |
isFixable(TestError testError)
Returns true if the given error can be fixed automatically
|
void |
visit(Way w)
Visiting call for lines.
|
addGui, clear, compareTo, deletePrimitivesIfNeeded, endTest, equals, getErrors, getName, hashCode, initialize, isBuilding, isCanceled, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visit, visit, visitprotected static final int DUPLICATE_WAY_NODE
public DuplicatedWayNodes()
DuplicatedWayNodes test.public void visit(Way w)
OsmPrimitiveVisitorvisit in interface OsmPrimitiveVisitorvisit in class Testw - The way to inspect.public Command fixError(TestError testError)
Test