org.discotools.io.aprs
Class AprsDigi

java.lang.Object
  extended by org.discotools.io.aprs.AprsStation
      extended by org.discotools.io.aprs.AprsDigi

public class AprsDigi
extends AprsStation


Constructor Summary
AprsDigi(AprsReport aprs, boolean isUsed, int limit, long lifetime)
           
AprsDigi(String callSign, String status, com.vividsolutions.jts.geom.Point location, boolean isUsed, int limit, long lifetime)
           
 
Method Summary
 boolean isUsed()
           
static List<AprsDigi> toList(String path, AprsCache cache, AprsVicinityPlot plotting)
           
 String toString()
           
 
Methods inherited from class org.discotools.io.aprs.AprsStation
contains, getAltitude, getBearing, getCallSign, getComment, getCourse, getLastPacket, getLocation, getLocations, getPacketList, getPath, getPositionList, getSpeed, getStatus, getStatusList, getSymbol, getTime, getUpdateAge, purge, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AprsDigi

public AprsDigi(AprsReport aprs,
                boolean isUsed,
                int limit,
                long lifetime)

AprsDigi

public AprsDigi(String callSign,
                String status,
                com.vividsolutions.jts.geom.Point location,
                boolean isUsed,
                int limit,
                long lifetime)
Method Detail

isUsed

public boolean isUsed()

toString

public String toString()
Overrides:
toString in class AprsStation

toList

public static final List<AprsDigi> toList(String path,
                                          AprsCache cache,
                                          AprsVicinityPlot plotting)


Copyright © 2012-2013 DISCO Foundation. All Rights Reserved.