Uses of Class
org.locationtech.jts.geomgraph.EdgeIntersectionList
Packages that use EdgeIntersectionList
Package
Description
Contains classes that implement topology graphs.
Provides classes for testing the validity of geometries.
-
Uses of EdgeIntersectionList in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as EdgeIntersectionListMethods in org.locationtech.jts.geomgraph that return EdgeIntersectionList -
Uses of EdgeIntersectionList in org.locationtech.jts.operation.valid
Methods in org.locationtech.jts.operation.valid with parameters of type EdgeIntersectionListModifier and TypeMethodDescriptionprivate void
IsValidOp.checkNoSelfIntersectingRing
(EdgeIntersectionList eiList) Check that a ring does not self-intersect, except at its endpoints.