Uses of Class
org.locationtech.jts.geomgraph.index.SweepLineEvent
-
Packages that use SweepLineEvent Package Description org.locationtech.jts.geomgraph.index -
-
Uses of SweepLineEvent in org.locationtech.jts.geomgraph.index
Methods in org.locationtech.jts.geomgraph.index that return SweepLineEvent Modifier and Type Method Description SweepLineEventSweepLineEvent. getInsertEvent()Methods in org.locationtech.jts.geomgraph.index with parameters of type SweepLineEvent Modifier and Type Method Description booleanSweepLineEvent. isSameLabel(SweepLineEvent ev)Constructors in org.locationtech.jts.geomgraph.index with parameters of type SweepLineEvent Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent)Creates a DELETE event.
-