Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.noding.SinglePassNoder
com.vividsolutions.jts.noding.MCIndexNoder
public class MCIndexNoder
extends SinglePassNoder
SegmentStrings
using a index based
on MonotoneChain
s and a SpatialIndex
.
The SpatialIndex
used should be something that supports
envelope (range) queries efficiently (such as a Quadtree
or STRtree
.
Nested Class Summary | |
class |
Field Summary |
Fields inherited from class com.vividsolutions.jts.noding.SinglePassNoder | |
segInt |
Constructor Summary | |
Method Summary | |
void |
|
SpatialIndex |
|
List | |
Collection |
Methods inherited from class com.vividsolutions.jts.noding.SinglePassNoder | |
computeNodes , getNodedSubstrings , setSegmentIntersector |
public void computeNodes(Collection inputSegStrings)
- Specified by:
- computeNodes in interface Noder
- Overrides:
- computeNodes in interface SinglePassNoder
public List getMonotoneChains()
public Collection getNodedSubstrings()
- Specified by:
- getNodedSubstrings in interface Noder
- Overrides:
- getNodedSubstrings in interface SinglePassNoder