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
    • Constructor Detail

      • LineMergeEdge

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

      • getLine

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