Package org.geotools.graph.util.delaunay
Class DelaunayNode
- Object
-
- BasicGraphable
-
- BasicNode
-
- BasicXYNode
-
- DelaunayNode
-
- All Implemented Interfaces:
Serializable,Graphable,XYNode,Node
public class DelaunayNode extends BasicXYNode
- Author:
- jfc173
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelaunayNode()Creates a new instance of delaunayNode
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SimpleFeaturegetFeature()inthashCode()voidsetFeature(SimpleFeature f)StringtoString()Returns the id of the component as a string.-
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
-
-
-
-
Method Detail
-
setFeature
public void setFeature(SimpleFeature f)
-
getFeature
public SimpleFeature getFeature()
-
toString
public String toString()
Description copied from class:BasicGraphableReturns the id of the component as a string.- Overrides:
toStringin classBasicGraphable- See Also:
Graphable.getID()
-
-