Uses of Interface
org.locationtech.jts.noding.SegmentString
Packages that use SegmentString
Package
Description
Classes to compute nodings for arrangements of line segments and line segment sequences.
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
-
Uses of SegmentString in org.locationtech.jts.noding
Subinterfaces of SegmentString in org.locationtech.jts.nodingModifier and TypeInterfaceDescriptioninterfaceAn interface for classes which support adding nodes to a segment string.Classes in org.locationtech.jts.noding that implement SegmentStringModifier and TypeClassDescriptionclassRepresents a read-only list of contiguous line segments.classRepresents a list of contiguous line segments, and supports noding the segments.Methods in org.locationtech.jts.noding with parameters of type SegmentStringModifier and TypeMethodDescriptionvoidSegmentStringDissolver.dissolve(SegmentString segString) Dissolve the givenSegmentString.voidSegmentStringDissolver.SegmentStringMerger.merge(SegmentString mergeTarget, SegmentString ssToMerge, boolean isSameOrientation) Updates the context data of a SegmentString when an identical (up to orientation) one is found during dissolving.voidInteriorIntersectionFinderAdder.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.voidIntersectionAdder.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.voidIntersectionFinderAdder.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) Deprecated.This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.voidNodingIntersectionFinder.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.voidSegmentIntersectionDetector.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.voidSegmentIntersector.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorinterface to process intersections for two segments of theSegmentStrings being intersected.Constructors in org.locationtech.jts.noding with parameters of type SegmentString -
Uses of SegmentString in org.locationtech.jts.noding.snap
Methods in org.locationtech.jts.noding.snap with parameters of type SegmentStringModifier and TypeMethodDescriptionvoidSnappingIntersectionAdder.processIntersections(SegmentString seg0, int segIndex0, SegmentString seg1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected. -
Uses of SegmentString in org.locationtech.jts.noding.snapround
Methods in org.locationtech.jts.noding.snapround with parameters of type SegmentStringModifier and TypeMethodDescriptionvoidSnapRoundingIntersectionAdder.processIntersections(SegmentString e0, int segIndex0, SegmentString e1, int segIndex1) This method is called by clients of theSegmentIntersectorclass to process intersections for two segments of theSegmentStrings being intersected.booleanMCIndexPointSnapper.snap(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex) Snaps (nodes) all interacting segments to this hot pixel.Constructors in org.locationtech.jts.noding.snapround with parameters of type SegmentStringModifierConstructorDescriptionHotPixelSnapAction(HotPixel hotPixel, SegmentString parentEdge, int hotPixelVertexIndex)