Uses of Class
org.locationtech.jts.geom.TopologyException
Packages that use TopologyException
Package
Description
Classes to compute nodings for arrangements of line segments and line segment sequences.
-
Uses of TopologyException in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding that throw TopologyExceptionModifier and TypeMethodDescriptionvoidIteratedNoder.computeNodes(Collection segStrings) Fully nodes a list ofSegmentStrings, i.e. performs noding iteratively until no intersections are found between segments.