public final class AntennaUtilities
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Integer> |
GetAntennaIdsByRing(java.util.List<? extends java.lang.Number> rings,
ReaderModel model)
Accepts a list of rings and a reader model, and returns the list
of antennas in the selected rings.
|
static java.util.List<java.lang.Integer> |
GetAntennaIdsBySector(java.util.List<? extends java.lang.Number> sectors,
ReaderModel model)
Accepts a list of sectors and a reader model, and returns the list
of antennas in the selected sectors.
|
static java.util.List<java.lang.Integer> |
GetAvailableSectors(ReaderModel model)
Gets the list of available sectors for the reader model.
|
static java.util.List<java.lang.Integer> |
GetOptimizedAntennaList(ReaderModel model)
Get the optimized antenna list for the provided reader model.
|
public static java.util.List<java.lang.Integer> GetOptimizedAntennaList(ReaderModel model)
model
- The model of the reader whose optimized antenna list is desired.public static java.util.List<java.lang.Integer> GetAntennaIdsBySector(java.util.List<? extends java.lang.Number> sectors, ReaderModel model)
sectors
- The list of sectors, whose associated antennas are desired.model
- The model of the reader whose sector to antenna mapping is desired.public static java.util.List<java.lang.Integer> GetAvailableSectors(ReaderModel model)
model
- The model of the reader whose sector list is desired.public static java.util.List<java.lang.Integer> GetAntennaIdsByRing(java.util.List<? extends java.lang.Number> rings, ReaderModel model)
rings
- The list of rings, whose associated antennas are desired.model
- The model of the reader whose ring to antenna mapping is desired.