|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
de.k621.avr.gps.converter.KConverter
de.k621.avr.gps.converter.KElevationConverter
public class KElevationConverter
Die Konvertierungsklasse für Höhendiagramme.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class de.k621.avr.gps.converter.KConverter |
---|
fInput, fInterface, fOutput |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
KElevationConverter(java.io.BufferedReader pInput,
java.io.BufferedWriter pOutput,
KProgressViewer pInterface)
Konstruktor der Klasse |
|
KElevationConverter(java.io.BufferedReader pInput,
java.io.BufferedWriter pOutput,
KProgressViewer pInterface,
int pMinSattelites,
float pMaxHDOP)
Konstruktor der Klasse |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class de.k621.avr.gps.converter.KConverter |
---|
isValidMsg |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KElevationConverter(java.io.BufferedReader pInput, java.io.BufferedWriter pOutput, KProgressViewer pInterface)
pInput
- Die EingabedateipOutput
- Die AusgabedateipInterface
- Das Statusinterfacepublic KElevationConverter(java.io.BufferedReader pInput, java.io.BufferedWriter pOutput, KProgressViewer pInterface, int pMinSattelites, float pMaxHDOP)
pInput
- Die EingabedateipOutput
- Die AusgabedateipInterface
- Das StatusinterfacepMinSattelites
- Die minimale Anzahl an Satelliten, die eine Nachricht besitzen musspMaxHDOP
- Der maximale HDOP Wert, den eine Nachricht besitzen darfMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class KConverter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |