|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
org.geotools.geometry.iso.operation.overlay | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.operation.relate | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D.index | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of Edge in org.geotools.geometry.iso.operation.overlay |
---|
Methods in org.geotools.geometry.iso.operation.overlay with parameters of type Edge | |
---|---|
protected void |
OverlayOp.insertUniqueEdge(Edge e)
Insert an edge from one of the noded input graphs. |
Uses of Edge in org.geotools.geometry.iso.operation.relate |
---|
Methods in org.geotools.geometry.iso.operation.relate with parameters of type Edge | |
---|---|
void |
EdgeEndBuilder.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. |
Uses of Edge in org.geotools.geometry.iso.topograph2D |
---|
Fields in org.geotools.geometry.iso.topograph2D declared as Edge | |
---|---|
protected Edge |
EdgeEnd.edge
|
Methods in org.geotools.geometry.iso.topograph2D that return Edge | |
---|---|
Edge |
PlanarGraph.findEdge(Coordinate p0,
Coordinate p1)
Returns the edge whose first two coordinates are p0 and p1 |
Edge |
GeometryGraph.findEdge(CurveImpl line)
|
Edge |
PlanarGraph.findEdgeInSameDirection(Coordinate p0,
Coordinate p1)
Returns the edge which starts at p0 and whose first segment is parallel to p1 |
Edge |
EdgeList.findEqualEdge(Edge e)
If there is an edge equal to e already in the list, return it. |
Edge |
EdgeList.get(int i)
|
Edge |
Edge.getCollapsedEdge()
|
Edge |
DirectedEdge.getEdge()
|
Edge |
EdgeEnd.getEdge()
|
Methods in org.geotools.geometry.iso.topograph2D with parameters of type Edge | |
---|---|
void |
EdgeList.add(Edge e)
Insert an edge unless it is already in the list |
void |
GeometryGraph.addEdge(Edge e)
Add an Edge computed externally. |
protected void |
EdgeRing.addPoints(Edge edge,
boolean isForward,
boolean isFirstEdge)
|
EdgeEnd |
PlanarGraph.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) |
int |
EdgeList.findEdgeIndex(Edge e)
If the edge e is already in the list, return its index. |
Edge |
EdgeList.findEqualEdge(Edge e)
If there is an edge equal to e already in the list, return it. |
protected void |
PlanarGraph.insertEdge(Edge e)
|
boolean |
Edge.isPointwiseEqual(Edge e)
|
Constructors in org.geotools.geometry.iso.topograph2D with parameters of type Edge | |
---|---|
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.geotools.geometry.iso.topograph2D.index |
---|
Methods in org.geotools.geometry.iso.topograph2D.index with parameters of type Edge | |
---|---|
void |
SegmentIntersector.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.geotools.geometry.iso.topograph2D.index with parameters of type Edge | |
---|---|
MonotoneChainEdge(Edge e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |