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) SweepLineInterval
SweepLineEvent. sweepInt
Methods in org.locationtech.jts.index.sweepline that return SweepLineInterval Modifier and Type Method Description (package private) SweepLineInterval
SweepLineEvent. getInterval()
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)
private void
SweepLineIndex. 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)
-