uk.me.parabola.imgfmt.app.net
Class RouteCenter
java.lang.Object
uk.me.parabola.imgfmt.app.net.RouteCenter
public class RouteCenter
- extends java.lang.Object
Routing nodes are divided into areas which I am calling RouteCenter's.
The center has a location and it contains nodes that are nearby.
There is routing between nodes in the center and there are links
to nodes in other centers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteCenter
public RouteCenter(Area area,
java.util.List<RouteNode> nodes,
TableA tabA,
TableB tabB)
write
public void write(ImgFileWriter writer)
- Write a route center.
writer.position() is relative to the start of NOD 1.
Space for Table A is reserved but not written. See writeTableA.
writePost
public void writePost(ImgFileWriter writer)
getArea
public Area getArea()
reportSizes
public java.lang.String reportSizes()