Package net.anwiba.spatial.gps.gpsd
Interface IGpsDevice
- All Known Implementing Classes:
GpsDevice
public interface IGpsDevice
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()net.anwiba.commons.lang.functional.IClosableIterator<IRecord,IOException> records()
-
Method Details
-
getPath
String getPath() -
records
net.anwiba.commons.lang.functional.IClosableIterator<IRecord,IOException> records() throws IOException- Throws:
IOException
-