com.vividsolutions.jts.operation.linemerge

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.6

Field Summary

Fields inherited from class com.vividsolutions.jts.planargraph.Edge

dirEdge

Fields inherited from class com.vividsolutions.jts.planargraph.GraphComponent

isMarked, isVisited

Constructor Summary

LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.

Method Summary

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

Methods inherited from class com.vividsolutions.jts.planargraph.Edge

getDirEdge, getDirEdge, getOppositeNode, setDirectedEdges

Methods inherited from class com.vividsolutions.jts.planargraph.GraphComponent

isMarked, isVisited, setMarked, setVisited

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.