Uses of Class
com.irurueta.navigation.indoor.position.PositionEstimationException

Packages that use PositionEstimationException
Package
Description
Estimates positions using Wi-Fi/Beacons signals.
  • Uses of PositionEstimationException in com.irurueta.navigation.indoor.position

    Modifier and Type
    Method
    Description
    void
    LinearMixedPositionEstimator.estimate()
    Estimates position based on provided located radio sources and RSSI readings of such radio sources at an unknown location.
    void
    LinearRangingAndRssiPositionEstimator.estimate()
    Estimates position based on provided located radio sources and RSSI readings of such radio sources at an unknown location.
    void
    LinearRangingPositionEstimator.estimate()
    Estimates position based on provided located radio sources and RSSI readings of such radio sources at an unknown location.
    void
    LinearRssiPositionEstimator.estimate()
    Estimates position based on provided located radio sources and RSSI readings of such radio sources at an unknown location.
    void
    NonLinearMixedPositionEstimator.estimate()
    Estimates position based on provided located radio sources and readings of such radio sources at an unknown location.
    void
    NonLinearRangingAndRssiPositionEstimator.estimate()
    Estimates position based on provided located radio sources and readings of such radio sources at an unknown location.
    void
    NonLinearRangingPositionEstimator.estimate()
    Estimates position based on provided located radio sources and readings of such radio sources at an unknown location.
    void
    NonLinearRssiPositionEstimator.estimate()
    Estimates position based on provided located radio sources and readings of such radio sources at an unknown location.
    abstract void
    PositionEstimator.estimate()
    Estimates position based on provided located radio sources and readings of such radio sources at an unknown location.