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 Link icon

  • Method Details Link icon

    • haveGPSTrack Link icon

      public boolean haveGPSTrack()
    • getGPSDataRate Link icon

      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 Link icon

      public HydrophoneLocator getHydrophoneLocator()
      Returns:
      the hydrophoneLocator
    • setHydrophoneLocator Link icon

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

      public OfflineDataMap getGpsDataMap()
      Returns:
      the gpsDataMap
    • setGpsDataMap Link icon

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