org.free.garminimg
Class POILabel

java.lang.Object
  extended by org.free.garminimg.Label
      extended by org.free.garminimg.POILabel
Direct Known Subclasses:
IndexedPOILabel

public class POILabel
extends Label

A label for a Point Of Interest.


Field Summary
 
Fields inherited from class org.free.garminimg.Label
file, initDone, labelOffset, name
 
Constructor Summary
POILabel(ImgFileBag file, int labelOffset)
           
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getPhone()
           
 org.free.garminimg.RgnSubFile getRgn()
           
 java.lang.String getStreet()
           
 java.lang.String getStreetNumber()
           
 TreSubFile getTre()
           
 java.lang.String getZip()
           
protected  void init()
           
 void setCity(java.lang.String city)
           
 void setPhone(java.lang.String phone)
           
 void setStreet(java.lang.String street)
           
 void setStreetNumber(java.lang.String streetNumber)
           
 void setZip(java.lang.String zip)
           
 java.lang.String toDebugHtml()
           
 
Methods inherited from class org.free.garminimg.Label
equals, getName, hashCode, initIfNeeded, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POILabel

public POILabel(ImgFileBag file,
                int labelOffset)
Method Detail

init

protected void init()
             throws java.io.IOException
Specified by:
init in class Label
Throws:
java.io.IOException

setStreetNumber

public void setStreetNumber(java.lang.String streetNumber)

setStreet

public void setStreet(java.lang.String street)

setCity

public void setCity(java.lang.String city)

setZip

public void setZip(java.lang.String zip)

setPhone

public void setPhone(java.lang.String phone)

getCity

public java.lang.String getCity()
                         throws java.io.IOException
Throws:
java.io.IOException

getPhone

public java.lang.String getPhone()
                          throws java.io.IOException
Throws:
java.io.IOException

getStreet

public java.lang.String getStreet()
                           throws java.io.IOException
Throws:
java.io.IOException

getStreetNumber

public java.lang.String getStreetNumber()
                                 throws java.io.IOException
Throws:
java.io.IOException

getZip

public java.lang.String getZip()
                        throws java.io.IOException
Throws:
java.io.IOException

toDebugHtml

public java.lang.String toDebugHtml()
                             throws java.io.IOException
Overrides:
toDebugHtml in class Label
Throws:
java.io.IOException

getTre

public TreSubFile getTre()
                  throws java.io.IOException
Throws:
java.io.IOException

getRgn

public org.free.garminimg.RgnSubFile getRgn()
                                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.