public class PositionTime
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
float |
GPSAccuracy
// with a radius = accuracy, then there is a 68% probability that the true location is inside the circle.
|
double |
GPSaltitude
Altitude in meters above the WGS 84 reference ellipsoid.
|
float |
GPSbearing
horizontal direction of travel of this device (is not related to the device orientation).
|
boolean |
GPShasAccuracy
determine if accuracy is provided
|
boolean |
GPShasAltitude
determine if Altitude is provided
|
boolean |
GPShasBearing
GPS bearing is enabled or not
|
boolean |
GPShasSpeed
determine if speed is supplied
|
double |
GPSlatitude
latitude in degrees
|
double |
GPSlongitude
longitude in degrees
|
long |
GPSOffset
time offset provided by the gps
|
float |
GPSspeed
Speed
|
long |
GPSTime
time provided by GPS
|
boolean |
isGPSSynchronised
determine if we synchronised using gps
|
boolean |
isNetworkSynchronised
determine if we synchronise using network
|
long |
localGPSTime
local time (as provided by gps
|
long |
LocalNetworkTime
local time as provided by 3G
|
float |
network_Accuracy
with a radius = accuracy, then there is a 68% probability that the true location is inside the circle.
|
double |
network_altitude
Altitude as provided by3G
|
float |
network_bearing
horizontal direction of travel of this device (is not related to the device orientation).
|
boolean |
network_hasAccuracy
determine if the 3G network provides accuracy
|
boolean |
network_hasAltitude
determine if the 3G network provided altitude
|
boolean |
network_hasBearing
determine if the 3G network has bearing
|
boolean |
network_hasSpeed
determine if the network supplied speed
|
double |
network_latitude
latitude provided by the 3G network
|
double |
network_longitude
longitude provided by the 3G network
|
float |
network_speed
speed
|
long |
networkOffset
network offset
|
long |
NetworkTime
time provided by 3G
|
Constructor and Description |
---|
PositionTime() |
public double GPSlatitude
public double GPSlongitude
public boolean GPShasBearing
public float GPSbearing
public boolean GPShasAltitude
public double GPSaltitude
public boolean GPShasAccuracy
public float GPSAccuracy
public boolean GPShasSpeed
public float GPSspeed
public double network_latitude
public double network_longitude
public boolean network_hasBearing
public float network_bearing
public boolean network_hasAltitude
public double network_altitude
public boolean network_hasAccuracy
public float network_Accuracy
public boolean network_hasSpeed
public float network_speed
public long GPSOffset
public long networkOffset
public boolean isGPSSynchronised
public boolean isNetworkSynchronised
public long GPSTime
public long localGPSTime
public long NetworkTime
public long LocalNetworkTime