Class 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.String getPath()  
      net.anwiba.commons.lang.functional.IClosableIterator<IRecord,​java.io.IOException> records()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        records in interface IGpsDevice
        Throws:
        java.io.IOException
      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface IGpsDevice