ps6.tigerdb
Class DatabaseReader.GeoChain
java.lang.Object
  
ps6.tigerdb.DatabaseReader.GeoChain
- Enclosing class:
 - DatabaseReader
 
public class DatabaseReader.GeoChain
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.