public class PointInArea extends RayCrossingCounter implements Visitor<LineSegment>
| Constructor and Description |
|---|
PointInArea(GeometryFactory geometryFactory,
double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(LineSegment segment)
Visit an item of type T, performing some operation on the item.
|
countSegment, countSegment, countSegment, getLocation, getX, getY, isOnSegment, isPointInPolygon, locatePointInRing, locatePointInRing, setPointOnSegmentpublic PointInArea(GeometryFactory geometryFactory, double x, double y)
public boolean visit(LineSegment segment)
Visitorvisit in interface Visitor<LineSegment>visit in class RayCrossingCountersegment - The item to process.Copyright © 2015 Revolution Systems Inc.. All rights reserved.