|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.graph.structure.basic.BasicGraphable org.geotools.graph.structure.basic.BasicNode org.geotools.graph.structure.line.BasicXYNode
Basic implementation of XYNode extended from BasicNode. The coordinate is stored in the underlying object reference of the node.
BasicNode
,
Serialized FormConstructor Summary | |
BasicXYNode()
|
Method Summary | |
com.vividsolutions.jts.geom.Coordinate |
getCoordinate()
Returns the coordinate associated with the node. |
void |
setCoordinate(com.vividsolutions.jts.geom.Coordinate c)
Sets the coordinate associated with the node. |
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, toString |
Methods inherited from class java.lang.Object |
clone, equals, 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 BasicXYNode()
Method Detail |
public com.vividsolutions.jts.geom.Coordinate getCoordinate()
XYNode
getCoordinate
in interface XYNode
XYNode.getCoordinate()
public void setCoordinate(com.vividsolutions.jts.geom.Coordinate c)
XYNode
setCoordinate
in interface XYNode
c
- A coordinate.XYNode.setCoordinate(Coordinate)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |