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
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get an estimate of the highest GPS data rate in points per second.boolean
void
setGpsDataMap
(OfflineDataMap gpsDataMap) void
setHydrophoneLocator
(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
-