public static class ValidatorDialog.ValidatorBoundingXYVisitor extends BoundingXYVisitor implements ValidatorVisitor
| Constructor and Description |
|---|
ValidatorBoundingXYVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(java.util.List<Node> nodes)
Visit a list of nodes that are part of the error
|
void |
visit(OsmPrimitive p)
Visit a OSM primitive, e.g.
|
void |
visit(TestError error)
Visit a test error
|
void |
visit(WaySegment ws)
Visit a way segment that was part of the error
|
computeBoundingBox, enlargeBoundingBox, enlargeBoundingBox, enlargeBoundingBoxLogarithmically, getBounds, hasExtend, toString, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visitpublic ValidatorBoundingXYVisitor()
public void visit(OsmPrimitive p)
ValidatorVisitorvisit in interface ValidatorVisitorp - The primitivepublic void visit(WaySegment ws)
ValidatorVisitorvisit in interface ValidatorVisitorws - The way segmentpublic void visit(java.util.List<Node> nodes)
ValidatorVisitorvisit in interface ValidatorVisitornodes - The nodespublic void visit(TestError error)
ValidatorVisitorvisit in interface ValidatorVisitorerror - The test error to visit