ps6.tigerdb
Class TigerRT6

java.lang.Object
  extended by ps6.tigerdb.TigerRecord
      extended by ps6.tigerdb.TigerRwTLID
          extended by ps6.tigerdb.TigerRT6
All Implemented Interfaces:
Serializable

public class TigerRT6
extends TigerRwTLID

TigerRT6.java

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ps6.tigerdb.TigerRecord
TigerRecord.NoInt
 
Field Summary
static long serialVersionUID
           
 
Constructor Summary
TigerRT6(String s)
           
 
Method Summary
 DirectedStreetNumberRange getLeftRange()
           
 DirectedStreetNumberRange getRightRange()
           
 
Methods inherited from class ps6.tigerdb.TigerRwTLID
getTLID
 
Methods inherited from class ps6.tigerdb.TigerRecord
die, makeGP, parseAddrRange, toInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TigerRT6

public TigerRT6(String s)
         throws BadRecordException
Throws:
BadRecordException
Method Detail

getLeftRange

public DirectedStreetNumberRange getLeftRange()
Returns:
the left street number range associated with this RT6

getRightRange

public DirectedStreetNumberRange getRightRange()
Returns:
the right street number range associated with this RT6