Skip navigation links
A B C D E F G H I K L M O P R S T U V W X Y 

A

Action - Interface in uk.theretiredprogrammer.gpssurvey.ui
Basic Action interface.
actionOnButton(IRControlAction.Button) - Method in interface uk.theretiredprogrammer.gpssurvey.input.IRControlAction
Button Action Handler.
actionOnButton(IRControlAction.Button) - Method in class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Act on button.
actionOnButton(IRControlAction.Button) - Method in class uk.theretiredprogrammer.gpssurvey.ui.SelectUsingButtonScreen
Called on button press.
actionOnButton(IRControlAction.Button) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ConfirmAtReferenceLocationScreen
Action Handler for buttons.
addLine(IRControlAction.Button, String) - Method in class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Add a button (without an action) and its associated menu text.
addLine(IRControlAction.Button, Action) - Method in class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Add a button with an action and no associated menu text.
addLine(IRControlAction.Button, String, Action) - Method in class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Add a button with an action and its associated menu text.
addPoint() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Add the current location to the track
addStartEndPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Add the current track to the start and end point lists.
ALLSETUP - Static variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
the desired state of the setup flag indicating that consolidation is complete and is ready for sending.
Altitude - Class in uk.theretiredprogrammer.gpssurvey
The Altitude Class.
Altitude(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Altitude
Constructor
altitude - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The Altitude

B

ButtonActions - Class in uk.theretiredprogrammer.gpssurvey.ui
The Button Actions class - allows definition of Actions associated with buttons.
ButtonActions(String, String, Action) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Constructor
ButtonActions(String) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Constructor - no default action defined.
ButtonActions() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Constructor - no default action defined.
ButtonBHandler() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonBHandler
 
ButtonCHandler() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonCHandler
 
ButtonLeftHandler() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonLeftHandler
 
ButtonRightHandler() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonRightHandler
 

C

CancelAction() - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.CancelAction
 
cancelRecording() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Cancel current recording of track and abandon data.
cancelRecording(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Cancel Recording of a Record (Track).
clearStartPosition() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Clear the start position (of a track)
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Course
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Depth
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Distance
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.HDOP
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
 
clone() - Method in class uk.theretiredprogrammer.gpssurvey.Position
 
ConfirmAtReferenceLocationScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen - confirming acceptance of Reference point information.
ConfirmAtReferenceLocationScreen(SerialTFTDisplay, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.ConfirmAtReferenceLocationScreen
Constructor.
ConsolidatedDepthFinderData() - Constructor for class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator.ConsolidatedDepthFinderData
 
ConsolidatedGPSData() - Constructor for class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
 
Controller - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Controller class for the application.
Controller(FileInputStream, FileOutputStream, FileInputStream, FileInputStream, boolean, boolean, boolean, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Constructor.
Coordinate - Class in uk.theretiredprogrammer.gpssurvey
A Coordinate class.
Coordinate(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Coordinate
Constructor.
Course - Class in uk.theretiredprogrammer.gpssurvey
The Course Class - represents a heading (0-359 degrees)
Course(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Course
Constructor
course - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The Course
course - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The course from origin
createAndStart(InputStream) - Static method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderReader
Create the DepthFinder Reader Thread and start it.
createAndStart() - Static method in class uk.theretiredprogrammer.gpssurvey.depthfinder.ManualDepthListener
Create the manual DepthListener Thread and start it.
createAndStart(InputStream) - Static method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSReader
Create the GPS reader thread and start it.
createAndStart() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderRecordWriter
Create and start the Record (track) Recorder thread.
createAndStart() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderSessionWriter
Create and start the Session Recorder thread.
createAndStart() - Static method in class uk.theretiredprogrammer.gpssurvey.input.IrListener
Create listening thread and start it.
createAndStart() - Static method in class uk.theretiredprogrammer.gpssurvey.input.KeyboardListener
Create and start the listening thread.

D

dataChanged(LocationData) - Method in interface uk.theretiredprogrammer.gpssurvey.ui.ScreenDataChangeProcessor
Called when location data has changed.
dataChanged() - Method in class uk.theretiredprogrammer.gpssurvey.ui.View
Process a change in location data.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ConfirmAtReferenceLocationScreen
Location Data changed handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.HeadingScreen
Location data change handler
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.LocationScreen
Location Data change handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ObtainingReferenceLocationInformationScreen
Location Data changed handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplay2Screen
Location Data change handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplayScreen
Location Data changed handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PositionScreen
Location Data change handler.
dataChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.RecorderStatusScreen
Location Data change handler.
date - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The GPS Date
Depth - Class in uk.theretiredprogrammer.gpssurvey
The Depth Class - represents a depth in metres.
Depth(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Depth
Constructor
depth - Variable in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator.ConsolidatedDepthFinderData
The depth of water
depthDataPoint(LocationData, Depth) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationCalculator
Update depth data in location data.
depthDataPoint(Depth) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.ReferencePointCalculator
Set a depth data point.
DepthFinderMessageConsolidator - Class in uk.theretiredprogrammer.gpssurvey.depthfinder
The Consolidator of depth information to create a Depth message parameter set and to send the message when all information has been consolidated.
DepthFinderMessageConsolidator() - Constructor for class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator
 
DepthFinderMessageConsolidator.ConsolidatedDepthFinderData - Class in uk.theretiredprogrammer.gpssurvey.depthfinder
Data Structure to store and transfer the consolidated depth information.
DepthFinderReader - Class in uk.theretiredprogrammer.gpssurvey.depthfinder
The DepthFinder reader class.
DepthFinderSentenceListener - Class in uk.theretiredprogrammer.gpssurvey.depthfinder
The Sentence Listener for the DepthFinder.
DepthFinderSentenceListener() - Constructor for class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderSentenceListener
 
displayNewScreenSet(String) - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display a new Screenset.
displayNextScreen() - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the next screen in the screen set.
displayNextScreenAndExit(MDTService.Exitcode, String) - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the next screen in the set and then shut down the application.
displayPowerDown() - Method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the power down screen.
displayPowerDownSelection() - Method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the power down selection screen.
displayPreviousScreen() - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the previous screen in the screen set.
displayPreviousScreenSet() - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Display the previous screen set.
displayRepaint() - Static method in class uk.theretiredprogrammer.gpssurvey.ui.View
Repaint screen.
Distance - Class in uk.theretiredprogrammer.gpssurvey
The Distance Class - represents a distance (in metres).
Distance(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Distance
Constructor
distance - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The distance from origin

E

equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Course
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Depth
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Distance
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.GPSDate
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.GPSTime
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.HDOP
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
 
equals(Object) - Method in class uk.theretiredprogrammer.gpssurvey.Position
 
execute() - Method in interface uk.theretiredprogrammer.gpssurvey.ui.Action
Execute action.
execute() - Method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonBHandler
Action - Start / Stop record (track) recording
execute() - Method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonCHandler
Action - Cancel record (track) recording
execute() - Method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonLeftHandler
Action - Move to previous Screen
execute() - Method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.ButtonRightHandler
Action - Move to next Screen
execute() - Method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.RecordPositionAction
Action - Record this point.
execute() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.CancelAction
Action - cancel
execute() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.PowerOffAction
Action - power off exit
execute() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.RebootAction
Action - reboot exit
execute() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.RestartAction
Action - program restart

F

filename - Variable in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderRecordWriter
The filename to be used for the record (track) files
FinishedScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Application Finished Screen.
FinishedScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.FinishedScreen
Constructor.

G

get() - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
Get the altitude value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
Get the coordinate value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Course
Get the course value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Depth
Get the depth value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Distance
Get the distance value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.HDOP
Get the HDOP value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
Get the latitude value.
get() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
Get the longitude value.
getAbsolute() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
Get the absolute latitude value.
getAbsolute() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
Get the absolute longitude value.
getActions() - Static method in class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions
Get the Button actions definition.
getAltitude() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current altitude
getAltitude() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Get the current altitude
getCurrentFromEnd() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the relative position of the current position relation to the end point of the last recorded track.
getCurrentFromLastPoint() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current position relation to the last position recorded on the track.
getCurrentFromPoint(int) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current position relation to a selected position recorded on the track.
getCurrentFromStart() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the relative position of the current position relative to the start position of the current track.
getDatedisplay() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the gps date
getDepth() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current depth
getDepth() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Get the current depth
getDirection() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
Get the latitude direction.
getDirection() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
Get the longitude direction.
getEndPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get a set of end points for recorded tracks.
getFirstStartEnd() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the position of the first end point relative to first start point.
getHDOP() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current HDOP
getHDOP() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Get the current HDOP
getHeading() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current course.
getIsodatedisplay() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the gps date
getIsotimedisplay() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the gps time
getKnots() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current speed (in knots)
getLocation() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current location.
getLocationData() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Get information about current location.
getPointFromPreviousPoint(int) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the position of a point on the track relative to the previous point on the track.
getPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the set of position which are recorded as the current track
getPointsSize() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the size of the track
getPosition() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current position
getPosition() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Get the current position
getReferenceLocation() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the Reference location
getSpeed() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the current speed.
getStartEndPointsSize() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the number of tracks recorded.
getStartPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the set of start points for recorded tracks.
getStartPosition() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the start position (of a track)
getTimedisplay() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Get the gps time
GGASETUP - Static variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
flag indicating GGA data has been set
gpsDataPoint(LocationData, GPSMessageConsolidator.ConsolidatedGPSData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationCalculator
Update GPS data in location data.
gpsDataPoint(GPSMessageConsolidator.ConsolidatedGPSData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.ReferencePointCalculator
Set a gps data point.
GPSDate - Class in uk.theretiredprogrammer.gpssurvey
The GPSDate Class - represents a date.
GPSDate(int, int, int) - Constructor for class uk.theretiredprogrammer.gpssurvey.GPSDate
Constructor.
GPSLogoZone - Class in uk.theretiredprogrammer.gpssurvey.ui
A Screen Zone which draws the application logo screen with optional appended user text.
GPSLogoZone(SerialTFTDisplay, String) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.GPSLogoZone
Constructor.
GPSMessageConsolidator - Class in uk.theretiredprogrammer.gpssurvey.gpsreader
The Consolidator of GPS information to create a gps message parameter set and to send the message when all information has been consolidated.
GPSMessageConsolidator() - Constructor for class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator
 
GPSMessageConsolidator.ConsolidatedGPSData - Class in uk.theretiredprogrammer.gpssurvey.gpsreader
 
GPSReader - Class in uk.theretiredprogrammer.gpssurvey.gpsreader
The GPS reader class.
GPSSentenceListener - Class in uk.theretiredprogrammer.gpssurvey.gpsreader
The Sentence Listener for the GPS.
GPSSentenceListener() - Constructor for class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSSentenceListener
 
GPSSportsInformationRecorder - Class in uk.theretiredprogrammer.gpssurvey
 
GPSSportsInformationRecorder() - Constructor for class uk.theretiredprogrammer.gpssurvey.GPSSportsInformationRecorder
 
GPSSportsInformationRecorder.Command - Enum in uk.theretiredprogrammer.gpssurvey
Standard command set - used as commmand in inter-Thread communications.
GPSTime - Class in uk.theretiredprogrammer.gpssurvey
The GPS Time class.
GPSTime(int, int, int) - Constructor for class uk.theretiredprogrammer.gpssurvey.GPSTime
Constructor.
GSASETUP - Static variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
flag indicating GSA data has been set

H

hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ConfirmAtReferenceLocationScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.HeadingScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.LocationScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ObtainingReferenceLocationInformationScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplay2Screen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplayScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.PositionScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.RecorderStatusScreen
 
hasGainedFocus() - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ReferenceLocationScreen
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Course
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Depth
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Distance
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.GPSDate
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.GPSTime
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.HDOP
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
 
hashCode() - Method in class uk.theretiredprogrammer.gpssurvey.Position
 
hasNoPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
test if track has no points defined.
hasNoStartEndPoints() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Test if any tracks have been recorded.
hDOP - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The HDOP
HDOP - Class in uk.theretiredprogrammer.gpssurvey
The HDOP class.
HDOP(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.HDOP
Constructor
HeadingScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to display Heading and Speed.
HeadingScreen(SerialTFTDisplay, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.HeadingScreen
Constructor.

I

insertDPT(DPTSentence) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator
Process a DPT sentence.
insertGGA(GGASentence) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator
Process a GGA sentence.
insertGSA(GSASentence) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator
Process a GSA sentence
insertMTW(MTWSentence) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator
Process a MTW sentence.
insertRMC(RMCSentence) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator
Process RMC sentence.
insertVHW(VHWSentence) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderMessageConsolidator
Process a VHW sentence.
insertVTG(VTGSentence) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator
Process VTG sentence.
IRControlAction - Interface in uk.theretiredprogrammer.gpssurvey.input
Actions interface for IR Controller Buttons.
IRControlAction.Button - Enum in uk.theretiredprogrammer.gpssurvey.input
Button Definitions
IrListener - Class in uk.theretiredprogrammer.gpssurvey.input
The Thread Listening for IR button presses.
isRecording() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Test if recording is in progress.

K

KeyboardListener - Class in uk.theretiredprogrammer.gpssurvey.input
The keyboard listening thread - looking for key presses.

L

Latitude - Class in uk.theretiredprogrammer.gpssurvey
The Latitude class.
Latitude(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Latitude
Constructor
Latitude(double, char) - Constructor for class uk.theretiredprogrammer.gpssurvey.Latitude
Constructor.
latitude - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The Latitude
lines - Variable in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderRecordWriter
The list of list to be inserted into the file.
Location(Position, Altitude, HDOP) - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Constructor.
Location(Position, Altitude, HDOP, Depth) - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Constructor
LocationCalculator - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Calculator for Location Data.
LocationCalculator() - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.LocationCalculator
Constructor
locationChanged(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Set a new Location as a track location.
LocationData - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Location Data Class.
LocationData() - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Constructor
LocationData(GPSMessageConsolidator.ConsolidatedGPSData) - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Constructor
LocationData.Location - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The data object holding current location information
LocationScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to display current location.
LocationScreen(SerialTFTDisplay, boolean, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.LocationScreen
Constructor.
Longitude - Class in uk.theretiredprogrammer.gpssurvey
The Longitude class.
Longitude(double) - Constructor for class uk.theretiredprogrammer.gpssurvey.Longitude
Constructor
Longitude(double, char) - Constructor for class uk.theretiredprogrammer.gpssurvey.Longitude
Constructor.
longitude - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The Longitude

M

main(String[]) - Static method in class uk.theretiredprogrammer.gpssurvey.GPSSportsInformationRecorder
The Application Main method.
MainCommonButtonActions - Class in uk.theretiredprogrammer.gpssurvey.ui
Definitions of the main button actions used in the application.
MainCommonButtonActions() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions
 
MainCommonButtonActions.ButtonBHandler - Class in uk.theretiredprogrammer.gpssurvey.ui
Start / Stop record (track) recording.
MainCommonButtonActions.ButtonCHandler - Class in uk.theretiredprogrammer.gpssurvey.ui
Cancel record (track) recording.
MainCommonButtonActions.ButtonLeftHandler - Class in uk.theretiredprogrammer.gpssurvey.ui
Move to previous Screen.
MainCommonButtonActions.ButtonRightHandler - Class in uk.theretiredprogrammer.gpssurvey.ui
Move to next Screen.
MainCommonButtonActions.RecordPositionAction - Class in uk.theretiredprogrammer.gpssurvey.ui
Record this point.
ManualDepthListener - Class in uk.theretiredprogrammer.gpssurvey.depthfinder
The manual Depth Listener.

O

ObtainingReferenceLocationInformationScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to be displayed will waiting for reference location data to be collected.
ObtainingReferenceLocationInformationScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.ObtainingReferenceLocationInformationScreen
Constructor.
obtainReferenceLocation() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Start the Reference Location calculation.
onTick() - Method in class uk.theretiredprogrammer.gpssurvey.ui.WaitingForZone
Update the progress bar display

P

paint() - Method in class uk.theretiredprogrammer.gpssurvey.ui.GPSLogoZone
 
paint(boolean) - Method in class uk.theretiredprogrammer.gpssurvey.ui.GPSLogoZone
 
paint() - Method in class uk.theretiredprogrammer.gpssurvey.ui.WaitingForZone
 
paint(boolean) - Method in class uk.theretiredprogrammer.gpssurvey.ui.WaitingForZone
 
PointDisplay2Screen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to display course and distance from previously recorded point.
PointDisplay2Screen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplay2Screen
Constructor.
PointDisplayScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
 
PointDisplayScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.PointDisplayScreen
Screen to display course and distance from a range of previously recorded points.
position - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The Position
Position - Class in uk.theretiredprogrammer.gpssurvey
The Position Class.
Position(Latitude, Longitude) - Constructor for class uk.theretiredprogrammer.gpssurvey.Position
Constructor.
Position(Position, Position) - Constructor for class uk.theretiredprogrammer.gpssurvey.Position
Constructor.
Position(Latitude, Longitude, Position) - Constructor for class uk.theretiredprogrammer.gpssurvey.Position
Constructor.
PositionScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to display current location (as distance and course) - relative to reference point and last recorded point.
PositionScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.PositionScreen
Constructor.
PowerOffAction() - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.PowerOffAction
 
prior(GPSTime) - Method in class uk.theretiredprogrammer.gpssurvey.GPSTime
Test is this time is prior to another time.
processButtonInScreenContext(IRControlAction.Button, boolean) - Method in class uk.theretiredprogrammer.gpssurvey.ui.View
Process a button based on current screen context.
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderReader
 
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.ManualDepthListener
 
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSReader
 
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
 
processMessage(Recorder.RecordWriterCommand, Object) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderRecordWriter
 
processMessage(Recorder.SessionWriterCommand, Object) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.RecorderSessionWriter
 
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.input.IrListener
 
processMessage(GPSSportsInformationRecorder.Command, Object) - Method in class uk.theretiredprogrammer.gpssurvey.input.KeyboardListener
 

R

readingPaused() - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderSentenceListener
called when reader is paused
readingPaused() - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSSentenceListener
called when reader is paused
readingStarted() - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderSentenceListener
called when reader is started
readingStarted() - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSSentenceListener
called when reader is started
readingStopped() - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderSentenceListener
called when reader is stopped
readingStopped() - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSSentenceListener
called when reader is stopped
RebootAction() - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.RebootAction
 
Recorder - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Recorder class.
Recorder() - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Constructor
Recorder.RecordWriterCommand - Enum in uk.theretiredprogrammer.gpssurvey.informationstore
Commands used to control the Record (Track) Writer
Recorder.SessionWriterCommand - Enum in uk.theretiredprogrammer.gpssurvey.informationstore
Commands used to control the Session Writer
RecorderRecordWriter - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Recorder for Record (track) files.
RecorderSessionWriter - Class in uk.theretiredprogrammer.gpssurvey.informationstore
The Recorder for Session files.
RecorderStatusScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen displaying information about track recording.
RecorderStatusScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.RecorderStatusScreen
Constructor.
recordPoint() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Record the current Position on storage.
recordPoint(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Record the location as a point in the session file.
RecordPositionAction() - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.MainCommonButtonActions.RecordPositionAction
 
recordReferenceLocation(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Record the location as the reference location in the session file.
ReferenceLocationScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen display reference location information.
ReferenceLocationScreen(SerialTFTDisplay, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.ReferenceLocationScreen
Constructor.
ReferencePointCalculator - Class in uk.theretiredprogrammer.gpssurvey.informationstore
Reference Point Calculator.
ReferencePointCalculator() - Constructor for class uk.theretiredprogrammer.gpssurvey.informationstore.ReferencePointCalculator
Constructor
RestartAction() - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen.RestartAction
 
RMCSETUP - Static variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
flag indicating RMC data has been set

S

satelliteCount - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The Satellite Count
ScreenDataChangeProcessor - Interface in uk.theretiredprogrammer.gpssurvey.ui
Interface for use in screens with location data presentation (which is dynamic).
SelectPowerDownOptionScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The Power down options screen - allows choice of exitcode or cancel.
SelectPowerDownOptionScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SelectPowerDownOptionScreen
Constructor.
SelectPowerDownOptionScreen.CancelAction - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The action class for cancel
SelectPowerDownOptionScreen.PowerOffAction - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The action class for power off exit
SelectPowerDownOptionScreen.RebootAction - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The action class for reboot exit
SelectPowerDownOptionScreen.RestartAction - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The action class for program restart exit
SelectUsingButtonScreen - Class in uk.theretiredprogrammer.gpssurvey.ui
A Menu screen.
SelectUsingButtonScreen(String, SerialTFTDisplay, ButtonActions) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.SelectUsingButtonScreen
Constructor.
sentenceRead(SentenceEvent) - Method in class uk.theretiredprogrammer.gpssurvey.depthfinder.DepthFinderSentenceListener
Listener is called on every sentence read.
sentenceRead(SentenceEvent) - Method in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSSentenceListener
Listener is called on every sentence read.
set(Position, Altitude, HDOP) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Update gps Location data.
setDepth(Depth) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData.Location
Update depth Location data
setLocation(GPSMessageConsolidator.ConsolidatedGPSData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Update the Location data with new gps data.
setMessage(String) - Method in class uk.theretiredprogrammer.gpssurvey.ui.GPSLogoZone
Set the user message text.
setMessage(String) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.FinishedScreen
Set user message text for this screen.
setRecording(boolean) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Set recording state.
setReferenceLocation(LocationData.Location) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Set the reference location
setStartPosition() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.LocationData
Set the start position (of a track)
setup - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The status of the Consolidated Data - a set of bits indicating which parts of the consolidation have been completed.
speed - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The Speed (m/s)
SplashScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
The opening splash screen.
SplashScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.SplashScreen
Constructor.
start() - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.ReferencePointCalculator
Start to collect information to calculate the reference point
startStopRecording() - Static method in class uk.theretiredprogrammer.gpssurvey.informationstore.Controller
Start or Stop the current recording of a track, saving data if necessary.
startStopRecording(LocationData) - Method in class uk.theretiredprogrammer.gpssurvey.informationstore.Recorder
Start or Stop Recording a Record (Track).

T

text() - Method in class uk.theretiredprogrammer.gpssurvey.ui.ButtonActions
Get the formated menu for this set of button actions.
tick(ScreenWithTick.Ticker) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.ObtainingReferenceLocationInformationScreen
 
tick(ScreenWithTick.Ticker) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.SplashScreen
 
tick(ScreenWithTick.Ticker) - Method in class uk.theretiredprogrammer.gpssurvey.uiscreens.WaitingForGPSScreen
 
time - Variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
The GPS time
toISOString() - Method in class uk.theretiredprogrammer.gpssurvey.GPSDate
Format the date in yyyymmdd format.
toISOString() - Method in class uk.theretiredprogrammer.gpssurvey.GPSTime
Format the date in hhmmss format.
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Course
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Depth
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Distance
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.GPSDate
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.GPSTime
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.HDOP
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
 
toString() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
 
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Altitude
Format the altitude value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Coordinate
Format the coordinate value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Course
Format the course value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Depth
Format the depth value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Distance
Format the altitude value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Latitude
Format the latitude value as a String.
toStringWithUnits() - Method in class uk.theretiredprogrammer.gpssurvey.Longitude
Format the longitude value as a String.

U

uk.theretiredprogrammer.gpssurvey - package uk.theretiredprogrammer.gpssurvey
 
uk.theretiredprogrammer.gpssurvey.depthfinder - package uk.theretiredprogrammer.gpssurvey.depthfinder
 
uk.theretiredprogrammer.gpssurvey.gpsreader - package uk.theretiredprogrammer.gpssurvey.gpsreader
 
uk.theretiredprogrammer.gpssurvey.informationstore - package uk.theretiredprogrammer.gpssurvey.informationstore
 
uk.theretiredprogrammer.gpssurvey.input - package uk.theretiredprogrammer.gpssurvey.input
 
uk.theretiredprogrammer.gpssurvey.ui - package uk.theretiredprogrammer.gpssurvey.ui
 
uk.theretiredprogrammer.gpssurvey.uiscreens - package uk.theretiredprogrammer.gpssurvey.uiscreens
 

V

valueOf(String) - Static method in enum uk.theretiredprogrammer.gpssurvey.GPSSportsInformationRecorder.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum uk.theretiredprogrammer.gpssurvey.informationstore.Recorder.RecordWriterCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum uk.theretiredprogrammer.gpssurvey.informationstore.Recorder.SessionWriterCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum uk.theretiredprogrammer.gpssurvey.input.IRControlAction.Button
Returns the enum constant of this type with the specified name.
values() - Static method in enum uk.theretiredprogrammer.gpssurvey.GPSSportsInformationRecorder.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum uk.theretiredprogrammer.gpssurvey.informationstore.Recorder.RecordWriterCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum uk.theretiredprogrammer.gpssurvey.informationstore.Recorder.SessionWriterCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum uk.theretiredprogrammer.gpssurvey.input.IRControlAction.Button
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in uk.theretiredprogrammer.gpssurvey.ui
The View Manager.
View(FileOutputStream, FileInputStream, boolean, boolean, boolean) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.View
Constructor.
VTGSETUP - Static variable in class uk.theretiredprogrammer.gpssurvey.gpsreader.GPSMessageConsolidator.ConsolidatedGPSData
flag indicating VTG data has been set

W

WaitingForGPSScreen - Class in uk.theretiredprogrammer.gpssurvey.uiscreens
Screen to display while waiting for GPS device to lock on.
WaitingForGPSScreen(SerialTFTDisplay) - Constructor for class uk.theretiredprogrammer.gpssurvey.uiscreens.WaitingForGPSScreen
Constructor.
WaitingForZone - Class in uk.theretiredprogrammer.gpssurvey.ui
A Zone showing message and progress bar.
WaitingForZone(SerialTFTDisplay, String) - Constructor for class uk.theretiredprogrammer.gpssurvey.ui.WaitingForZone
Constructor.

X

x - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The X coordinate (east) from origin

Y

y - Variable in class uk.theretiredprogrammer.gpssurvey.Position
The y coordinate (north) from origin
A B C D E F G H I K L M O P R S T U V W X Y 
Skip navigation links

Copyright © 2017. All rights reserved.