| Package | Description |
|---|---|
| uk.theretiredprogrammer.gpssurvey.informationstore | |
| uk.theretiredprogrammer.gpssurvey.ui | |
| uk.theretiredprogrammer.gpssurvey.uiscreens |
| Modifier and Type | Method and Description |
|---|---|
static LocationData |
Controller.getLocationData()
Get information about current location.
|
protected LocationData |
LocationData.setLocation(GPSMessageConsolidator.ConsolidatedGPSData gpsdata)
Update the Location data with new gps data.
|
protected LocationData |
LocationData.setReferenceLocation(LocationData.Location location)
Set the reference location
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.cancelRecording(LocationData ld)
Cancel Recording of a Record (Track).
|
boolean |
LocationCalculator.depthDataPoint(LocationData ld,
Depth depthdata)
Update depth data in location data.
|
boolean |
LocationCalculator.gpsDataPoint(LocationData ld,
GPSMessageConsolidator.ConsolidatedGPSData gpsdata)
Update GPS data in location data.
|
void |
Recorder.locationChanged(LocationData ld)
Set a new Location as a track location.
|
boolean |
Recorder.recordPoint(LocationData ld)
Record the location as a point in the session file.
|
boolean |
Recorder.recordReferenceLocation(LocationData ld)
Record the location as the reference location in the session file.
|
void |
Recorder.startStopRecording(LocationData ld)
Start or Stop Recording a Record (Track).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenDataChangeProcessor.dataChanged(LocationData data)
Called when location data has changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecorderStatusScreen.dataChanged(LocationData ld)
Location Data change handler.
|
void |
PositionScreen.dataChanged(LocationData ld)
Location Data change handler.
|
void |
PointDisplayScreen.dataChanged(LocationData ld)
Location Data changed handler.
|
void |
PointDisplay2Screen.dataChanged(LocationData ld)
Location Data change handler.
|
void |
ObtainingReferenceLocationInformationScreen.dataChanged(LocationData ld)
Location Data changed handler.
|
void |
LocationScreen.dataChanged(LocationData ld)
Location Data change handler.
|
void |
HeadingScreen.dataChanged(LocationData ld)
Location data change handler
|
void |
ConfirmAtReferenceLocationScreen.dataChanged(LocationData ld)
Location Data changed handler.
|
Copyright © 2017. All rights reserved.