Class LineMergeEdge


public class LineMergeEdge extends Edge
An edge of a LineMergeGraph. The marked field indicates whether this Edge has been logically deleted from the graph.
Version:
1.7
  • Field Details

  • Constructor Details

    • LineMergeEdge

      public LineMergeEdge(LineString line)
      Constructs a LineMergeEdge with vertices given by the specified LineString.
  • Method Details

    • getLine

      public LineString getLine()
      Returns the LineString specifying the vertices of this edge.