Class MinimalEdgeRing

Hierarchy: Object , EdgeRing, MinimalEdgeRing
public class MinimalEdgeRing
extends EdgeRing
A ring of Edges 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.
See also:
org.locationtech.jts.operation.overlay.MaximalEdgeRing

Other

  • version: 1.7
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
public DirectedEdge getNext(DirectedEdge de)
public void setEdgeRing(DirectedEdge de, EdgeRing er)