public class PlacementConfig
extends java.lang.Object
| Constructor and Description |
|---|
PlacementConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFacilityXLocationCm()
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
int |
getFacilityYLocationCm()
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
short |
getHeightCm()
The xArray needs to know its height above ground level to perform
location calculations.
|
short |
getOrientationDegrees()
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
void |
setFacilityXLocationCm(int facilityXLocationCm)
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
void |
setFacilityYLocationCm(int facilityYLocationCm)
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
void |
setHeightCm(short heightCm)
The xArray needs to know its height above ground level to perform
location calculations.
|
void |
setOrientationDegrees(short orientationDegrees)
When operating multiple xArrays in a single facility, a common coordinate
system is desirable across all xArrays so that location data can be
interpreted store-wide.
|
public short getHeightCm()
public void setHeightCm(short heightCm)
heightCm - the height of the xarraypublic int getFacilityXLocationCm()
public void setFacilityXLocationCm(int facilityXLocationCm)
facilityXLocationCm - the desired value for the xArray facility x coordinatepublic int getFacilityYLocationCm()
public void setFacilityYLocationCm(int facilityYLocationCm)
facilityYLocationCm - the desired value for the xArray facility y coordinatepublic short getOrientationDegrees()
public void setOrientationDegrees(short orientationDegrees)
orientationDegrees - the desired orientation of the xArray in degrees