|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geomgraph.EdgeRing
com.vividsolutions.jts.operation.overlay.MinimalEdgeRing
public class 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.
MaximalEdgeRing
Field Summary |
---|
Fields inherited from class com.vividsolutions.jts.geomgraph.EdgeRing |
---|
geometryFactory, startDe |
Constructor Summary | |
---|---|
MinimalEdgeRing(DirectedEdge start,
GeometryFactory geometryFactory)
|
Method Summary | |
---|---|
DirectedEdge |
getNext(DirectedEdge de)
|
void |
setEdgeRing(DirectedEdge de,
EdgeRing er)
|
Methods inherited from class com.vividsolutions.jts.geomgraph.EdgeRing |
---|
addHole, addPoints, computePoints, computeRing, containsPoint, getCoordinate, getEdges, getLabel, getLinearRing, getMaxNodeDegree, getShell, isHole, isIsolated, isShell, mergeLabel, mergeLabel, setInResult, setShell, toPolygon |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
Method Detail |
---|
public DirectedEdge getNext(DirectedEdge de)
getNext
in class EdgeRing
public void setEdgeRing(DirectedEdge de, EdgeRing er)
setEdgeRing
in class EdgeRing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |