| Package | Description |
|---|---|
| org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
| org.locationtech.jts.geomgraph.index |
Contains classes that implement indexes for performing noding on geometry graph edges.
|
| Modifier and Type | Method and Description |
|---|---|
MonotoneChainEdge |
Edge.getMonotoneChainEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
MonotoneChainEdge.computeIntersects(MonotoneChainEdge mce,
SegmentIntersector si) |
void |
MonotoneChainEdge.computeIntersectsForChain(int chainIndex0,
MonotoneChainEdge mce,
int chainIndex1,
SegmentIntersector si) |
| Constructor and Description |
|---|
MonotoneChain(MonotoneChainEdge mce,
int chainIndex) |
Copyright © 2024. All rights reserved.