Uses of Interface
org.locationtech.jts.noding.SegmentIntersector
-
Packages that use SegmentIntersector Package Description org.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snap org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings. -
-
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).classIntersectionFinderAdderDeprecated.see InteriorIntersectionFinderAdderclassNodingIntersectionFinderFinds non-noded intersections in a set ofSegmentStrings, if any exist.classSegmentIntersectionDetectorDetects and records an intersection between twoSegmentStrings, if one exists.Methods in org.locationtech.jts.noding with parameters of type SegmentIntersector Modifier and Type Method Description voidMCIndexSegmentSetMutualIntersector. process(java.util.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(java.util.Collection segStrings, SegmentIntersector segInt)Computes the intersections with a given set ofSegmentStrings, using the suppliedSegmentIntersector.voidSimpleSegmentSetMutualIntersector. process(java.util.Collection segStrings, SegmentIntersector segInt)CallsprocessIntersections(SegmentString, int, SegmentString, int)for all candidate intersections between the given collection of SegmentStrings and the set of base segments.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)MCIndexNoder(SegmentIntersector si, double overlapTolerance)Creates a new noder with a givenSegmentIntersectorand an overlap tolerance distance to expand intersection tests with.SegmentOverlapAction(SegmentIntersector si)SegmentOverlapAction(SegmentIntersector si)SinglePassNoder(SegmentIntersector segInt) -
Uses of SegmentIntersector in org.locationtech.jts.noding.snap
Classes in org.locationtech.jts.noding.snap that implement SegmentIntersector Modifier and Type Class Description classSnappingIntersectionAdderFinds intersections between line segments which are being snapped, and adds them as nodes. -
Uses of SegmentIntersector in org.locationtech.jts.noding.snapround
Classes in org.locationtech.jts.noding.snapround that implement SegmentIntersector Modifier and Type Class Description classSnapRoundingIntersectionAdderFinds intersections between line segments which will be snap-rounded, and adds them as nodes to the segments.
-