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 | Field and Description |
---|---|
private MonotoneChainEdge |
Edge.mce |
Modifier and Type | Method and Description |
---|---|
MonotoneChainEdge |
Edge.getMonotoneChainEdge() |
Modifier and Type | Field and Description |
---|---|
(package private) MonotoneChainEdge |
MonotoneChain.mce |
Modifier and Type | Method and Description |
---|---|
void |
MonotoneChainEdge.computeIntersects(MonotoneChainEdge mce,
SegmentIntersector si) |
private void |
MonotoneChainEdge.computeIntersectsForChain(int start0,
int end0,
MonotoneChainEdge mce,
int start1,
int end1,
SegmentIntersector ei) |
void |
MonotoneChainEdge.computeIntersectsForChain(int chainIndex0,
MonotoneChainEdge mce,
int chainIndex1,
SegmentIntersector si) |
private boolean |
MonotoneChainEdge.overlaps(int start0,
int end0,
MonotoneChainEdge mce,
int start1,
int end1)
Tests whether the envelopes of two chain sections overlap (intersect).
|
Constructor and Description |
---|
MonotoneChain(MonotoneChainEdge mce,
int chainIndex) |