Package targetMotionModule
Interface TargetMotionLocaliserProvider
public interface TargetMotionLocaliserProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetTMControlPanel
(TargetMotionControl targetMotionControl) Any datablock can provide a localiser control panel for the static localiser, however it must be tailored to the specific type of detection.getTMInfo
(ArrayList<PamDataUnit> detections) Each data block may have a unique way of calculating targetmotion information.
-
Method Details
-
getTMControlPanel
Any datablock can provide a localiser control panel for the static localiser, however it must be tailored to the specific type of detection. For example clicks would require a control panel which can sort out events, classified clicks etc.- Parameters:
staticLocaliserControl
-- Returns:
-
getTMInfo
Each data block may have a unique way of calculating targetmotion information.- Parameters:
detections
- -list of detections in a single target motion event.- Returns:
- any class which implements TargetMotionInformation
-