public class OptDirectedXYNode extends OptDirectedNode implements XYNode
OptDirectedNode,
Serialized FormOptDirectedNode.RelatedIterator| Constructor and Description |
|---|
OptDirectedXYNode() |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getCoordinate()
This method creates a new Coordinate object upon each call.
|
void |
setCoordinate(Coordinate c)
This method strips only the x and y ordinates from the Coordinate object and stores them.
|
add, addIn, addOut, getDegree, getEdge, getEdges, getEdges, getInDegree, getInEdge, getInEdgeArray, getInEdges, getInEdges, getInRelated, getOutDegree, getOutEdge, getOutEdgeArray, getOutEdges, getOutEdges, getOutRelated, getRelated, remove, removeIn, removeOut, setInDegree, setOutDegreegetCount, getID, getObject, isVisited, setCount, setID, setObject, setVisitedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCount, getID, getObject, getRelated, isVisited, setCount, setID, setObject, setVisitedpublic Coordinate getCoordinate()
getCoordinate in interface XYNodeXYNode.getCoordinate()public void setCoordinate(Coordinate c)
setCoordinate in interface XYNodec - A coordinate.XYNode.setCoordinate(Coordinate)Copyright © 1996–2019 Geotools. All rights reserved.