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
Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineIntervalModifier and TypeMethodDescriptionvoidSweepLineIndex.add(SweepLineInterval sweepInt) voidSweepLineOverlapAction.overlap(SweepLineInterval s0, SweepLineInterval s1) Constructors in org.locationtech.jts.index.sweepline with parameters of type SweepLineIntervalModifierConstructorDescriptionSweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)