public class BasicDirectedXYNode extends BasicDirectedNode implements XYNode
BasicDirectedNode,
Serialized Form| Constructor 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, removeOutgetCount, getID, getObject, isVisited, setCount, setID, setObject, setVisited, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisitedpublic Coordinate getCoordinate()
XYNodegetCoordinate in interface XYNodeXYNode.getCoordinate()public void setCoordinate(Coordinate c)
XYNodesetCoordinate in interface XYNodec - A coordinate.XYNode.setCoordinate(Coordinate)Copyright © 1996–2019 Geotools. All rights reserved.