Interface RadioSourceWithPowerAndLocated<P extends com.irurueta.geometry.Point<?>>

Type Parameters:
P - a Point type.
All Superinterfaces:
RadioSource, RadioSourceLocated<P>, RadioSourceWithPower, Serializable
All Known Implementing Classes:
BeaconWithPowerAndLocated, BeaconWithPowerAndLocated2D, BeaconWithPowerAndLocated3D, WifiAccessPointWithPowerAndLocated, WifiAccessPointWithPowerAndLocated2D, WifiAccessPointWithPowerAndLocated3D

public interface RadioSourceWithPowerAndLocated<P extends com.irurueta.geometry.Point<?>> extends RadioSourceWithPower, RadioSourceLocated<P>
Interface defining any radio source (e.g. Wi-Fi access point or Bluetooth beacon) whose transmitted power and location are known.