|
||||||||||
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.SurfaceFeatureThread
Calculates surface features based on the relative drop method.
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
SurfaceFeatureThread(GISFrame gisFrame,
float minDrop)
Classifies the DEM into surface features according to the given relative drop/climb. |
Method Summary | |
void |
doProcessing()
Processes DEM and classifies surface features. |
void |
footprintReceived(Footprint fp)
Responds to a mouse-selected location by calulating the local surface network from that position. |
RasterMap |
getSurfaceFetures()
Retrieves the newly created raster map representing surface features. |
VectorMap |
getSurfaceNetwork()
Retrieves a newly created surface feature network. |
Methods inherited from class jwo.landserf.process.LSThread |
checkStoppedThread, interruptionRequested, 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 |
public SurfaceFeatureThread(GISFrame gisFrame, float minDrop)
gisFrame
- GISFrame holding DEM to process.minDrop
- Minimum drop/climb surrounding feature.Method Detail |
public void doProcessing()
GISFrame
provided
to the constructor as a secondary raster and primary vector respectively. These
can be retrieved directly via this class's method getSurfaceFeatures() and
getFeatureNetwork() methods, or by calling gisFrame.getRaster2();
abd gisFrame.getVectorMap1()
.
doProcessing
in class LSThread
GISFrame
public void footprintReceived(Footprint fp)
footprintReceived
in interface FootprintListener
fp
- Footprint broadcast.public RasterMap getSurfaceFetures()
public VectorMap getSurfaceNetwork()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |