public class BasicXYNode extends BasicNode implements XYNode
BasicNode
,
Serialized FormConstructor and Description |
---|
BasicXYNode() |
Modifier and Type | Method and Description |
---|---|
Coordinate |
getCoordinate()
Returns the coordinate associated with the node.
|
void |
setCoordinate(Coordinate c)
Sets the coordinate associated with the node.
|
add, getDegree, getEdge, getEdges, getEdges, getRelated, remove
getCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisited
public Coordinate getCoordinate()
XYNode
getCoordinate
in interface XYNode
XYNode.getCoordinate()
public void setCoordinate(Coordinate c)
XYNode
setCoordinate
in interface XYNode
c
- A coordinate.XYNode.setCoordinate(Coordinate)
Copyright © 1996–2019 Geotools. All rights reserved.