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

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

public class PlacesHeader
extends java.lang.Object

This is not a separate header, but rather part of the LBL header. It is just separated out for convenience. All the records that have some kind of meaning associated with a place are put here.

Author:
Steve Ratcliffe

Constructor Summary
PlacesHeader()
           
 
Method Summary
 int getCitiesEnd()
           
 int getCitiesStart()
           
 int getCountriesEnd()
           
 int getCountriesStart()
           
 int getNumCities()
           
 int getNumExits()
           
 int getNumHighways()
           
 int getNumZips()
           
 int getPoiPropertiesEnd()
           
 int getPoiPropertiesStart()
           
 int getRegionsEnd()
           
 int getRegionsStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacesHeader

public PlacesHeader()
Method Detail

getNumCities

public int getNumCities()

getNumZips

public int getNumZips()

getPoiPropertiesStart

public int getPoiPropertiesStart()

getPoiPropertiesEnd

public int getPoiPropertiesEnd()

getCitiesStart

public int getCitiesStart()

getCitiesEnd

public int getCitiesEnd()

getNumExits

public int getNumExits()

getCountriesStart

public int getCountriesStart()

getCountriesEnd

public int getCountriesEnd()

getRegionsStart

public int getRegionsStart()

getRegionsEnd

public int getRegionsEnd()

getNumHighways

public int getNumHighways()