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 SummaryConstructors Constructor Description DelaunayNode()Creates a new instance of delaunayNode
 - 
Method SummaryAll 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 BasicXYNodegetCoordinate, setCoordinate
 - 
Methods inherited from class BasicNodeadd, getDegree, getEdge, getEdges, getEdges, getRelated, remove
 - 
Methods inherited from class BasicGraphablegetCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited
 - 
Methods inherited from interface GraphablegetCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited
 
- 
 
- 
- 
- 
Method Detail- 
setFeaturepublic void setFeature(SimpleFeature f) 
 - 
getFeaturepublic SimpleFeature getFeature() 
 - 
toStringpublic String toString() Description copied from class:BasicGraphableReturns the id of the component as a string.- Overrides:
- toStringin class- BasicGraphable
- See Also:
- Graphable.getID()
 
 
- 
 
-