Uses of Package
org.locationtech.jts.noding
-
Packages that use org.locationtech.jts.noding Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries.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.org.locationtech.jts.operation.overlayng Contains classes that perform vector overlay to compute boolean set-theoretic spatial functions. -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.geom.prep Class Description FastSegmentSetIntersectionFinder Finds if two sets ofSegmentString
s 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 ofSegmentString
s.NodingIntersectionFinder Finds non-noded intersections in a set ofSegmentString
s, if any exist.SegmentIntersectionDetector Detects and records an intersection between twoSegmentString
s, if one exists.SegmentIntersector Processes possible intersections detected by aNoder
.SegmentNode Represents an intersection point between twoSegmentString
s.SegmentNodeList A list of theSegmentNode
s 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.SegmentStringDissolver.SegmentStringMerger A merging strategy which can be used to update the context data ofSegmentString
s which are merged during the dissolve process.SinglePassNoder Base class forNoder
s which make a single pass to find intersections. -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.noding.snap Class Description Noder Computes all intersections between segments in a set ofSegmentString
s.SegmentIntersector Processes possible intersections detected by aNoder
.SegmentString An interface for classes which represent a sequence of contiguous line segments. -
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 ofSegmentString
s.SegmentIntersector Processes possible intersections detected by aNoder
.SegmentString An interface for classes which represent a sequence of contiguous line segments. -
Classes in org.locationtech.jts.noding used by org.locationtech.jts.operation.overlayng Class Description Noder Computes all intersections between segments in a set ofSegmentString
s.