Class PolygonizeEdge
- java.lang.Object
-
- org.locationtech.jts.planargraph.GraphComponent
-
- org.locationtech.jts.planargraph.Edge
-
- org.locationtech.jts.operation.polygonize.PolygonizeEdge
-
class PolygonizeEdge extends Edge
An edge of a polygonization graph.- Version:
- 1.7
-
-
Field Summary
Fields Modifier and Type Field Description private LineString
line
-
Fields inherited from class org.locationtech.jts.planargraph.GraphComponent
isMarked, isVisited
-
-
Constructor Summary
Constructors Constructor Description PolygonizeEdge(LineString line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineString
getLine()
-
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
-
-
-
-
Field Detail
-
line
private LineString line
-
-
Constructor Detail
-
PolygonizeEdge
public PolygonizeEdge(LineString line)
-
-
Method Detail
-
getLine
public LineString getLine()
-
-