Uses of Class
com.irurueta.navigation.indoor.BeaconIdentifier
Packages that use BeaconIdentifier
Package
Description
Contains structures to estimate positions and radio sources, as well
as required measurements to make such estimations.
-
Uses of BeaconIdentifier in com.irurueta.navigation.indoor
Fields in com.irurueta.navigation.indoor with type parameters of type BeaconIdentifierModifier and TypeFieldDescriptionprivate ArrayList<BeaconIdentifier> Beacon.identifiersThe list of the multipart identifiers of the beacon.Methods in com.irurueta.navigation.indoor that return BeaconIdentifierModifier and TypeMethodDescriptionstatic BeaconIdentifierBeaconIdentifier.fromBytes(byte[] bytes, int start, int end, boolean littleEndian) Creates an identifier from the specified byte array.static BeaconIdentifierBeaconIdentifier.fromInt(int intValue) Creates an identifier backed by a two byte array (big endian).static BeaconIdentifierBeaconIdentifier.fromLong(long longValue, int desiredByteLength) Creates an identifier backed by an array of length desiredByteLength.static BeaconIdentifierTransforms aUUIDinto an identifier.Beacon.getId1()Convenience method to get the first identifier.Beacon.getId2()Convenience method to get the second identifier.Beacon.getId3()Convenience method to get the third identifier.Beacon.getIdentifier(int i) Returns the specified identifier - 0 indexed.static BeaconIdentifierTakes the passed string and tries to figure out what format it is in.static BeaconIdentifierVariant of the parse method that allows specifying the byte length of the identifier.private static BeaconIdentifierParses a string containing a beacon identifier in hexadecimal format.Methods in com.irurueta.navigation.indoor that return types with arguments of type BeaconIdentifierModifier and TypeMethodDescriptionBeacon.getIdentifiers()Gets the list of the multipart identifiers of the beacon.Methods in com.irurueta.navigation.indoor with parameters of type BeaconIdentifierModifier and TypeMethodDescriptionintBeaconIdentifier.compareTo(BeaconIdentifier that) Compares two identifiers.Constructor parameters in com.irurueta.navigation.indoor with type arguments of type BeaconIdentifierModifierConstructorDescriptionBeacon(List<BeaconIdentifier> identifiers, double transmittedPower) Constructor.Beacon(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency) Constructor.Beacon(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName) Constructor.Beacon(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, P position) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, P position) Constructor.BeaconLocated(List<BeaconIdentifier> identifiers, double transmittedPower, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, com.irurueta.geometry.Point2D position) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point2D position) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position) Constructor.BeaconLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, com.irurueta.geometry.Point3D position) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point3D position) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position) Constructor.BeaconLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation) Constructor.BeaconWithPower(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, P position) Constructor.BeaconWithPowerAndLocated(List<BeaconIdentifier> identifiers, double transmittedPower, P position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position) Constructor.BeaconWithPowerAndLocated2D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point2D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double pathLossExponent, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, double frequency, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, double pathLossExponent, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, double pathLossExponent, Double transmittedPowerStandardDeviation, Double pathLossExponentStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position) Constructor.BeaconWithPowerAndLocated3D(List<BeaconIdentifier> identifiers, double transmittedPower, String bluetoothAddress, int beaconTypeCode, int manufacturer, int serviceUuid, String bluetoothName, Double transmittedPowerStandardDeviation, com.irurueta.geometry.Point3D position, com.irurueta.algebra.Matrix positionCovariance) Constructor.