|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.planargraph.GraphComponent
com.vividsolutions.jts.planargraph.Edge
com.vividsolutions.jts.operation.linemerge.LineMergeEdge
An edge of a 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.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, isRemoved, setDirectedEdges |
Methods inherited from class com.vividsolutions.jts.planargraph.GraphComponent |
getComponentWithVisitedState, getContext, getData, isMarked, isVisited, setContext, setData, setMarked, setMarked, setVisited, setVisited |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineMergeEdge(LineString line)
Method Detail |
public LineString getLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |