Package | Description |
---|---|
com.vividsolutions.jts.geomgraph |
Contains classes that implement topology graphs.
|
com.vividsolutions.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 © 2013. All rights reserved.