Package org.geotools.graph.util.delaunay
Class DelaunayNode
Object
BasicGraphable
BasicNode
BasicXYNode
DelaunayNode
- All Implemented Interfaces:
Serializable
,Graphable
,XYNode
,Node
- Author:
- jfc173
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BasicXYNode
getCoordinate, setCoordinate
Methods inherited from class BasicNode
add, getDegree, getEdge, getEdges, getEdges, getRelated, remove
Methods inherited from class BasicGraphable
getCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited
Methods inherited from interface Graphable
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited
-
Constructor Details
-
DelaunayNode
public DelaunayNode()Creates a new instance of delaunayNode
-
-
Method Details
-
setFeature
-
getFeature
-
equals
-
hashCode
public int hashCode() -
toString
Description copied from class:BasicGraphable
Returns the id of the component as a string.- Overrides:
toString
in classBasicGraphable
- See Also:
-