- getApplication(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the arbitrary application label for the given sensor ID.
- getApplicationList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array comprised of the application label for each identified sensor.
- getDataBetween(int, Date, Date) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of SensorData types, each describing one single reading update
sent by the named sensor by both reading and timestamp.
- getDataSince(int, Date) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of SensorData types, each describing one single reading update
sent by the named sensor by both reading and timestamp.
- getDateAdded(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the timestamp for the very first reading received from the identified sensor.
- getDateAddedList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns a Date array containing the timestamp for each identified sensor's very first received reading.
- getID() - Method in class com.orange.api.util.Position
-
- getID() - Method in class com.orange.api.util.SensorData
-
- getIDsWhere(String, String) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of global_ids filtered by a given column matching a
value.
- getIDsWhere(String[], String[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of global_ids filtered by multiple given columns and values.
- getIDsWhereSince(String, String, Date) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of global_ids filtered by both a column with a value and a
timestamp.
- getIDsWhereSince(String[], String[], Date) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array of global_ids filtered by a list of columns and values, and a
timestamp.
- getLastReading(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the most recently received reading from a given sensor.
- getLastReadingList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array composed of the most recently received reading from each sensor
identified in ids.
- getLastTimestamp(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the timestamp for the most recently received reading from a given sensor.
- getLastTimestampList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array composed of the timestamp for each identified sensor's latest reading.
- getLat(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the latitude of the identified sensor as a double to six decimal places.
- getLat() - Method in class com.orange.api.util.Position
-
- getLatestList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns a list of SensorData objects containing the latest reading and timestamp for each
named sensor ID.
- getLatList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns the latitude of each identified sensor as an element in an array of doubles.
- getLng(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the longitude of the identified sensor as a double to six decimal places.
- getLng() - Method in class com.orange.api.util.Position
-
- getLngList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns the longitude of each identified sensor as an element in an array of doubles.
- getMeasures(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the 'measures' attribute for a given sensor ID.
- getMeasuresList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array comprised of the measures attribute for each identified sensor.
- getMyIDs() - Method in class com.orange.api.session.OrangeUser
-
Returns the global_ids of all of the authenticated user's sensors.
- getMyIDs(int[]) - Method in class com.orange.api.session.OrangeUser
-
Returns the global_ids of all of the authenticated user's sensors filtered by
a collection of internal IDs.
- getMyIDsWhere(String, String) - Method in class com.orange.api.session.OrangeUser
-
Returns the global_ids of all of the authenticated user's sensors
filtered by a column and its value argument.
- getMyIDsWhere(String[], String[]) - Method in class com.orange.api.session.OrangeUser
-
Returns the global_ids of all of the authenticated user's sensors
filtered by a set of columns and their respective arguments.
- getPosition(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the Position of the identified sensor, containing the global_id with its latitude and longitude.
- getPositionList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns the Positions of the identified sensors as an array.
- getReading() - Method in class com.orange.api.util.SensorData
-
- getTimestamp() - Method in class com.orange.api.util.SensorData
-
- getUnit(int) - Method in class com.orange.api.session.OrangeConnection
-
Returns the unit of measurement for the identified sensor.
- getUnitList(int[]) - Method in class com.orange.api.session.OrangeConnection
-
Returns an array comprised of the unit of measurement for each identified sensor.