Package | Description |
---|---|
org.locationtech.jts.geomgraph.index |
Contains classes that implement indexes for performing noding on geometry graph edges.
|
Modifier and Type | Field and Description |
---|---|
private SweepLineEvent |
SweepLineEvent.insertEvent |
Modifier and Type | Method and Description |
---|---|
SweepLineEvent |
SweepLineEvent.getInsertEvent() |
Modifier and Type | Method and Description |
---|---|
boolean |
SweepLineEvent.isSameLabel(SweepLineEvent ev) |
private void |
SimpleSweepLineIntersector.processOverlaps(int start,
int end,
SweepLineEvent ev0,
SegmentIntersector si) |
private void |
SimpleMCSweepLineIntersector.processOverlaps(int start,
int end,
SweepLineEvent ev0,
SegmentIntersector si) |
Constructor and Description |
---|
SweepLineEvent(double x,
SweepLineEvent insertEvent)
Creates a DELETE event.
|