Uses of Class
org.geotools.geometry.iso.topograph2D.EdgeRing

Packages that use EdgeRing
org.geotools.geometry.iso.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of EdgeRing in org.geotools.geometry.iso.operation.overlay
 

Subclasses of EdgeRing in org.geotools.geometry.iso.operation.overlay
 class MaximalEdgeRing
          A ring of Edges which may contain nodes of degree > 2.
 class MinimalEdgeRing
          A ring of Edges with the property that no node has degree greater than 2.
 

Methods in org.geotools.geometry.iso.operation.overlay with parameters of type EdgeRing
 void MaximalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 void MinimalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 

Uses of EdgeRing in org.geotools.geometry.iso.topograph2D
 

Methods in org.geotools.geometry.iso.topograph2D that return EdgeRing
 EdgeRing DirectedEdge.getEdgeRing()
           
 EdgeRing DirectedEdge.getMinEdgeRing()
           
 EdgeRing EdgeRing.getShell()
           
 

Methods in org.geotools.geometry.iso.topograph2D with parameters of type EdgeRing
 void EdgeRing.addHole(EdgeRing ring)
           
 int DirectedEdgeStar.getOutgoingDegree(EdgeRing er)
           
 void DirectedEdgeStar.linkMinimalDirectedEdges(EdgeRing er)
           
abstract  void EdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 void DirectedEdge.setEdgeRing(EdgeRing edgeRing)
           
 void DirectedEdge.setMinEdgeRing(EdgeRing minEdgeRing)
           
 void EdgeRing.setShell(EdgeRing shell)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.