RePast
v. 2.0

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


Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 
Methods inherited from interface uchicago.src.sim.network.Node
addInEdge, addOutEdge, clearInEdges, clearOutEdges, getId, getInEdges, getNodeLabel, getOutEdges, hasEdgeFrom, hasEdgeTo, removeInEdge, removeOutEdge, setNodeLabel
 

Method Detail

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)

RePast
v. 2.0

Bug reports and feature requests to RePast