Package org.geotools.graph.util.delaunay
Class DelaunayEdge
Object
BasicGraphable
BasicEdge
DelaunayEdge
- All Implemented Interfaces:
Serializable
,Edge
,Graphable
- Author:
- jfc173
- See Also:
-
Field Summary
Fields inherited from interface Edge
EQUAL_NODE_ORIENTATION, OPPOSITE_NODE_ORIENTATION, UNEQUAL_NODE_ORIENTATION
-
Constructor Summary
ConstructorsConstructorDescriptionDelaunayEdge
(XYNode nodeA, XYNode nodeB) Creates a new instance of DelaunayEdge -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
double
boolean
hasEndPoint
(XYNode node) int
hashCode()
void
void
void
setOtherFace
(Triangle newT, Triangle oldT) toString()
Returns ([A node.toString()],[B node.toString()]).Methods inherited from class BasicEdge
compareNodes, getNodeA, getNodeB, getOtherNode, getRelated, reverse
Methods inherited from class BasicGraphable
getCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited
-
Constructor Details
-
DelaunayEdge
Creates a new instance of DelaunayEdge
-
-
Method Details
-
disconnect
public void disconnect() -
setFaceA
-
setFaceB
-
hasEndPoint
-
getOtherFace
-
setOtherFace
-
getEuclideanDistance
public double getEuclideanDistance() -
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:BasicEdge
Returns ([A node.toString()],[B node.toString()]).
-