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
Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineInterval Modifier and Type Method Description void
SweepLineIndex. add(SweepLineInterval sweepInt)
void
SweepLineOverlapAction. overlap(SweepLineInterval s0, SweepLineInterval s1)
Constructors in org.locationtech.jts.index.sweepline with parameters of type SweepLineInterval Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)
-