Class MinimalEdgeRing
- java.lang.Object
-
- org.meteoinfo.jts.geomgraph.EdgeRing
-
- org.meteoinfo.jts.operation.overlay.MinimalEdgeRing
-
public class MinimalEdgeRing extends EdgeRing
A ring ofEdges 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:
MaximalEdgeRing
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.jts.geomgraph.EdgeRing
geometryFactory, startDe
-
-
Constructor Summary
Constructors Constructor Description MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectedEdgegetNext(DirectedEdge de)voidsetEdgeRing(DirectedEdge de, EdgeRing er)-
Methods inherited from class org.meteoinfo.jts.geomgraph.EdgeRing
addHole, addPoints, computePoints, computeRing, containsPoint, getCoordinate, getEdges, getLabel, getLinearRing, getMaxNodeDegree, getShell, isHole, isIsolated, isShell, mergeLabel, mergeLabel, setInResult, setShell, toPolygon
-
-
-
-
Constructor Detail
-
MinimalEdgeRing
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
-
-
Method Detail
-
getNext
public DirectedEdge getNext(DirectedEdge de)
-
setEdgeRing
public void setEdgeRing(DirectedEdge de, EdgeRing er)
- Specified by:
setEdgeRingin classEdgeRing
-
-