Class LineMergeEdge

Hierarchy: Object , GraphComponent, Edge, 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.

Other

  • version: 1.7
public LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.
public LineString getLine()
Returns the LineString specifying the vertices of this edge.