Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.geomgraph.EdgeRing
com.vividsolutions.jts.operation.overlay.MinimalEdgeRing
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
Field Summary |
Fields inherited from class com.vividsolutions.jts.geomgraph.EdgeRing | |
cga , geometryFactory , startDe |
Constructor Summary | |
|
Method Summary | |
DirectedEdge |
|
void |
|
Methods inherited from class com.vividsolutions.jts.geomgraph.EdgeRing | |
addHole , addPoints , computePoints , computeRing , containsPoint , getCoordinate , getEdges , getLabel , getLinearRing , getMaxNodeDegree , getNext , getShell , isHole , isIsolated , isShell , mergeLabel , mergeLabel , setEdgeRing , setInResult , setShell , toPolygon |
public MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory, CGAlgorithms cga)
public void setEdgeRing(DirectedEdge de, EdgeRing er)
- Overrides:
- setEdgeRing in interface EdgeRing