jwo.landserf.process
Class TinToDemThread

java.lang.Object
  extended byjava.lang.Thread
      extended byjwo.landserf.process.LSThread
          extended byjwo.landserf.process.TinToDemThread
All Implemented Interfaces:
Runnable

public class TinToDemThread
extends LSThread

Converts a TIN to DEM representation. Can either use planar or quadratic interpolation.

Version:
2.1, 3rd September, 2004.
Author:
Jo Wood

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TinToDemThread(GISFrame gisFrame, boolean doQuadratic)
          Converts a TIN into DEM representation.
 
Method Summary
 void doProcessing()
          Convert the TIN into DEM representation.
 
Methods inherited from class jwo.landserf.process.LSThread
resetTimer, run, setErrorMessage, setMessage
 
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

TinToDemThread

public TinToDemThread(GISFrame gisFrame,
                      boolean doQuadratic)
Converts a TIN into DEM representation. Can either use simple planar interpolation (gives triangular facets), or a smoother quadratic interpolation (can give overshoots and undershoots).

Parameters:
gisFrame - GUI containing TIN and DEM.
doQuadratic - Uses quadratic interpolation if true, otherwise planar.
Method Detail

doProcessing

public void doProcessing()
Convert the TIN into DEM representation.

Specified by:
doProcessing in class LSThread


Copyright Jo Wood, 1996-2004, last modified, 3rd September, 2004