| Package | Description |
|---|---|
| com.vividsolutions.jts.noding |
| Modifier and Type | Class and Description |
|---|---|
class |
InteriorIntersectionFinder
Finds an interior intersection in a set of
SegmentStrings,
if one exists. |
class |
InteriorIntersectionFinderAdder
Finds interior intersections between line segments in
NodedSegmentStrings,
and adds them as nodes
using NodedSegmentString.addIntersection(LineIntersector, int, int, int). |
class |
IntersectionAdder
Computes the possible intersections between two line segments in
NodedSegmentStrings
and adds them to each string
using NodedSegmentString.addIntersection(LineIntersector, int, int, int). |
class |
IntersectionFinderAdder
Deprecated.
see InteriorIntersectionFinderAdder
|
class |
SegmentIntersectionDetector
Detects and records an intersection between two
SegmentStrings,
if one exists. |
| Modifier and Type | Field and Description |
|---|---|
protected SegmentIntersector |
SinglePassNoder.segInt |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSegmentSetMutualIntersector.process(Collection segStrings,
SegmentIntersector segInt)
Calls
processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between
the given collection of SegmentStrings and the set of base segments. |
void |
SegmentSetMutualIntersector.process(Collection segStrings,
SegmentIntersector segInt)
Computes the intersections with a given set of
SegmentStrings,
using the supplied SegmentIntersector. |
void |
MCIndexSegmentSetMutualIntersector.process(Collection segStrings,
SegmentIntersector segInt)
Calls
processIntersections(SegmentString, int, SegmentString, int)
for all candidate intersections between
the given collection of SegmentStrings and the set of indexed segments. |
void |
SinglePassNoder.setSegmentIntersector(SegmentIntersector segInt)
Sets the SegmentIntersector to use with this noder.
|
| Constructor and Description |
|---|
MCIndexNoder.SegmentOverlapAction(SegmentIntersector si) |
MCIndexNoder(SegmentIntersector si) |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si) |
SinglePassNoder(SegmentIntersector segInt) |
Copyright © 2015. All rights reserved.