Class LineMergeEdge
- java.lang.Object
-
- org.locationtech.jts.planargraph.GraphComponent
-
- org.locationtech.jts.planargraph.Edge
-
- org.locationtech.jts.operation.linemerge.LineMergeEdge
-
public class LineMergeEdge extends Edge
An edge of aLineMergeGraph
. Themarked
field indicates whether this Edge has been logically deleted from the graph.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineString
getLine()
Returns the LineString specifying the vertices of this edge.-
Methods inherited from class org.locationtech.jts.planargraph.Edge
getDirEdge, getDirEdge, getOppositeNode, isRemoved, setDirectedEdges
-
Methods inherited from class org.locationtech.jts.planargraph.GraphComponent
getComponentWithVisitedState, getContext, getData, isMarked, isVisited, setContext, setData, setMarked, setMarked, setVisited, setVisited
-
-
-
-
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.
-
-