Boolean
Number
CompassDirection
Dimension
Number
Number
Number
Number
Number
Number
Boolean
Number
Number
Number
Number
Number
Number
Number
Number
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
GPSData
Boolean
Get the Actual
Kind: Instance method of GPSData
Returns: Boolean
- the KEY_ACTUAL value
Number
Get the Altitude
Kind: Instance method of GPSData
Returns: Number
- the KEY_ALTITUDE value
CompassDirection
Get the CompassDirection
Kind: Instance method of GPSData
Returns: CompassDirection
- the KEY_COMPASS_DIRECTION value
Dimension
Get the Dimension
Kind: Instance method of GPSData
Returns: Dimension
- the KEY_DIMENSION value
Number
Get the Hdop
Kind: Instance method of GPSData
Returns: Number
- the KEY_HDOP value
Number
Get the Heading
Kind: Instance method of GPSData
Returns: Number
- the KEY_HEADING value
Number
Get the LatitudeDegrees
Kind: Instance method of GPSData
Returns: Number
- the KEY_LATITUDE_DEGREES value
Number
Get the LongitudeDegrees
Kind: Instance method of GPSData
Returns: Number
- the KEY_LONGITUDE_DEGREES value
Number
Get the Pdop
Kind: Instance method of GPSData
Returns: Number
- the KEY_PDOP value
Number
Get the Satellites
Kind: Instance method of GPSData
Returns: Number
- the KEY_SATELLITES value
Boolean
Get the Shifted
Kind: Instance method of GPSData
Returns: Boolean
- the KEY_SHIFTED value
Number
Get the Speed
Kind: Instance method of GPSData
Returns: Number
- the KEY_SPEED value
Number
Get the UtcDay
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_DAY value
Number
Get the UtcHours
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_HOURS value
Number
Get the UtcMinutes
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_MINUTES value
Number
Get the UtcMonth
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_MONTH value
Number
Get the UtcSeconds
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_SECONDS value
Number
Get the UtcYear
Kind: Instance method of GPSData
Returns: Number
- the KEY_UTC_YEAR value
Number
Get the Vdop
Kind: Instance method of GPSData
Returns: Number
- the KEY_VDOP value
GPSData
Set the Actual
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
actual | Boolean |
True, if actual. False, if inferred. - The desired Actual. |
GPSData
Set the Altitude
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
altitude | Number |
Altitude in meters - The desired Altitude. {'num_min_value': -10000.0, 'num_max_value': 10000.0} |
GPSData
Set the CompassDirection
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
direction | CompassDirection |
See CompassDirection. - The desired CompassDirection. |
GPSData
Set the Dimension
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
dimension | Dimension |
See Dimension - The desired Dimension. |
GPSData
Set the Hdop
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
hdop | Number |
HDOP. If value is unknown, value shall be set to 0. - The desired Hdop. {'default_value': 0.0, 'num_min_value': 0.0, 'num_max_value': 1000.0} |
GPSData
Set the Heading
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
heading | Number |
The heading. North is 0. Resolution is 0.01 - The desired Heading. {'num_min_value': 0.0, 'num_max_value': 359.99} |
GPSData
Set the LatitudeDegrees
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
degrees | Number |
The desired LatitudeDegrees. {'num_min_value': -90.0, 'num_max_value': 90.0} |
GPSData
Set the LongitudeDegrees
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
degrees | Number |
The desired LongitudeDegrees. {'num_min_value': -180.0, 'num_max_value': 180.0} |
GPSData
Set the Pdop
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
pdop | Number |
PDOP. If undefined or unavailable, then value shall be set to 0. - The desired Pdop. {'default_value': 0.0, 'num_min_value': 0.0, 'num_max_value': 1000.0} |
GPSData
Set the Satellites
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
satellites | Number |
Number of satellites in view - The desired Satellites. {'num_min_value': 0, 'num_max_value': 31} |
GPSData
Set the Shifted
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
shifted | Boolean |
True, if GPS lat/long, time, and altitude have been purposefully shifted (requires a proprietary algorithm to unshift). False, if the GPS data is raw and un-shifted. If not provided, then value is assumed False. - The desired Shifted. |
GPSData
Set the Speed
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
speed | Number |
The speed in KPH - The desired Speed. {'num_min_value': 0.0, 'num_max_value': 500.0} |
GPSData
Set the UtcDay
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
day | Number |
The current UTC day. - The desired UtcDay. {'num_min_value': 1, 'num_max_value': 31} |
GPSData
Set the UtcHours
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
hours | Number |
The current UTC hour. - The desired UtcHours. {'num_min_value': 0, 'num_max_value': 23} |
GPSData
Set the UtcMinutes
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
minutes | Number |
The current UTC minute. - The desired UtcMinutes. {'num_min_value': 0, 'num_max_value': 59} |
GPSData
Set the UtcMonth
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
month | Number |
The current UTC month. - The desired UtcMonth. {'num_min_value': 1, 'num_max_value': 12} |
GPSData
Set the UtcSeconds
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
seconds | Number |
The current UTC second. - The desired UtcSeconds. {'num_min_value': 0, 'num_max_value': 59} |
GPSData
Set the UtcYear
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
year | Number |
The current UTC year. - The desired UtcYear. {'num_min_value': 2010, 'num_max_value': 2100} |
GPSData
Set the Vdop
Kind: Instance method of GPSData
Returns: GPSData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
vdop | Number |
VDOP. If value is unknown, value shall be set to 0. - The desired Vdop. {'default_value': 0.0, 'num_min_value': 0.0, 'num_max_value': 1000.0} |