|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--WISA.wisa3D.module.DataProcessor
|
+--WISA.wisa3D.module.DEMProcessor
Überschrift: Wisa3D Beschreibung: The DEMProcessor constructs a dataset which represents digital elevation data of parts of the world or of the whole world. Copyright: Copyright (c) 1999 Organisation: IAI-FZK
| Field Summary |
| Fields inherited from class WISA.wisa3D.module.DataProcessor |
data, note, okPressed, progress, stop, success |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
DEMProcessor()
Constructs a new DEMProcessor. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.lang.String[] |
getInfo()
Gibt eine kurze Information über die Aufgaben dieses DataProcessors zurück. |
boolean |
inputNeeded()
DEMProcessor needs no input. |
javax.swing.JDialog |
makeOptionDialog(java.awt.Frame owner)
Constructs an options dialog for this DEMProcessor. |
protected void |
processData()
Führt für die implementierte Unterklasse von DataProcessor typische Berechnungen an der Datenmenge aus. |
| Methods inherited from class WISA.wisa3D.module.DataProcessor |
getData, getIcon, getMaps, getNote, getProcessorName, getProgress, isDone, okPressed, progressMonitoringDesired, run, setData, stopTask, success |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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 DEMProcessor()
| Method Detail |
protected void processData()
DataProcessor
processData in class DataProcessorpublic javax.swing.JDialog makeOptionDialog(java.awt.Frame owner)
makeOptionDialog in class DataProcessorpublic boolean inputNeeded()
inputNeeded in class DataProcessorpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic java.lang.String[] getInfo()
DataProcessor
getInfo in class DataProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||