|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeEnd | |
---|---|
com.vividsolutions.jts.geomgraph | Contains classes that implement topology graphs. |
com.vividsolutions.jts.operation.relate | Contains classes to implement the computation of the spatial relationships of Geometry s. |
Uses of EdgeEnd in com.vividsolutions.jts.geomgraph |
---|
Subclasses of EdgeEnd in com.vividsolutions.jts.geomgraph | |
---|---|
class |
DirectedEdge
|
Methods in com.vividsolutions.jts.geomgraph that return EdgeEnd | |
---|---|
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) |
EdgeEnd |
EdgeEndStar.getNextCW(EdgeEnd ee)
|
Methods in com.vividsolutions.jts.geomgraph with parameters of type EdgeEnd | |
---|---|
void |
PlanarGraph.add(EdgeEnd e)
|
void |
NodeMap.add(EdgeEnd e)
Adds a node for the start point of this EdgeEnd (if one does not already exist in this map). |
void |
Node.add(EdgeEnd e)
Add the edge to the list of edges at this node |
int |
EdgeEnd.compareDirection(EdgeEnd e)
Implements the total order relation: |
int |
EdgeEndStar.findIndex(EdgeEnd eSearch)
|
EdgeEnd |
EdgeEndStar.getNextCW(EdgeEnd ee)
|
abstract void |
EdgeEndStar.insert(EdgeEnd e)
Insert a EdgeEnd into this EdgeEndStar |
void |
DirectedEdgeStar.insert(EdgeEnd ee)
Insert a directed edge in the list |
protected 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 com.vividsolutions.jts.operation.relate |
---|
Subclasses of EdgeEnd in com.vividsolutions.jts.operation.relate | |
---|---|
class |
EdgeEndBundle
A collection of EdgeEnd s which obey the following invariant:
They originate at the same node and have the same direction. |
Methods in com.vividsolutions.jts.operation.relate with parameters of type EdgeEnd | |
---|---|
void |
EdgeEndBundleStar.insert(EdgeEnd e)
Insert a EdgeEnd in order in the list. |
void |
EdgeEndBundle.insert(EdgeEnd e)
|
Constructors in com.vividsolutions.jts.operation.relate with parameters of type EdgeEnd | |
---|---|
EdgeEndBundle(BoundaryNodeRule boundaryNodeRule,
EdgeEnd e)
|
|
EdgeEndBundle(EdgeEnd e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |