Uses of Interface
org.dinopolis.gpstool.gpsinput.GPSDevice

Packages that use GPSDevice
org.dinopolis.gpstool.gpsinput   
 

Uses of GPSDevice in org.dinopolis.gpstool.gpsinput
 

Classes in org.dinopolis.gpstool.gpsinput that implement GPSDevice
 class GPSFileDevice
          This class 'connects' to a file containing gps-informations.
 class GPSSerialDevice
          Changes for J2ME implementation: Added DEFAULT_PORT_NAME_PPC Deleted include javax.comm.SerialPort Added javax.microedition.io.StreamConnection Added javax.microedition.io.Connector
 

Methods in org.dinopolis.gpstool.gpsinput that return GPSDevice
 GPSDevice GPSGeneralDataProcessor.getGPSDevice()
          Returns the GPSDevice where the data will be retrieved from.
 GPSDevice GPSDataProcessor.getGPSDevice()
          Returns the GPSDevice where the data will be retrieved from.
 

Methods in org.dinopolis.gpstool.gpsinput with parameters of type GPSDevice
 void GPSGeneralDataProcessor.setGPSDevice(GPSDevice gps_device)
          Sets the GPSDevice where the data will be retrieved from.
 void GPSDataProcessor.setGPSDevice(GPSDevice gps_device)
          Sets the GPSDevice where the data will be retrieved from.