Class QuadEdgeUtil
- java.lang.Object
-
- org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil
-
public class QuadEdgeUtil extends java.lang.Object
Utilities for working withQuadEdge
s.- Author:
- mbdavis
-
-
Constructor Summary
Constructors Constructor Description QuadEdgeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List
findEdgesIncidentOnOrigin(QuadEdge start)
Gets all edges which are incident on the origin of the given edge.
-
-
-
Method Detail
-
findEdgesIncidentOnOrigin
public static java.util.List findEdgesIncidentOnOrigin(QuadEdge start)
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
-
-