Class ClickEventTethysDataProvider


public class ClickEventTethysDataProvider extends AutoTethysProvider
  • Constructor Details

  • Method Details

    • getAllowedGranularities

      public nilus.GranularityEnumType[] getAllowedGranularities()
      Description copied from class: TethysDataProvider
      Get a list of allowed granularity types for this output
      Overrides:
      getAllowedGranularities in class AutoTethysProvider
      Returns:
      list of granularities.
    • 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.
    • granularityOK

      public boolean granularityOK(nilus.GranularityEnumType granularityType)
      Description copied from class: AutoTethysProvider
      Granularity is OK for export.
      Overrides:
      granularityOK in class AutoTethysProvider
      Parameters:
      granularityType -
      Returns: