|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.graph.structure.basic.BasicGraphable
org.geotools.graph.structure.basic.BasicNode
org.geotools.graph.structure.line.BasicXYNode
org.geotools.graph.util.delaunay.DelaunayNode
public class DelaunayNode
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 |
---|
public DelaunayNode()
Method Detail |
---|
public void setFeature(org.opengis.feature.simple.SimpleFeature f)
public org.opengis.feature.simple.SimpleFeature getFeature()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
BasicGraphable
toString
in class BasicGraphable
Graphable.getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |