Package net.anwiba.spatial.gps.gpsd
Interface IGpsDevice
-
- All Known Implementing Classes:
GpsDevice
public interface IGpsDevice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()net.anwiba.commons.lang.functional.IClosableIterator<IRecord,java.io.IOException>records()
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
-
records
net.anwiba.commons.lang.functional.IClosableIterator<IRecord,java.io.IOException> records() throws java.io.IOException
- Throws:
java.io.IOException
-
-