jwo.landserf.process
Class RectifyThread

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

public class RectifyThread
extends LSThread

Rectifies a given raster using the supplied transformable class.

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
RectifyThread(GISFrame gisFrame, RasterMap newRast, Transformable transformer)
          Rectifies the given raster using the given transformer.
 
Method Summary
 void doProcessing()
          Rectifies the given raster.
 
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

RectifyThread

public RectifyThread(GISFrame gisFrame,
                     RasterMap newRast,
                     Transformable transformer)
Rectifies the given raster using the given transformer.

Parameters:
gisFrame - Frame holding spatial objects and in which to report results.
newRast - New raster containing rectified surface.
transformer - Class doing the transformation.
Method Detail

doProcessing

public void doProcessing()
Rectifies the given raster.

Specified by:
doProcessing in class LSThread


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