ps6.tigerdb
Class DatabaseReader.GeoChain

java.lang.Object
  extended by ps6.tigerdb.DatabaseReader.GeoChain
Enclosing class:
DatabaseReader

public class DatabaseReader.GeoChain
extends Object


Method Summary
 String getLeftAddresses()
          Get the set of addresses on the left
 String getRightAddresses()
          Get the set of addresses on the right
 TigerRT1 getRT1()
           
 Collection<TigerRT6> getRT6s()
           
 boolean sidesDisjoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRT1

public TigerRT1 getRT1()
Returns:
the overall Route information (the RT1)

getRT6s

public Collection<TigerRT6> getRT6s()
Returns:
the small pieces of Route information in a list of RT6s

getLeftAddresses

public String getLeftAddresses()
Get the set of addresses on the left


getRightAddresses

public String getRightAddresses()
Get the set of addresses on the right


sidesDisjoint

public boolean sidesDisjoint()
Returns:
true iff the street numbers on the sides of this chain contain no common elements.