Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.planargraph.GraphComponent
com.vividsolutions.jts.planargraph.Edge
com.vividsolutions.jts.operation.linemerge.LineMergeEdge
public class LineMergeEdge
extends Edge
LineMergeGraph
. The marked
field indicates
whether this Edge has been logically deleted from the graph.
Field Summary |
Fields inherited from class com.vividsolutions.jts.planargraph.GraphComponent | |
isMarked , isVisited |
Constructor Summary | |
|
Method Summary | |
LineString |
|
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 |
public LineMergeEdge(LineString line)
Constructs a LineMergeEdge with vertices given by the specified LineString.