public class BasicDirectedXYNode extends BasicDirectedNode implements XYNode
BasicDirectedNode
,
Serialized FormConstructor and Description |
---|
BasicDirectedXYNode() |
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, addIn, addOut, getDegree, getEdge, getEdges, getEdges, getInDegree, getInEdge, getInEdges, getInEdges, getInRelated, getOutDegree, getOutEdge, getOutEdges, getOutEdges, getOutRelated, getRelated, remove, removeIn, removeOut
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.