| Package | Description |
|---|---|
| org.locationtech.jts.index.chain |
Contains classes that implement Monotone Chains
|
| org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MonotoneChain.computeSelect(Envelope searchEnv,
int start0,
int end0,
MonotoneChainSelectAction mcs) |
void |
MonotoneChain.select(Envelope searchEnv,
MonotoneChainSelectAction mcs)
Determine all the line segments in the chain whose envelopes overlap
the searchEnvelope, and process them.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MCIndexPointSnapper.HotPixelSnapAction |