JTS Core 1.17.1
Packages
Classes
Search
About
Top
LineMergeEdge(LineString)
getLine(): LineString
Bottom
Source
Classic
org.locationtech.jts.operation.linemerge
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.