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 boolean
equals(Object o)
SimpleFeature
getFeature()
int
hashCode()
void
setFeature(SimpleFeature f)
String
toString()
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:BasicGraphable
Returns the id of the component as a string.- Overrides:
toString
in classBasicGraphable
- See Also:
Graphable.getID()
-
-