public class MinimalEdgeRing extends EdgeRing
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.MaximalEdgeRing
Constructor | Description |
---|---|
MinimalEdgeRing(DirectedEdge start,
GeometryFactory geometryFactory) |
Modifier and Type | Method | Description |
---|---|---|
DirectedEdge |
getNext(DirectedEdge de) |
|
void |
setEdgeRing(DirectedEdge de,
EdgeRing er) |
addHole, computeRing, containsPoint, getCoordinate, getEdges, getLabel, getLinearRing, getMaxNodeDegree, getShell, isHole, isIsolated, isShell, setInResult, setShell, toPolygon
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
public DirectedEdge getNext(DirectedEdge de)
public void setEdgeRing(DirectedEdge de, EdgeRing er)
setEdgeRing
in class EdgeRing
Copyright © 2018. All rights reserved.