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, enlargeToMinSize, getBounds, hasExtend, toString, visit, visit, visit, visit, visit, visit, visit, visit
public ValidatorBoundingXYVisitor()
public void visit(OsmPrimitive p)
ValidatorVisitor
visit
in interface ValidatorVisitor
p
- The primitivepublic void visit(WaySegment ws)
ValidatorVisitor
visit
in interface ValidatorVisitor
ws
- The way segmentpublic void visit(java.util.List<Node> nodes)
ValidatorVisitor
visit
in interface ValidatorVisitor
nodes
- The nodespublic void visit(TestError error)
ValidatorVisitor
visit
in interface ValidatorVisitor
error
- The test error to visit