Uses of Class
org.locationtech.jts.index.sweepline.SweepLineInterval
Packages that use SweepLineInterval
Package
Description
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 SweepLineIntervalMethods in org.locationtech.jts.index.sweepline that return SweepLineIntervalModifier and TypeMethodDescription(package private) SweepLineIntervalSweepLineEvent.getInterval()Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineIntervalModifier and TypeMethodDescriptionvoidSweepLineIndex.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 SweepLineIntervalModifierConstructorDescriptionSweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)