|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MonotoneChain | |
---|---|
com.vividsolutions.jts.index.chain | Contains classes that implement Monotone Chains |
com.vividsolutions.jts.noding | Classes to compute nodings for arrangements of line segments and line segment sequences. |
com.vividsolutions.jts.noding.snapround | Contains classes to implement the Snap Rounding algorithm for noding linestrings. |
Uses of MonotoneChain in com.vividsolutions.jts.index.chain |
---|
Methods in com.vividsolutions.jts.index.chain with parameters of type MonotoneChain | |
---|---|
void |
MonotoneChain.computeOverlaps(MonotoneChain mc,
MonotoneChainOverlapAction mco)
Determine all the line segments in two chains which may overlap, and process them. |
void |
MonotoneChainOverlapAction.overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
This function can be overridden if the original chains are needed |
void |
MonotoneChainSelectAction.select(MonotoneChain mc,
int startIndex)
This method is overridden to process a segment in the context of the parent chain. |
Uses of MonotoneChain in com.vividsolutions.jts.noding |
---|
Methods in com.vividsolutions.jts.noding with parameters of type MonotoneChain | |
---|---|
void |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction.overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
|
void |
MCIndexNoder.SegmentOverlapAction.overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2)
|
Uses of MonotoneChain in com.vividsolutions.jts.noding.snapround |
---|
Methods in com.vividsolutions.jts.noding.snapround with parameters of type MonotoneChain | |
---|---|
void |
MCIndexPointSnapper.HotPixelSnapAction.select(MonotoneChain mc,
int startIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |