Uses of Class
com.vividsolutions.jts.index.sweepline.SweepLineInterval
-
Packages that use SweepLineInterval Package Description com.vividsolutions.jts.index.sweepline Contains classes which implement a sweepline algorithm for scanning geometric data structures. -
-
Uses of SweepLineInterval in com.vividsolutions.jts.index.sweepline
Methods in com.vividsolutions.jts.index.sweepline with parameters of type SweepLineInterval Modifier and Type Method Description voidSweepLineIndex. add(SweepLineInterval sweepInt)voidSweepLineOverlapAction. overlap(SweepLineInterval s0, SweepLineInterval s1)Constructors in com.vividsolutions.jts.index.sweepline with parameters of type SweepLineInterval Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)
-