Package tethys

Class TethysLocationFuncs

java.lang.Object
tethys.TethysLocationFuncs

public class TethysLocationFuncs extends Object
Function(s) to get location information for Tethys in the required format.
Author:
dg50
  • 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

      public static LatLong getLatLongData(long timeMillis)