Uses of Class
org.locationtech.jts.geom.TopologyException
-
Packages that use TopologyException Package Description org.locationtech.jts.noding 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 TopologyException Modifier and Type Method Description void
IteratedNoder. computeNodes(Collection segStrings)
Fully nodes a list ofSegmentString
s, i.e. performs noding iteratively until no intersections are found between segments.
-