Uses of Class
org.dinopolis.gpstool.gpsinput.GPSException

Packages that use GPSException
es.uv.robotica.gvsig.mobile.gps   
org.dinopolis.gpstool.gpsinput   
org.dinopolis.gpstool.gpsinput.nmea   
 

Uses of GPSException in es.uv.robotica.gvsig.mobile.gps
 

Methods in es.uv.robotica.gvsig.mobile.gps that throw GPSException
 void GPSManager.connectToGPS()
          Connects to the GPS device
 

Uses of GPSException in org.dinopolis.gpstool.gpsinput
 

Methods in org.dinopolis.gpstool.gpsinput that throw GPSException
 void GPSSerialDevice.init(java.util.Hashtable environment)
          Initialize the GPSDevice and hand over all information needed for the specific GPSDevice to opens the connection.
 void GPSSerialDevice.open()
          Opens the gps device (e.g. serial connection to gps-receiver or file containing logging information from a gps-receiver).
 void GPSSerialDevice.close()
          Closes the connection to the GPSDevice.
abstract  void GPSGeneralDataProcessor.open()
          Starts the data processing.
abstract  void GPSGeneralDataProcessor.close()
          Stopps the data processing.
 void GPSFileDevice.init(java.util.Hashtable environment)
          Initialize the GPSDevice and hand over all information needed for the specific GPSDevice to opens the connection.
 void GPSFileDevice.open()
          Opens the gps device (e.g. serial connection to gps-receiver or file containing logging information from a gps-receiver).
 void GPSFileDevice.close()
          Closes the connection to the GPSDevice.
 void GPSDevice.init(java.util.Hashtable environment)
          Initialize the GPSDevice and hand over all information needed for the specific GPSDevice to opens the connection.
 void GPSDevice.open()
          Opens the gps device (e.g. serial connection to gps-receiver or file containing logging information from a gps-receiver).
 void GPSDevice.close()
          Closes the connection to the GPSDevice.
 void GPSDataProcessor.open()
          Starts the data processing.
 void GPSDataProcessor.close()
          Stopps the data processing.
 long GPSDataProcessor.startSendPositionPeriodically(long period)
          Requests the gps device to send the current position/heading/etc. periodically.
 void GPSDataProcessor.stopSendPositionPeriodically()
          Requests the gps device to stop to send the current position/heading/etc. periodically.
 

Uses of GPSException in org.dinopolis.gpstool.gpsinput.nmea
 

Methods in org.dinopolis.gpstool.gpsinput.nmea that throw GPSException
 void GPSNmeaDataProcessor.open()
          Starts the data processing.
 void GPSNmeaDataProcessor.close()
          Stopps the data processing.
 long GPSNmeaDataProcessor.startSendPositionPeriodically(long period)
          Requests the gps device to send the current position/heading/etc. periodically.
 void GPSNmeaDataProcessor.stopSendPositionPeriodically()
          Requests the gps device to stop to send the current position/heading/etc. periodically.