Uses of Class
org.android.activityminer.logic.devices.LocationDataSource

Packages that use LocationDataSource
org.android.activityminer.logic.devices Logic layer - Sensor device wrapper and data caches. 
org.android.activityminer.logic.timeseries Logic layer - Components for time series segmentation. 
 

Uses of LocationDataSource in org.android.activityminer.logic.devices
 

Fields in org.android.activityminer.logic.devices declared as LocationDataSource
private  LocationDataSource DeviceManager.locationDevice
          The network location device instance.
 

Methods in org.android.activityminer.logic.devices that return LocationDataSource
 LocationDataSource DeviceManager.getNetworkLocationDevice()
          Getter for the network location device.
 

Uses of LocationDataSource in org.android.activityminer.logic.timeseries
 

Fields in org.android.activityminer.logic.timeseries declared as LocationDataSource
private  LocationDataSource ObservableSensorScannerImpl.locSource
          The network location sample source
 

Methods in org.android.activityminer.logic.timeseries that return LocationDataSource
 LocationDataSource ObservableSensorScannerImpl.getLocSource()
          Getter for the location sample source.
 

Constructors in org.android.activityminer.logic.timeseries with parameters of type LocationDataSource
ObservableSensorScannerImpl(AbstractAccelerometerDataSource accSource, LocationDataSource locSource, long samplingFrequency)
          Constructor
ObservableSensorScannerImpl(AbstractAccelerometerDataSource accSource, LocationDataSource locSource, long samplingFrequency, long initialDelay)
          Constructor