Class TrackInformation

java.lang.Object
tethys.deployment.TrackInformation

public class TrackInformation extends Object
Some general information about the track: whether it exists and the frequency of GPS points.
Author:
dg50
  • Constructor Details

  • Method Details

    • haveGPSTrack

      public boolean haveGPSTrack()
    • getGPSDataRate

      public double getGPSDataRate()
      Get an estimate of the highest GPS data rate in points per second. This is obtained from the datamap, taking the highest rate for all data map points (typically an hour of database data).
      Returns:
    • getHydrophoneLocator

      public HydrophoneLocator getHydrophoneLocator()
      Returns:
      the hydrophoneLocator
    • setHydrophoneLocator

      public void setHydrophoneLocator(HydrophoneLocator hydrophoneLocator)
      Parameters:
      hydrophoneLocator - the hydrophoneLocator to set
    • getGpsDataMap

      public OfflineDataMap getGpsDataMap()
      Returns:
      the gpsDataMap
    • setGpsDataMap

      public void setGpsDataMap(OfflineDataMap gpsDataMap)
      Parameters:
      gpsDataMap - the gpsDataMap to set