Uses of Class
org.meteoinfo.jts.geomgraph.Edge
-
Packages that use Edge Package Description org.meteoinfo.jts.geomgraph org.meteoinfo.jts.geomgraph.index org.meteoinfo.jts.operation.overlay org.meteoinfo.jts.operation.relate -
-
Uses of Edge in org.meteoinfo.jts.geomgraph
Fields in org.meteoinfo.jts.geomgraph declared as Edge Modifier and Type Field Description protected EdgeEdgeEnd. edgeMethods in org.meteoinfo.jts.geomgraph that return Edge Modifier and Type Method Description EdgeGeometryGraph. findEdge(LineString line)EdgePlanarGraph. findEdge(Coordinate p0, Coordinate p1)Returns the edge whose first two coordinates are p0 and p1EdgePlanarGraph. findEdgeInSameDirection(Coordinate p0, Coordinate p1)Returns the edge which starts at p0 and whose first segment is parallel to p1EdgeEdgeList. findEqualEdge(Edge e)If there is an edge equal to e already in the list, return it.EdgeEdgeList. get(int i)EdgeEdge. getCollapsedEdge()EdgeDirectedEdge. getEdge()EdgeEdgeEnd. getEdge()Methods in org.meteoinfo.jts.geomgraph with parameters of type Edge Modifier and Type Method Description voidEdgeList. add(Edge e)Insert an edge unless it is already in the listvoidGeometryGraph. addEdge(Edge e)Add an Edge computed externally.protected voidEdgeRing. addPoints(Edge edge, boolean isForward, boolean isFirstEdge)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)intEdgeList. findEdgeIndex(Edge e)If the edge e is already in the list, return its index.EdgeEdgeList. 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.meteoinfo.jts.geomgraph with parameters of type Edge Constructor Description DirectedEdge(Edge edge, boolean isForward)EdgeEnd(Edge edge)EdgeEnd(Edge edge, Coordinate p0, Coordinate p1)EdgeEnd(Edge edge, Coordinate p0, Coordinate p1, Label label)EdgeIntersectionList(Edge edge) -
Uses of Edge in org.meteoinfo.jts.geomgraph.index
Methods in org.meteoinfo.jts.geomgraph.index with parameters of type Edge Modifier and Type Method Description voidSegmentIntersector. 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.Constructors in org.meteoinfo.jts.geomgraph.index with parameters of type Edge Constructor Description MonotoneChainEdge(Edge e)SweepLineSegment(Edge edge, int ptIndex) -
Uses of Edge in org.meteoinfo.jts.operation.overlay
Methods in org.meteoinfo.jts.operation.overlay with parameters of type Edge Modifier and Type Method Description protected voidOverlayOp. insertUniqueEdge(Edge e)Insert an edge from one of the noded input graphs. -
Uses of Edge in org.meteoinfo.jts.operation.relate
Methods in org.meteoinfo.jts.operation.relate with parameters of type Edge Modifier and Type Method Description voidEdgeEndBuilder. computeEdgeEnds(Edge edge, java.util.List l)Creates stub edges for all the intersections in this Edge (if any) and inserts them into the graph.
-