Uses of Class
org.locationtech.jts.index.sweepline.SweepLineEvent
-
Packages that use SweepLineEvent Package Description org.locationtech.jts.index.sweepline Contains classes which implement a sweepline algorithm for scanning geometric data structures. -
-
Uses of SweepLineEvent in org.locationtech.jts.index.sweepline
Fields in org.locationtech.jts.index.sweepline declared as SweepLineEvent Modifier and Type Field Description private SweepLineEvent
SweepLineEvent. insertEvent
Methods in org.locationtech.jts.index.sweepline that return SweepLineEvent Modifier and Type Method Description SweepLineEvent
SweepLineEvent. getInsertEvent()
Constructors in org.locationtech.jts.index.sweepline with parameters of type SweepLineEvent Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)
-