| Package | Description |
|---|---|
| uk.theretiredprogrammer.gpssurvey | |
| uk.theretiredprogrammer.gpssurvey.gpsreader | |
| uk.theretiredprogrammer.gpssurvey.informationstore |
| Modifier and Type | Method and Description |
|---|---|
Position |
Position.clone() |
| Constructor and Description |
|---|
Position(Latitude latitude,
Longitude longitude,
Position origin)
Constructor.
|
Position(Position from,
Position to)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
Position |
GPSMessageConsolidator.ConsolidatedGPSData.position
The Position
|
| Modifier and Type | Method and Description |
|---|---|
Position |
LocationData.getCurrentFromEnd()
Get the relative position of the current position relation to the end
point of the last recorded track.
|
Position |
LocationData.getCurrentFromLastPoint()
Get the current position relation to the last position recorded on the
track.
|
Position |
LocationData.getCurrentFromPoint(int i)
Get the current position relation to a selected position recorded on the
track.
|
Position |
LocationData.getCurrentFromStart()
Get the relative position of the current position relative to the start
position of the current track.
|
Position |
LocationData.getFirstStartEnd()
Get the position of the first end point relative to first start point.
|
Position |
LocationData.getPointFromPreviousPoint(int i)
Get the position of a point on the track relative to the previous point
on the track.
|
Position |
LocationData.getPosition()
Get the current position
|
Position |
LocationData.Location.getPosition()
Get the current position
|
Position |
LocationData.getStartPosition()
Get the start position (of a track)
|
| Modifier and Type | Method and Description |
|---|---|
List<Position> |
LocationData.getEndPoints()
Get a set of end points for recorded tracks.
|
List<Position> |
LocationData.getPoints()
Get the set of position which are recorded as the current track
|
List<Position> |
LocationData.getStartPoints()
Get the set of start points for recorded tracks.
|
| Modifier and Type | Method and Description |
|---|---|
LocationData.Location |
LocationData.Location.set(Position position,
Altitude altitude,
HDOP hDOP)
Update gps Location data.
|
| Constructor and Description |
|---|
Location(Position position,
Altitude altitude,
HDOP hDOP)
Constructor.
|
Location(Position position,
Altitude altitude,
HDOP hDOP,
Depth depth)
Constructor
|
Copyright © 2017. All rights reserved.