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 Summary
Modifier and TypeMethodDescriptionGet the algorithm nameint
Get the likely content flags for this localiser.Get the algorithm parameters.
-
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;
-