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) SweepLineInterval
SweepLineEvent.getInterval()
Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineIntervalModifier and TypeMethodDescriptionvoid
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 SweepLineIntervalModifierConstructorDescriptionSweepLineEvent
(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)