Class QuadEdgeUtil
java.lang.Object
org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil
Utilities for working with
QuadEdge
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
Gets all edges which are incident on the origin of the given edge.
-
Constructor Details
-
QuadEdgeUtil
public QuadEdgeUtil()
-
-
Method Details
-
findEdgesIncidentOnOrigin
Gets all edges which are incident on the origin of the given edge.- Parameters:
start
- the edge to start at- Returns:
- a List of edges which have their origin at the origin of the given edge
-