Uses of Class
org.locationtech.jts.geomgraph.Edge
Packages that use Edge
Package
Description
Contains classes that implement topology graphs.
Contains classes that implement indexes for performing noding on geometry graph edges.
Provides classes for computing buffers of geometries
Contains classes that perform a topological overlay to compute boolean spatial functions.
Contains classes to implement the computation of the spatial relationships of
Geometrys.-
Uses of Edge in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as EdgeModifier and TypeFieldDescriptionprotected EdgeEdgeEnd.edge(package private) EdgeEdgeIntersectionList.edgeMethods in org.locationtech.jts.geomgraph that return EdgeModifier and TypeMethodDescription(package private) EdgeEdgeIntersectionList.createSplitEdge(EdgeIntersection ei0, EdgeIntersection ei1) Create a new "split edge" with the section of points between (and including) the two intersections.GeometryGraph.findEdge(LineString line) PlanarGraph.findEdge(Coordinate p0, Coordinate p1) Returns the edge whose first two coordinates are p0 and p1PlanarGraph.findEdgeInSameDirection(Coordinate p0, Coordinate p1) Returns the edge which starts at p0 and whose first segment is parallel to p1EdgeList.findEqualEdge(Edge e) If there is an edge equal to e already in the list, return it.EdgeList.get(int i) Edge.getCollapsedEdge()DirectedEdge.getEdge()EdgeEnd.getEdge()Methods in org.locationtech.jts.geomgraph with parameters of type EdgeModifier and TypeMethodDescriptionvoidInsert an edge unless it is already in the listvoidAdd an Edge computed externally.protected voidPlanarGraph.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)intEdgeList.findEdgeIndex(Edge e) If the edge e is already in the list, return its index.EdgeList.findEqualEdge(Edge e) If there is an edge equal to e already in the list, return it.protected voidPlanarGraph.insertEdge(Edge e) booleanEdge.isPointwiseEqual(Edge e) Constructors in org.locationtech.jts.geomgraph with parameters of type EdgeModifierConstructorDescriptionDirectedEdge(Edge edge, boolean isForward) protectedEdgeEnd(Edge edge, Coordinate p0, Coordinate p1) EdgeEnd(Edge edge, Coordinate p0, Coordinate p1, Label label) EdgeIntersectionList(Edge edge) -
Uses of Edge in org.locationtech.jts.geomgraph.index
Fields in org.locationtech.jts.geomgraph.index declared as EdgeModifier and TypeFieldDescription(package private) EdgeMonotoneChainEdge.e(package private) EdgeSweepLineSegment.edgeMethods in org.locationtech.jts.geomgraph.index with parameters of type EdgeModifier and TypeMethodDescriptionprivate voidprivate voidvoidSegmentIntersector.addIntersections(Edge e0, int segIndex0, Edge e1, int segIndex1) This method is called by clients of the EdgeIntersector class to test for and add intersections for two segments of the edges being intersected.private voidSimpleEdgeSetIntersector.computeIntersects(Edge e0, Edge e1, SegmentIntersector si) Performs a brute-force comparison of every segment in each Edge.private booleanSegmentIntersector.isTrivialIntersection(Edge e0, int segIndex0, Edge e1, int segIndex1) A trivial intersection is an apparent self-intersection which in fact is simply the point shared by adjacent line segments.Constructors in org.locationtech.jts.geomgraph.index with parameters of type Edge -
Uses of Edge in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer with parameters of type EdgeModifier and TypeMethodDescriptionprotected voidBufferBuilder.insertUniqueEdge(Edge e) Inserted edges are checked to see if an identical edge already exists. -
Uses of Edge in org.locationtech.jts.operation.overlay
Methods in org.locationtech.jts.operation.overlay with parameters of type EdgeModifier and TypeMethodDescriptionprotected voidOverlayOp.insertUniqueEdge(Edge e) Insert an edge from one of the noded input graphs.private voidLineBuilder.labelIsolatedLine(Edge e, int targetIndex) Label an isolated node with its relationship to the target geometry. -
Uses of Edge in org.locationtech.jts.operation.relate
Methods in org.locationtech.jts.operation.relate with parameters of type EdgeModifier and TypeMethodDescriptionvoidEdgeEndBuilder.computeEdgeEnds(Edge edge, List l) Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.(package private) voidEdgeEndBuilder.createEdgeEndForNext(Edge edge, List l, EdgeIntersection eiCurr, EdgeIntersection eiNext) Create a StubEdge for the edge after the intersection eiCurr.(package private) voidEdgeEndBuilder.createEdgeEndForPrev(Edge edge, List l, EdgeIntersection eiCurr, EdgeIntersection eiPrev) Create a EdgeStub for the edge before the intersection eiCurr.private voidRelateComputer.labelIsolatedEdge(Edge e, int targetIndex, Geometry target) Label an isolated edge of a graph with its relationship to the target geometry.