Class IshLocalisation

java.lang.Object
PamDetection.AbstractLocalisation
IshmaelLocator.IshLocalisation

public class IshLocalisation extends AbstractLocalisation
Whenever one of the IshLoc routines calculates a location (bearing, X-Y position, etc.) it generates an IshLocation, which is then passed to the rest of PAMGUARD via IshLocProcess.outputDataBlock.
Author:
Dave Mellinger
  • Field Details

    • timeMsec

      public long timeMsec
    • theta0

      public double theta0
    • theta1

      public double theta1
    • theta0deg

      public double theta0deg
    • theta1deg

      public double theta1deg
    • x

      public double x
    • y

      public double y
    • z

      public double z
  • Method Details

    • getLatLong

      public LatLong getLatLong(int iSide)
      Description copied from class: AbstractLocalisation
      Return the latlong for a location. There may be more than one of them if there is side to side ambiguity.
      Overrides:
      getLatLong in class AbstractLocalisation
      Parameters:
      iSide - 0, 1, 2, etc.
      Returns:
      LatLong information