|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
jwo.landserf.process.LSThread
jwo.landserf.process.RectifyThread
public class RectifyThread
Rectifies a raster map using the supplied transformable class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
Thread.State, Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
RectifyThread(GISFrame gisFrame)
Prepares class for rectifying a raster map. |
|
RectifyThread(GISFrame gisFrame,
RasterMap newRast,
Transformable transformer)
Prepares the class for rectifying the primary raster held in gisFrame
and placing the results in the given raster. |
Method Summary | |
---|---|
boolean |
doCommand(LSCommand command)
Performs the rectification based on the parameters provided in the scripting command. |
void |
doProcessing()
Creates a rectified version of the primary raster stored in the GISFrame provided to the constructor. |
LSCommand |
getCommand()
Reports the syntax required to rectify a raster via a scripting command. |
GISFrame |
getGISFrame()
Retrieves the GISFrame that can be used for storing multiple spatial objects. |
Object |
getReturnedObject()
Returns the rectified raster map. |
Methods inherited from class jwo.landserf.process.LSThread |
---|
checkStoppedThread, interruptionRequested, resetTimer, run, setErrorMessage, setFinalMessage, setMessage |
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 RectifyThread(GISFrame gisFrame)
gisFrame
- GUI in which to report results.public RectifyThread(GISFrame gisFrame, RasterMap newRast, Transformable transformer)
gisFrame
and placing the results in the given raster.
gisFrame
- Frame holding raster to transform and in which to report results.newRast
- New raster containing rectified surface.transformer
- Class doing the transformation.Method Detail |
---|
public LSCommand getCommand()
getCommand
in interface Scriptable
public boolean doCommand(LSCommand command)
doCommand
in interface Scriptable
command
- Scripting command containing parameter values.
public Object getReturnedObject()
getReturnedObject
in interface Scriptable
public GISFrame getGISFrame()
getGISFrame
in interface Scriptable
public void doProcessing()
newRast
).
doProcessing
in class LSThread
GISFrame
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |