public static class CrossingWays.SelfCrossing extends CrossingWays
CrossingWays.Boundaries, CrossingWays.MessageHelper, CrossingWays.SelfCrossing, CrossingWays.WaysTest.TagTest| Modifier and Type | Field and Description |
|---|---|
(package private) CrossingWays.Boundaries |
boundariesTest |
protected static int |
CROSSING_SELF |
(package private) CrossingWays.Ways |
normalTest |
BARRIER, code, HIGHWAY, LANDUSE, RAILWAY, WATERWAYcheckBeforeUpload, checkEnabled, description, enabled, errors, IN_DOWNLOADED_AREA, IN_DOWNLOADED_AREA_STRICT, isBeforeUpload, name, partialSelection, progressMonitor, stopwatch, testBeforeUpload| Constructor and Description |
|---|
SelfCrossing()
Constructs a new SelfIntersection test.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
ignoreWaySegmentCombination(Way w1,
Way w2) |
boolean |
isPrimitiveUsable(OsmPrimitive p)
Determines if the primitive is usable for tests.
|
createMessage, endTest, getSegments, isCoastline, isHighway, isProposedOrAbandoned, isRailway, isSubwayOrTramOrRazed, startTest, visitaddGui, clear, deletePrimitivesIfNeeded, fixError, getErrors, getName, initialize, isBuilding, isCanceled, isFixable, isResidentialArea, ok, setBeforeUpload, setPartialSelection, setShowElements, testBeforeUpload, visit, visit, visitprotected static final int CROSSING_SELF
CrossingWays.Ways normalTest
CrossingWays.Boundaries boundariesTest
public SelfCrossing()
public boolean isPrimitiveUsable(OsmPrimitive p)
TestisPrimitiveUsable in class Testp - The primitivetrue if the primitive can be tested, false otherwiseboolean ignoreWaySegmentCombination(Way w1, Way w2)
ignoreWaySegmentCombination in class CrossingWays