Class MinimalEdgeRing
java.lang.Object
org.locationtech.jts.geomgraph.EdgeRing
org.locationtech.jts.operation.overlay.MinimalEdgeRing
A ring of
Edge
s with the property that no node
has degree greater than 2. These are the form of rings required
to represent polygons under the OGC SFS spatial data model.- Version:
- 1.7
- See Also:
-
Field Summary
Fields inherited from class org.locationtech.jts.geomgraph.EdgeRing
geometryFactory, startDe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNext
(DirectedEdge de) void
setEdgeRing
(DirectedEdge de, EdgeRing er) Methods inherited from class org.locationtech.jts.geomgraph.EdgeRing
addHole, addPoints, computePoints, computeRing, containsPoint, getCoordinate, getEdges, getLabel, getLinearRing, getMaxNodeDegree, getShell, isHole, isIsolated, isShell, mergeLabel, mergeLabel, setInResult, setShell, toPolygon
-
Constructor Details
-
MinimalEdgeRing
-
-
Method Details
-
getNext
-
setEdgeRing
- Specified by:
setEdgeRing
in classEdgeRing
-