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
Geometry
s.-
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 TypeMethodDescriptionvoid
Add the edge to the list of edges at this nodevoid
Adds a node for the start point of this EdgeEnd (if one does not already exist in this map).void
int
EdgeEnd.compareDirection
(EdgeEnd e) Implements the total order relation:int
void
Insert a directed edge in the listabstract void
Insert a EdgeEnd into this EdgeEndStarprotected void
EdgeEndStar.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 TypeClassDescriptionclass
A collection ofEdgeEnd
s 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 TypeMethodDescriptionvoid
void
Insert a EdgeEnd in order in the list.Constructors in org.locationtech.jts.operation.relate with parameters of type EdgeEnd