|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeEnd | |
---|---|
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. |
Uses of EdgeEnd in org.geotools.geometry.iso.operation.relate |
---|
Subclasses of EdgeEnd in org.geotools.geometry.iso.operation.relate | |
---|---|
class |
EdgeEndBundle
A collection of EdgeStubs which obey the following invariant: They originate at the same node and have the same direction. |
Methods in org.geotools.geometry.iso.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 org.geotools.geometry.iso.operation.relate with parameters of type EdgeEnd | |
---|---|
EdgeEndBundle(EdgeEnd e)
|
Uses of EdgeEnd in org.geotools.geometry.iso.topograph2D |
---|
Subclasses of EdgeEnd in org.geotools.geometry.iso.topograph2D | |
---|---|
class |
DirectedEdge
Represents a directed edge in a PlanarGraph . |
Methods in org.geotools.geometry.iso.topograph2D 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 org.geotools.geometry.iso.topograph2D with parameters of type EdgeEnd | |
---|---|
void |
Node.add(EdgeEnd e)
Add the edge to the list of edges at this node |
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). |
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,
java.lang.Object obj)
Insert an EdgeEnd into the map, and clear the edgeList cache, since the list of edges has now changed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |