|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All classes implementing this interface are sources of gps-data, like a gps-receiver, a file containing logging information of gps-receivers, ....
Method Summary | |
void |
close()
Closes the connection to the GPSDevice. |
java.io.InputStream |
getInputStream()
Returns an input stream from the gps device. |
java.io.OutputStream |
getOutputStream()
Returns an output stream from the gps device. |
void |
init(java.util.Hashtable environment)
Initialize the GPSDevice and hand over all information needed for the specific GPSDevice to opens the connection. |
void |
open()
Opens the gps device (e.g. serial connection to gps-receiver or file containing logging information from a gps-receiver). |
Method Detail |
public void init(java.util.Hashtable environment) throws GPSException
environment
- contains all informations needed to initialize
the gps device.
GPSException
- if the initialization was not successfull,
e.g. some information in the environment is missing.public void open() throws GPSException
GPSException
- if the opening of the device was not successfull.public void close() throws GPSException
GPSException
- if closing the device was not successfull.public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |