Uses of Class
com.vividsolutions.jts.geomgraph.EdgeEndStar

Packages that use EdgeEndStar
com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs. 
com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships of Geometrys. 
 

Uses of EdgeEndStar in com.vividsolutions.jts.geomgraph
 

Subclasses of EdgeEndStar in com.vividsolutions.jts.geomgraph
 class DirectedEdgeStar
          A DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.
 

Fields in com.vividsolutions.jts.geomgraph declared as EdgeEndStar
protected  EdgeEndStar Node.edges
           
 

Methods in com.vividsolutions.jts.geomgraph that return EdgeEndStar
 EdgeEndStar Node.getEdges()
           
 

Constructors in com.vividsolutions.jts.geomgraph with parameters of type EdgeEndStar
Node(Coordinate coord, EdgeEndStar edges)
           
 

Uses of EdgeEndStar in com.vividsolutions.jts.operation.relate
 

Subclasses of EdgeEndStar in com.vividsolutions.jts.operation.relate
 class EdgeEndBundleStar
          An ordered list of EdgeEndBundles around a RelateNode.
 

Constructors in com.vividsolutions.jts.operation.relate with parameters of type EdgeEndStar
RelateNode(Coordinate coord, EdgeEndStar edges)
           
 



Copyright © 2012. All Rights Reserved.