Uses of Class
com.vividsolutions.jts.geomgraph.index.SweepLineEvent
-
Packages that use SweepLineEvent Package Description com.vividsolutions.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges. -
-
Uses of SweepLineEvent in com.vividsolutions.jts.geomgraph.index
Methods in com.vividsolutions.jts.geomgraph.index that return SweepLineEvent Modifier and Type Method Description SweepLineEventSweepLineEvent. getInsertEvent()Methods in com.vividsolutions.jts.geomgraph.index with parameters of type SweepLineEvent Modifier and Type Method Description booleanSweepLineEvent. isSameLabel(SweepLineEvent ev)Constructors in com.vividsolutions.jts.geomgraph.index with parameters of type SweepLineEvent Constructor Description SweepLineEvent(double x, SweepLineEvent insertEvent)Creates a DELETE event.
-