Uses of Class
org.locationtech.jts.geomgraph.EdgeEnd
Packages that use EdgeEnd
Package
Description
Contains classes that implement topology graphs.
Contains classes to implement the computation of the spatial relationships of
Geometrys.-
Uses of EdgeEnd in org.locationtech.jts.geomgraph
Subclasses of EdgeEnd in org.locationtech.jts.geomgraphMethods in org.locationtech.jts.geomgraph that return EdgeEndModifier and TypeMethodDescriptionPlanarGraph.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)Methods in org.locationtech.jts.geomgraph with parameters of type EdgeEndModifier and TypeMethodDescriptionvoidAdd the edge to the list of edges at this node.voidAdds a node for the start point of this EdgeEnd (if one does not already exist in this map).voidintEdgeEnd.compareDirection(EdgeEnd e) Implements the total order relation:intvoidInsert a directed edge in the listabstract voidInsert 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.relateModifier and TypeClassDescriptionclassA 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 EdgeEndModifier and TypeMethodDescriptionvoidvoidInsert a EdgeEnd in order in the list.Constructors in org.locationtech.jts.operation.relate with parameters of type EdgeEnd