Uses of Interface
targetMotionModule.TargetMotionInformation
Packages that use TargetMotionInformation
-
Uses of TargetMotionInformation in difar
Classes in difar that implement TargetMotionInformation -
Uses of TargetMotionInformation in difar.trackedGroups
Classes in difar.trackedGroups that implement TargetMotionInformation -
Uses of TargetMotionInformation in targetMotionModule
Classes in targetMotionModule that implement TargetMotionInformationModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Methods in targetMotionModule that return TargetMotionInformationModifier and TypeMethodDescriptionTargetMotionControl.getCurrentTMinfo()
TMManager.getTMinfo()
TargetMotionLocaliserProvider.getTMInfo
(ArrayList<PamDataUnit> detections) Each data block may have a unique way of calculating targetmotion information.TMManager.TMInfoWorker.getTMInfo()
Methods in targetMotionModule with parameters of type TargetMotionInformationModifier and TypeMethodDescriptionTargetMotionControl.calcStreamerPath
(TargetMotionInformation tmInfo, long millisStart, long millisEnd, TMManager.TMInfoWorker tmWorker) Calculate the path of all streamers over the loaded GPS data.TargetMotionLocaliser.runModels
(TargetMotionInformation targetMotionInformation, TargetMotionModel[] modelList) void
TargetMotionControl.setCurrentTMinfo
(TargetMotionInformation currentTMinfo) Method parameters in targetMotionModule with type arguments of type TargetMotionInformationModifier and TypeMethodDescriptionvoid
TargetMotionLocaliser.localiseEventList
(ArrayList<TargetMotionInformation> targetMotionInfo, TargetMotionModel[] modelList, boolean isSupervised) -
Uses of TargetMotionInformation in targetMotionModule.algorithms
Methods in targetMotionModule.algorithms with parameters of type TargetMotionInformationModifier and TypeMethodDescriptionLeastSquares.runModel
(TargetMotionInformation targetMotionInformation) MarkovChain.runModel
(TargetMotionInformation targetMotionInformation) Run the MCMC localisation algorithm for target motion analysis.Simplex2D.runModel
(TargetMotionInformation targetMotionInformation) Simplex3D.runModel
(TargetMotionInformation targetMotionInformation) Simplex3DTD.runModel
(TargetMotionInformation targetMotionInformation) TargetMotionModel.runModel
(TargetMotionInformation targetMotionInformation)