Uses of Package
org.locationtech.jts.noding
-
Packages that use org.locationtech.jts.noding Package Description org.locationtech.jts.geom.prep org.locationtech.jts.noding org.locationtech.jts.noding.snapround -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.geom.prep Class Description FastSegmentSetIntersectionFinder Finds if two sets ofSegmentStrings intersect. -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.noding Class Description NodableSegmentString An interface for classes which support adding nodes to a segment string.NodedSegmentString Represents a list of contiguous line segments, and supports noding the segments.Noder Computes all intersections between segments in a set ofSegmentStrings.NodingIntersectionFinder Finds non-noded intersections in a set ofSegmentStrings, if any exist.SegmentIntersectionDetector Detects and records an intersection between twoSegmentStrings, if one exists.SegmentIntersector Processes possible intersections detected by aNoder.SegmentNode Represents an intersection point between twoSegmentStrings.SegmentNodeList A list of theSegmentNodes present along a nodedSegmentString.SegmentSetMutualIntersector An intersector for the red-blue intersection problem.SegmentString An interface for classes which represent a sequence of contiguous line segments.SinglePassNoder Base class forNoders which make a single pass to find intersections. -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.noding.snapround Class Description NodedSegmentString Represents a list of contiguous line segments, and supports noding the segments.Noder Computes all intersections between segments in a set ofSegmentStrings.SegmentString An interface for classes which represent a sequence of contiguous line segments.