public class LineSegmentIntersectionVisitor extends Object implements Visitor<LineSegment>
| Constructor and Description |
|---|
LineSegmentIntersectionVisitor(LineSegment querySeg) |
| Modifier and Type | Method and Description |
|---|---|
Set<Geometry> |
getIntersections() |
boolean |
visit(LineSegment segment)
Visit an item of type T, performing some operation on the item.
|
public LineSegmentIntersectionVisitor(LineSegment querySeg)
public boolean visit(LineSegment segment)
Visitorvisit in interface Visitor<LineSegment>segment - The item to process.Copyright © 2015 Revolution Systems Inc.. All rights reserved.