Package | Description |
---|---|
com.vividsolutions.jts.index.chain | |
com.vividsolutions.jts.noding | |
com.vividsolutions.jts.noding.snapround |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction.overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2) |
void |
MCIndexNoder.SegmentOverlapAction.overlap(MonotoneChain mc1,
int start1,
MonotoneChain mc2,
int start2) |
Modifier and Type | Method and Description |
---|---|
void |
MCIndexPointSnapper.HotPixelSnapAction.select(MonotoneChain mc,
int startIndex) |
Copyright © 2016. All rights reserved.