Package GPS

Class GPSDataMatcher

java.lang.Object
GPS.GPSDataMatcher

public class GPSDataMatcher extends Object
Class of utilities to help match times to GPS locations. PArticulalry used offline to match large amounts of data to GPS data so that Lat Longs can be written out with other database data. Will load GPS Data in reasonable chunks and match detections into them. Is accessed from GPS Control (not a singleton since future versions of PAMGuard will probably support multiple GPS sources).
Author:
Doug Gillespie
  • Constructor Details

    • GPSDataMatcher

      public GPSDataMatcher(GPSControl gpsControl)
  • Method Details

    • matchData

      public GpsData matchData(long dataTimeMillis)