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, deletePrimitivesIfNeeded, endTest, getErrors, getName, initialize, isBuilding, isCanceled, isPrimitiveUsable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, startTest, testBeforeUpload, visit, visit, visit
protected static final int DUPLICATE_WAY_NODE
public DuplicatedWayNodes()
DuplicatedWayNodes
test.public void visit(Way w)
OsmPrimitiveVisitor
visit
in interface OsmPrimitiveVisitor
visit
in class Test
w
- The way to inspect.public Command fixError(TestError testError)
Test