Uses of Class
com.vividsolutions.jts.geomgraph.EdgeEnd
-
Packages that use EdgeEnd Package Description 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 ofGeometrys. -
-
Uses of EdgeEnd in com.vividsolutions.jts.geomgraph
Subclasses of EdgeEnd in com.vividsolutions.jts.geomgraph Modifier and Type Class Description classDirectedEdgeMethods in com.vividsolutions.jts.geomgraph that return EdgeEnd Modifier and Type Method Description EdgeEndPlanarGraph. findEdgeEnd(Edge e)Returns the EdgeEnd which has edge e as its base edge (MD 18 Feb 2002 - this should return a pair of edges)EdgeEndEdgeEndStar. getNextCW(EdgeEnd ee)Methods in com.vividsolutions.jts.geomgraph with parameters of type EdgeEnd Modifier and Type Method Description voidNode. add(EdgeEnd e)Add the edge to the list of edges at this nodevoidNodeMap. add(EdgeEnd e)Adds a node for the start point of this EdgeEnd (if one does not already exist in this map).voidPlanarGraph. add(EdgeEnd e)intEdgeEnd. compareDirection(EdgeEnd e)Implements the total order relation:intEdgeEndStar. findIndex(EdgeEnd eSearch)EdgeEndEdgeEndStar. getNextCW(EdgeEnd ee)voidDirectedEdgeStar. insert(EdgeEnd ee)Insert a directed edge in the listabstract voidEdgeEndStar. insert(EdgeEnd e)Insert a EdgeEnd into this EdgeEndStarprotected voidEdgeEndStar. insertEdgeEnd(EdgeEnd e, java.lang.Object obj)Insert an EdgeEnd into the map, and clear the edgeList cache, since the list of edges has now changed -
Uses of EdgeEnd in com.vividsolutions.jts.operation.relate
Subclasses of EdgeEnd in com.vividsolutions.jts.operation.relate Modifier and Type Class Description classEdgeEndBundleA collection ofEdgeEnds which obey the following invariant: They originate at the same node and have the same direction.Methods in com.vividsolutions.jts.operation.relate with parameters of type EdgeEnd Modifier and Type Method Description voidEdgeEndBundle. insert(EdgeEnd e)voidEdgeEndBundleStar. insert(EdgeEnd e)Insert a EdgeEnd in order in the list.Constructors in com.vividsolutions.jts.operation.relate with parameters of type EdgeEnd Constructor Description EdgeEndBundle(BoundaryNodeRule boundaryNodeRule, EdgeEnd e)EdgeEndBundle(EdgeEnd e)
-