wonderly.jeaprs
Class StationInfo

java.lang.Object
  |
  +--wonderly.jeaprs.StationInfo

public class StationInfo
extends java.lang.Object

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

Constructor Summary
StationInfo(boolean newd, wonderly.jeaprs.aprs.packet.APRSPacket pkt, wonderly.jeaprs.aprs.packet.APRSData data)
           
 
Method Summary
 int getIcon()
           
 java.lang.String getNameString()
          Returns the name associated with the packet.
 int getOverlayOff()
           
 java.lang.String getStationCall()
           
 boolean isNew()
           
 boolean isNumericOverlay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StationInfo

public StationInfo(boolean newd,
                   wonderly.jeaprs.aprs.packet.APRSPacket pkt,
                   wonderly.jeaprs.aprs.packet.APRSData data)
Method Detail

getOverlayOff

public int getOverlayOff()

isNumericOverlay

public boolean isNumericOverlay()

isNew

public boolean isNew()

getIcon

public int getIcon()

getNameString

public java.lang.String getNameString()
Returns the name associated with the packet. For objects this is the object name. For other packet types, it is the call sign from the From field.


getStationCall

public java.lang.String getStationCall()