Package net.anwiba.spatial.gps.gpsd
Class GpsDevice
- java.lang.Object
-
- net.anwiba.spatial.gps.gpsd.GpsDevice
-
- All Implemented Interfaces:
IGpsDevice
public final class GpsDevice extends java.lang.Object implements IGpsDevice
-
-
Constructor Summary
Constructors Constructor Description GpsDevice(GpsdFacade gpsdFacade, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()net.anwiba.commons.lang.functional.IClosableIterator<IRecord,java.io.IOException>records()
-
-
-
Constructor Detail
-
GpsDevice
public GpsDevice(GpsdFacade gpsdFacade, java.lang.String path)
-
-
Method Detail
-
records
public net.anwiba.commons.lang.functional.IClosableIterator<IRecord,java.io.IOException> records() throws java.io.IOException
- Specified by:
recordsin interfaceIGpsDevice- Throws:
java.io.IOException
-
getPath
public java.lang.String getPath()
- Specified by:
getPathin interfaceIGpsDevice
-
-