Class RWTethysDataProvider

java.lang.Object
tethys.pamdata.TethysDataProvider
tethys.pamdata.AutoTethysProvider
RightWhaleEdgeDetector.species.RWTethysDataProvider

public class RWTethysDataProvider extends AutoTethysProvider
  • Constructor Details

  • Method Details

    • createDetection

      public nilus.Detection createDetection(PamDataUnit dataUnit, TethysExportParams tethysExportParams, StreamExportParams streamExportParams)
      Description copied from class: TethysDataProvider
      Create a Tethys Detection object from a PamDataUnit.
      It's OK for this to return null if for some reason the unit shouldn't be stored.
      Overrides:
      createDetection in class AutoTethysProvider
      Parameters:
      dataUnit - PAMGuard data unit
      tethysExportParams -
      streamExportParams -
      Returns:
      Detection Tethys Detection object.