wonderly.jeaprs.aprs.packet
Interface APRSPositionData

All Known Implementing Classes:
APRSGps, APRSLocationInfo, APRSObject, APRSPosition

public interface APRSPositionData

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

Method Summary
 int getCourse()
           
 wonderly.jeaprs.ByteString getGridInfo()
           
 int getIcon()
           
 long getLatHundredthsSeconds()
           
 java.lang.String getLatHundredthsSecondsToString(long lat)
           
 long getLonHundredthsSeconds()
           
 java.lang.String getLonHundredthsSecondsToString(long lon)
           
 wonderly.jeaprs.ByteString getMessage()
           
 wonderly.jeaprs.ByteString getName()
           
 int getOverlayIndex()
           
 int getSpeedInHundredthsMPH()
           
 boolean isAltIcon()
           
 boolean isGridOnly()
           
 boolean isOverlayAlpha()
           
 boolean isOverlayNumeric()
           
 

Method Detail

getLatHundredthsSeconds

public long getLatHundredthsSeconds()

getLonHundredthsSeconds

public long getLonHundredthsSeconds()

getLatHundredthsSecondsToString

public java.lang.String getLatHundredthsSecondsToString(long lat)

getLonHundredthsSecondsToString

public java.lang.String getLonHundredthsSecondsToString(long lon)

isOverlayAlpha

public boolean isOverlayAlpha()

isOverlayNumeric

public boolean isOverlayNumeric()

isAltIcon

public boolean isAltIcon()

isGridOnly

public boolean isGridOnly()

getGridInfo

public wonderly.jeaprs.ByteString getGridInfo()

getCourse

public int getCourse()

getSpeedInHundredthsMPH

public int getSpeedInHundredthsMPH()

getOverlayIndex

public int getOverlayIndex()

getIcon

public int getIcon()

getMessage

public wonderly.jeaprs.ByteString getMessage()

getName

public wonderly.jeaprs.ByteString getName()