uchicago.src.sim.gis
Interface SpatialNode
- All Superinterfaces:
- Node
- All Known Implementing Classes:
- DefaultSpatialNode, PointAdapter, SchellingPolygon
- public interface SpatialNode
- extends Node
This interface defines a Node that exists in real space.
It contains x, y and z coordinates. For 3d spaces z = 0.0
| Methods inherited from interface uchicago.src.sim.network.Node |
addInEdge, addOutEdge, clearInEdges, clearOutEdges, getId, getInEdges, getNodeLabel, getOutEdges, hasEdgeFrom, hasEdgeTo, removeInEdge, removeOutEdge, setNodeLabel |
getX
public double getX()
getY
public double getY()
getZ
public double getZ()
setX
public void setX(double x)
setY
public void setY(double y)
setZ
public void setZ(double z)
Bug reports and feature requests to RePast