|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentIntersector | |
---|---|
com.vividsolutions.jts.noding | Classes to compute nodings for arrangements of line segments and line segment sequences. |
Uses of SegmentIntersector in com.vividsolutions.jts.noding |
---|
Classes in com.vividsolutions.jts.noding that implement SegmentIntersector | |
---|---|
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. |
Fields in com.vividsolutions.jts.noding declared as SegmentIntersector | |
---|---|
protected SegmentIntersector |
SinglePassNoder.segInt
|
protected SegmentIntersector |
SegmentSetMutualIntersector.segInt
|
Methods in com.vividsolutions.jts.noding with parameters of type SegmentIntersector | |
---|---|
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. |
Constructors in com.vividsolutions.jts.noding with parameters of type SegmentIntersector | |
---|---|
MCIndexNoder.SegmentOverlapAction(SegmentIntersector si)
|
|
MCIndexNoder(SegmentIntersector si)
|
|
MCIndexSegmentSetMutualIntersector.SegmentOverlapAction(SegmentIntersector si)
|
|
SinglePassNoder(SegmentIntersector segInt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |