Package Localiser

Interface LocalisationAlgorithmInfo

All Known Subinterfaces:
BearingLocaliser
All Known Implementing Classes:
BearingLocaliserControl, CombinedBearingLocaliser, LSQBearingLocaliser, MLGridBearingLocaliser, MLGridBearingLocaliser2, MLLineBearingLocaliser2, PairBearingLocaliser, SimplexBearingLocaliser, TargetMotionLocaliser

public interface LocalisationAlgorithmInfo
  • Method Details

    • getLocalisationContents

      int getLocalisationContents()
      Get the likely content flags for this localiser.
      Returns:
      localisation flags.
      See Also:
    • getAlgorithmName

      String getAlgorithmName()
      Get the algorithm name
      Returns:
      algorithm name
    • getParameters

      Serializable getParameters()
      Get the algorithm parameters. Something else can turn these into xml for Tethys.
      Returns:
      algorithm parameters object. Might be null;