uk.me.parabola.imgfmt.app.lbl
Class PlacesFile

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.lbl.PlacesFile

public class PlacesFile
extends java.lang.Object

This is really part of the LBLFile. We split out all the parts of the file that are to do with location to here.


Constructor Summary
PlacesFile()
           
 
Method Summary
 ExitFacility createExitFacility(int type, char direction, int facilities, java.lang.String description, boolean last)
           
 int numCities()
           
 int numExitFacilities()
           
 int numHighways()
           
 int numZips()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacesFile

public PlacesFile()
Method Detail

createExitFacility

public ExitFacility createExitFacility(int type,
                                       char direction,
                                       int facilities,
                                       java.lang.String description,
                                       boolean last)

numCities

public int numCities()

numZips

public int numZips()

numHighways

public int numHighways()

numExitFacilities

public int numExitFacilities()