LO53
Static Public Member Functions | List of all members
com.servlet.utilities.QueryWithContext Class Reference

Static Public Member Functions

static void queryCalibration (PrintWriter out) throws NamingException
 
static void queryCalibrationAddLocation (String bssid, String x, String y, String z) throws NamingException
 
static ArrayList< String > queryCalibrationSelectWaypoints () throws NamingException
 
static void queryCalibrationAddMeasurement (String ypmac, String x, String y, String z, Double value) throws NamingException
 
static ArrayList< FingerprintqueryGetAllMeasurement () throws NamingException
 

Member Function Documentation

static void com.servlet.utilities.QueryWithContext.queryCalibrationAddLocation ( String  bssid,
String  x,
String  y,
String  z 
) throws NamingException
static

Add location into database.

Parameters
bssida string
xthe x coordinate of the location
ythe y coordinate of the location
zthe 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
ypmaca string of the MAC address of the waypoint
xthe x coordinate of the location
ythe y coordinate of the location
zthe z coordinate of the location
valuethe 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: