| Package | Description |
|---|---|
| com.vividsolutions.jts.index.chain |
Contains classes that implement Monotone Chains
|
| com.vividsolutions.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
| com.vividsolutions.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonotoneChain.computeOverlaps(MonotoneChain
Determine all the line segments in two chains which may overlap, and process them.
|
void |
MonotoneChainOverlapAction.overlap(MonotoneChain
This function can be overridden if the original chains are needed
|
void |
MonotoneChainSelectAction.select(MonotoneChain
This method is overridden to process a segment in the context of the parent chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MCIndexNoder.SegmentOverlapAction.overlap(MonotoneChain
|
void |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction.overlap(MonotoneChain
|
| Modifier and Type | Method and Description |
|---|---|
void |
MCIndexPointSnapper.HotPixelSnapAction.select(MonotoneChain
|