public class LocationCalculator extends Object
| Constructor and Description |
|---|
LocationCalculator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
depthDataPoint(LocationData ld,
Depth depthdata)
Update depth data in location data.
|
boolean |
gpsDataPoint(LocationData ld,
GPSMessageConsolidator.ConsolidatedGPSData gpsdata)
Update GPS data in location data.
|
public boolean depthDataPoint(LocationData ld, Depth depthdata)
ld - the location datadepthdata - the depth data to use for updatingpublic boolean gpsDataPoint(LocationData ld, GPSMessageConsolidator.ConsolidatedGPSData gpsdata)
ld - the location datagpsdata - the gps data to be used for updatingCopyright © 2017. All rights reserved.