Uses of Class
org.locationtech.jts.index.sweepline.SweepLineInterval
-
Packages that use SweepLineInterval Package Description org.locationtech.jts.index.sweepline Contains classes which implement a sweepline algorithm for scanning geometric data structures. -
-
Uses of SweepLineInterval in org.locationtech.jts.index.sweepline
Fields in org.locationtech.jts.index.sweepline declared as SweepLineInterval Modifier and Type Field Description (package private) SweepLineIntervalSweepLineEvent. sweepIntMethods in org.locationtech.jts.index.sweepline that return SweepLineInterval Modifier and Type Method Description (package private) SweepLineIntervalSweepLineEvent. getInterval()Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineInterval Modifier and Type Method Description voidSweepLineIndex. add(SweepLineInterval sweepInt)voidSweepLineOverlapAction. overlap(SweepLineInterval s0, SweepLineInterval s1)private voidSweepLineIndex. processOverlaps(int start, int end, SweepLineInterval s0, SweepLineOverlapAction action)Constructors in org.locationtech.jts.index.sweepline with parameters of type SweepLineInterval Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)
-