Interface MasterReferenceSystem

All Known Implementing Classes:
ArrayReferenceSystem, GPSDataSystem

public interface MasterReferenceSystem
System for master references used by various bits of PAMGuard.
Author:
Doug Gillespie
  • Method Details Link icon

    • getLatLong Link icon

      LatLong getLatLong()
    • getFixTime Link icon

      Long getFixTime()
    • getCourse Link icon

      Double getCourse()
    • getHeading Link icon

      Double getHeading()
    • getName Link icon

      String getName()
    • getSpeed Link icon

      Double getSpeed()
    • getError Link icon

      String getError()
    • setDisplayTime Link icon

      void setDisplayTime(long displayTime)