Package tethys
Class TethysLocationFuncs
java.lang.Object
tethys.TethysLocationFuncs
Function(s) to get location information for Tethys in the required format.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddPositionData(nilus.DeploymentRecoveryDetails drd) Add position data to DeploymentRecoveryDetails.static LatLonggetLatLongData(long timeMillis) static voidgetTrackAndPositionData(nilus.Deployment deployment) Get everything we need for a deployment document including the track # and the deployment / recovery information. 
- 
Constructor Details
- 
TethysLocationFuncs
public TethysLocationFuncs() 
 - 
 - 
Method Details
- 
getTrackAndPositionData
public static void getTrackAndPositionData(nilus.Deployment deployment) Get everything we need for a deployment document including the track # and the deployment / recovery information. Basically this means we have to load the GPS data, then potentially filter it. Slight risk this may all be too much for memory, but give it a go by loading GPS data for the deployment times.- Parameters:
 deployment-
 - 
addPositionData
public static boolean addPositionData(nilus.DeploymentRecoveryDetails drd) Add position data to DeploymentRecoveryDetails.- Parameters:
 drd-- Returns:
 
 - 
getLatLongData
 
 -