Uses of Class
org.locationtech.jts.geomgraph.EdgeEnd
-
Packages that use EdgeEnd Package Description org.locationtech.jts.geomgraph org.locationtech.jts.operation.relate -
-
Uses of EdgeEnd in org.locationtech.jts.geomgraph
Subclasses of EdgeEnd in org.locationtech.jts.geomgraph Modifier and Type Class Description classDirectedEdgeMethods in org.locationtech.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 org.locationtech.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, 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 org.locationtech.jts.operation.relate
Subclasses of EdgeEnd in org.locationtech.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 org.locationtech.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 org.locationtech.jts.operation.relate with parameters of type EdgeEnd Constructor Description EdgeEndBundle(BoundaryNodeRule boundaryNodeRule, EdgeEnd e)EdgeEndBundle(EdgeEnd e)
-