|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.geo.Intersection com.bbn.openmap.geo.BoundaryCrossing.CrossingIntersection
public static class BoundaryCrossing.CrossingIntersection
A Intersection class that knows how to call BoundaryCrossing.Collector to keep track of the path's relationship with the regions.
Field Summary |
---|
Fields inherited from class com.bbn.openmap.geo.Intersection |
---|
collector, filter |
Constructor Summary | |
---|---|
BoundaryCrossing.CrossingIntersection(BoundaryCrossing.Collector collector)
|
Method Summary | |
---|---|
boolean |
considerSegmentXRegion(GeoSegment segment,
GeoRegion region)
Calls Intersection.isSegmentNearRegion() to see if segment is near the region. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundaryCrossing.CrossingIntersection(BoundaryCrossing.Collector collector)
Method Detail |
---|
public boolean considerSegmentXRegion(GeoSegment segment, GeoRegion region)
considerSegmentXRegion
in class Intersection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |