|
|||||||||||
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.BasicDirectedNode org.geotools.graph.structure.line.BasicDirectedXYNode
Basic implementation of a directed XYNode extended from BasicDirectedNode. The coordinate is stored in the underlying object reference of the node.
BasicDirectedNode
,
Serialized FormConstructor Summary | |
BasicDirectedXYNode()
|
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.BasicDirectedNode |
add, addIn, addOut, getDegree, getEdge, getEdges, getEdges, getInDegree, getInEdge, getInEdges, getInEdges, getInRelated, getOutDegree, getOutEdge, getOutEdges, getOutEdges, getOutRelated, getRelated, remove, removeIn, removeOut |
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 BasicDirectedXYNode()
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 |