public class OverlappingAreas extends Test
Modifier and Type | Field and Description |
---|---|
protected QuadBuckets<Way> |
index |
protected static int |
OVERLAPPING_AREAS |
checkBeforeUpload, checkEnabled, description, enabled, errors, isBeforeUpload, name, partialSelection, progressMonitor, startTime, testBeforeUpload
Constructor and Description |
---|
OverlappingAreas()
Constructs a new
OverlappingAreas test. |
Modifier and Type | Method and Description |
---|---|
void |
endTest()
Notification of the end of the test.
|
void |
visit(Way w)
Visiting call for lines.
|
addGui, deletePrimitivesIfNeeded, fixError, getErrors, getName, initialize, isBuilding, isCanceled, isFixable, isPrimitiveUsable, ok, setBeforeUpload, setPartialSelection, startTest, testBeforeUpload, visit, visit, visit
visit
protected static final int OVERLAPPING_AREAS
protected final QuadBuckets<Way> index
public OverlappingAreas()
OverlappingAreas
test.public void endTest()
Test
If you override this method, don't forget to cleanup Test.progressMonitor
(most overrides call super.endTest()
to do this).