Package tethys.deployment
Class TrackInformation
java.lang.Object
tethys.deployment.TrackInformation
Some general information about the track: whether it exists and 
 the frequency of GPS points.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoubleGet an estimate of the highest GPS data rate in points per second.booleanvoidsetGpsDataMap(OfflineDataMap gpsDataMap) voidsetHydrophoneLocator(HydrophoneLocator hydrophoneLocator)  
- 
Constructor Details
- 
TrackInformation
 
 - 
 - 
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
- Returns:
 - the hydrophoneLocator
 
 - 
setHydrophoneLocator
- Parameters:
 hydrophoneLocator- the hydrophoneLocator to set
 - 
getGpsDataMap
- Returns:
 - the gpsDataMap
 
 - 
setGpsDataMap
- Parameters:
 gpsDataMap- the gpsDataMap to set
 
 -