org.geotools.graph.util.delaunay
Class DelaunayNode

java.lang.Object
  extended by org.geotools.graph.structure.basic.BasicGraphable
      extended by org.geotools.graph.structure.basic.BasicNode
          extended by org.geotools.graph.structure.line.BasicXYNode
              extended by org.geotools.graph.util.delaunay.DelaunayNode
All Implemented Interfaces:
java.io.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(java.lang.Object o)
           
 org.opengis.feature.simple.SimpleFeature getFeature()
           
 void setFeature(org.opengis.feature.simple.SimpleFeature f)
           
 java.lang.String toString()
          Returns the id of the component as a string.
 
Methods inherited from class org.geotools.graph.structure.line.BasicXYNode
getCoordinate, setCoordinate
 
Methods inherited from class org.geotools.graph.structure.basic.BasicNode
add, getDegree, getEdge, getEdges, getEdges, getRelated, remove
 
Methods inherited from class org.geotools.graph.structure.basic.BasicGraphable
getCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.geotools.graph.structure.Node
add, getDegree, getEdge, getEdges, getEdges, remove
 
Methods inherited from interface org.geotools.graph.structure.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(org.opengis.feature.simple.SimpleFeature f)

getFeature

public org.opengis.feature.simple.SimpleFeature getFeature()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.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-2010 Geotools. All Rights Reserved.