Uses of Interface
org.locationtech.jts.noding.SegmentIntersector
-
Packages that use SegmentIntersector Package Description org.locationtech.jts.noding -
-
Uses of SegmentIntersector in org.locationtech.jts.noding
Classes in org.locationtech.jts.noding that implement SegmentIntersector Modifier and Type Class Description classInteriorIntersectionFinderAdderFinds interior intersections between line segments inNodedSegmentStrings, and adds them as nodes usingNodedSegmentString.addIntersection(LineIntersector, int, int, int).classIntersectionAdderComputes the possible intersections between two line segments inNodedSegmentStrings and adds them to each string usingNodedSegmentString.addIntersection(LineIntersector, int, int, int).classNodingIntersectionFinderFinds non-noded intersections in a set ofSegmentStrings, if any exist.classSegmentIntersectionDetectorDetects and records an intersection between twoSegmentStrings, if one exists.Fields in org.locationtech.jts.noding declared as SegmentIntersector Modifier and Type Field Description protected SegmentIntersectorSinglePassNoder. segIntMethods in org.locationtech.jts.noding with parameters of type SegmentIntersector Modifier and Type Method Description voidMCIndexSegmentSetMutualIntersector. process(Collection segStrings, SegmentIntersector segInt)CallsprocessIntersections(SegmentString, int, SegmentString, int)for all candidate intersections between the given collection of SegmentStrings and the set of indexed segments.voidSegmentSetMutualIntersector. process(Collection segStrings, SegmentIntersector segInt)Computes the intersections with a given set ofSegmentStrings, using the suppliedSegmentIntersector.voidSinglePassNoder. setSegmentIntersector(SegmentIntersector segInt)Sets the SegmentIntersector to use with this noder.Constructors in org.locationtech.jts.noding with parameters of type SegmentIntersector Constructor Description MCIndexNoder(SegmentIntersector si)SegmentOverlapAction(SegmentIntersector si)SegmentOverlapAction(SegmentIntersector si)SinglePassNoder(SegmentIntersector segInt)
-