Class QuadEdgeUtil

java.lang.Object
org.locationtech.jts.triangulate.quadedge.QuadEdgeUtil

public class QuadEdgeUtil extends Object
Utilities for working with QuadEdges.
  • Constructor Details

    • QuadEdgeUtil

      public QuadEdgeUtil()
  • Method Details

    • findEdgesIncidentOnOrigin

      public static 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