Uses of Interface
com.irurueta.navigation.indoor.RadioSourceWithPowerAndLocated
Packages that use RadioSourceWithPowerAndLocated
Package
Description
Contains structures to estimate positions and radio sources, as well
as required measurements to make such estimations.
Estimates radio sources using Wi-Fi/Beacons signals.
-
Uses of RadioSourceWithPowerAndLocated in com.irurueta.navigation.indoor
Classes in com.irurueta.navigation.indoor that implement RadioSourceWithPowerAndLocatedModifier and TypeClassDescriptionclassBeaconWithPowerAndLocated<P extends com.irurueta.geometry.Point<?>>Data related to a beacon whose transmitted power, standard deviation of such transmitted power and its location are known.classData related to a beacon whose transmitted power, standard deviation of such transmitted power and its 2D location are known.classData related to a beacon whose transmitted power, standard deviation of such transmitted power and its 3D location are known.classWifiAccessPointWithPowerAndLocated<P extends com.irurueta.geometry.Point<?>>Data related to a Wi-Fi access point with estimated transmitted power and known location.classData related to a Wi-Fi access point with estimated transmitted power and known 2D location.classData related to a Wi-Fi access point with estimated transmitted power and known 3D location. -
Uses of RadioSourceWithPowerAndLocated in com.irurueta.navigation.indoor.radiosource
Methods in com.irurueta.navigation.indoor.radiosource that return RadioSourceWithPowerAndLocatedModifier and TypeMethodDescriptionRadioSourceWithPowerAndLocated<com.irurueta.geometry.Point2D> RobustRangingAndRssiRadioSourceEstimator2D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point3D> RobustRangingAndRssiRadioSourceEstimator3D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point2D> RobustRssiRadioSourceEstimator2D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point3D> RobustRssiRadioSourceEstimator3D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point2D> RssiRadioSourceEstimator2D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point3D> RssiRadioSourceEstimator3D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point2D> SequentialRobustRangingAndRssiRadioSourceEstimator2D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.RadioSourceWithPowerAndLocated<com.irurueta.geometry.Point3D> SequentialRobustRangingAndRssiRadioSourceEstimator3D.getEstimatedRadioSource()Gets estimated located radio source with estimated transmitted power.