Uses of Class
org.locationtech.jts.geomgraph.index.SweepLineEvent
Packages that use SweepLineEvent
Package
Description
Contains classes that implement indexes for performing noding on geometry graph edges.
-
Uses of SweepLineEvent in org.locationtech.jts.geomgraph.index
Fields in org.locationtech.jts.geomgraph.index declared as SweepLineEventMethods in org.locationtech.jts.geomgraph.index that return SweepLineEventMethods in org.locationtech.jts.geomgraph.index with parameters of type SweepLineEventModifier and TypeMethodDescriptionboolean
SweepLineEvent.isSameLabel
(SweepLineEvent ev) private void
SimpleMCSweepLineIntersector.processOverlaps
(int start, int end, SweepLineEvent ev0, SegmentIntersector si) private void
SimpleSweepLineIntersector.processOverlaps
(int start, int end, SweepLineEvent ev0, SegmentIntersector si) Constructors in org.locationtech.jts.geomgraph.index with parameters of type SweepLineEventModifierConstructorDescriptionSweepLineEvent
(double x, SweepLineEvent insertEvent) Creates a DELETE event.