static void com.servlet.utilities.QueryWithContext.queryCalibrationAddLocation |
( |
String |
bssid, |
|
|
String |
x, |
|
|
String |
y, |
|
|
String |
z |
|
) |
| throws NamingException |
|
static |
Add location into database.
- Parameters
-
bssid | a string |
x | the x coordinate of the location |
y | the y coordinate of the location |
z | the z coordinate of the location |
static void com.servlet.utilities.QueryWithContext.queryCalibrationAddMeasurement |
( |
String |
ypmac, |
|
|
String |
x, |
|
|
String |
y, |
|
|
String |
z, |
|
|
Double |
value |
|
) |
| throws NamingException |
|
static |
Add location into database.
- Parameters
-
ypmac | a string of the MAC address of the waypoint |
x | the x coordinate of the location |
y | the y coordinate of the location |
z | the z coordinate of the location |
value | the RSSI value |
static ArrayList<String> com.servlet.utilities.QueryWithContext.queryCalibrationSelectWaypoints |
( |
| ) |
throws NamingException |
|
static |
Get all the waypoints MAC address.
- Returns
- an array of all the MAC addresses
static ArrayList<Fingerprint> com.servlet.utilities.QueryWithContext.queryGetAllMeasurement |
( |
| ) |
throws NamingException |
|
static |
Get all the measurements.
- Returns
- an array of all the fingerprints
The documentation for this class was generated from the following file:
- src/com/servlet/utilities/QueryWithContext.java