Package | Description |
---|---|
org.locationtech.jts.index.sweepline |
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
|
Modifier and Type | Field and Description |
---|---|
(package private) SweepLineInterval |
SweepLineEvent.sweepInt |
Modifier and Type | Method and Description |
---|---|
(package private) SweepLineInterval |
SweepLineEvent.getInterval() |
Modifier and Type | Method and Description |
---|---|
void |
SweepLineIndex.add(SweepLineInterval sweepInt) |
void |
SweepLineOverlapAction.overlap(SweepLineInterval s0,
SweepLineInterval s1) |
private void |
SweepLineIndex.processOverlaps(int start,
int end,
SweepLineInterval s0,
SweepLineOverlapAction action) |
Constructor and Description |
---|
SweepLineEvent(double x,
SweepLineEvent insertEvent,
SweepLineInterval sweepInt) |