Package | Description |
---|---|
com.vividsolutions.jts.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
Modifier and Type | Class and Description |
---|---|
class |
InteriorIntersectionFinder
Finds an interior intersection in a set of
SegmentString s,
if one exists. |
class |
IntersectionAdder
Computes the intersections between two line segments in
SegmentString s
and adds them to each string. |
class |
IntersectionFinderAdder
Finds proper and interior intersections in a set of SegmentStrings,
and adds them as nodes.
|
class |
SegmentIntersectionDetector
Detects and records an intersection between two
SegmentString s,
if one exists. |
Modifier and Type | Field and Description |
---|---|
protected SegmentIntersector |
SinglePassNoder.segInt |
protected SegmentIntersector |
SegmentSetMutualIntersector.segInt |
Modifier and Type | Method and Description |
---|---|
void |
SinglePassNoder.setSegmentIntersector(SegmentIntersector segInt)
Sets the SegmentIntersector to use with this noder.
|
void |
SegmentSetMutualIntersector.setSegmentIntersector(SegmentIntersector segInt)
Sets the
SegmentIntersector to use with this intersector. |
Constructor and Description |
---|
MCIndexNoder.SegmentOverlapAction(SegmentIntersector si) |
MCIndexNoder(SegmentIntersector si) |
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si) |
SinglePassNoder(SegmentIntersector segInt) |
Copyright © 2015. All Rights Reserved.