Package PamguardMVC

Class PamConstants

java.lang.Object
PamguardMVC.PamConstants

public class PamConstants extends Object
Some constants to be used throughout PAMGuard
Author:
Doug Gillepsie
  • Field Details

    • MAX_CHANNELS

      public static final int MAX_CHANNELS
      The maximum number of allowed channels
      See Also:
    • METERS_PER_MILE

      public static final double METERS_PER_MILE
      The number of meters in a mile.
      See Also:
    • MAX_ITEM_NAME_LENGTH

      public static final int MAX_ITEM_NAME_LENGTH
      The maximum item character length allowed in the database
      See Also:
    • EARTH_RADIUS_METERS

      public static final int EARTH_RADIUS_METERS
      The radius of the earth in meters.
      See Also:
    • MAX_DATE_TIME

      public static final long MAX_DATE_TIME
      The maximum date PAMGuard supports. This prevents multi millenia dates in the future being used if numbers in database or binary files have been corrupted.
      See Also:
  • Constructor Details

    • PamConstants

      public PamConstants()