org.geotools.graph.util.delaunay
Class DelaunayNode

Object
  extended by BasicGraphable
      extended by BasicNode
          extended by BasicXYNode
              extended by DelaunayNode
All Implemented Interfaces:
Serializable, Graphable, XYNode, Node

public class DelaunayNode
extends BasicXYNode

Author:
jfc173
See Also:
Serialized Form

Constructor Summary
DelaunayNode()
          Creates a new instance of delaunayNode
 
Method Summary
 boolean equals(Object o)
           
 SimpleFeature getFeature()
           
 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 class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Node
add, getDegree, getEdge, getEdges, getEdges, remove
 
Methods inherited from interface Graphable
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited
 

Constructor Detail

DelaunayNode

public DelaunayNode()
Creates a new instance of delaunayNode

Method Detail

setFeature

public void setFeature(SimpleFeature f)

getFeature

public SimpleFeature getFeature()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Description copied from class: BasicGraphable
Returns the id of the component as a string.

Overrides:
toString in class BasicGraphable
See Also:
Graphable.getID()


Copyright © 1996-2014 Geotools. All Rights Reserved.