Package | Description |
---|---|
org.locationtech.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InteriorIntersectionFinderAdder |
Finds interior intersections between line segments in
NodedSegmentString s,
and adds them as nodes
using NodedSegmentString.addIntersection(LineIntersector, int, int, int) . |
class |
IntersectionAdder |
Computes the possible intersections between two line segments in
NodedSegmentString s
and adds them to each string
using NodedSegmentString.addIntersection(LineIntersector, int, int, int) . |
class |
IntersectionFinderAdder |
Deprecated.
see InteriorIntersectionFinderAdder
|
class |
NodingIntersectionFinder |
Finds non-noded intersections in a set of
SegmentString s,
if any exist. |
class |
SegmentIntersectionDetector |
Detects and records an intersection between two
SegmentString s,
if one exists. |
Modifier and Type | Method | Description |
---|---|---|
void |
MCIndexSegmentSetMutualIntersector.process(java.util.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 |
SegmentSetMutualIntersector.process(java.util.Collection segStrings,
SegmentIntersector segInt) |
Computes the intersections with a given set of
SegmentString s,
using the supplied SegmentIntersector . |
void |
SimpleSegmentSetMutualIntersector.process(java.util.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 |
SinglePassNoder.setSegmentIntersector(SegmentIntersector segInt) |
Sets the SegmentIntersector to use with this noder.
|
Constructor | Description |
---|---|
MCIndexNoder(SegmentIntersector si) |
|
SegmentOverlapAction(SegmentIntersector si) |
|
SegmentOverlapAction(SegmentIntersector si) |
|
SinglePassNoder(SegmentIntersector segInt) |
Copyright © 2018. All rights reserved.