JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.anwiba.spatial.gps.gpsd
Interface IRecord
All Known Implementing Classes:
Record
public interface
IRecord
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Double
getAlt
()
Double
getLat
()
Double
getLon
()
Integer
getMode
()
String
getTime
()
Method Details
getTime
String
getTime
()
getMode
Integer
getMode
()
getLat
Double
getLat
()
getLon
Double
getLon
()
getAlt
Double
getAlt
()