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 Link icon

    • timeMsec Link icon

      public long timeMsec
    • theta0 Link icon

      public double theta0
    • theta1 Link icon

      public double theta1
    • theta0deg Link icon

      public double theta0deg
    • theta1deg Link icon

      public double theta1deg
    • x Link icon

      public double x
    • y Link icon

      public double y
    • z Link icon

      public double z
  • Method Details Link icon

    • getLatLong Link icon

      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