| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.vividsolutions.jts.noding.SinglePassNodercom.vividsolutions.jts.noding.MCIndexNoderpublic class MCIndexNoderextends SinglePassNoderSegmentStrings using a index based
on MonotoneChains 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