|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.topograph2D.index.MonotoneChain
public class MonotoneChain
MonotoneChains are a way of partitioning the segments of an edge to allow for fast searching of intersections. They have the following properties:
Constructor Summary | |
---|---|
MonotoneChain(MonotoneChainEdge mce,
int chainIndex)
|
Method Summary | |
---|---|
void |
computeIntersections(MonotoneChain mc,
SegmentIntersector si)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonotoneChain(MonotoneChainEdge mce, int chainIndex)
Method Detail |
---|
public void computeIntersections(MonotoneChain mc, SegmentIntersector si)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |