jwo.landserf.process
Class PeakClassificationThread

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

public class PeakClassificationThread
extends LSThread

Creates a new raster identifying peaks from a given DEM. This requires parameters such as minimum height and minimum drop to be supplied allowing Munros, Corbetts, Hewitts, Marilyns etc. to be identified.

Version:
2.1. 17th August, 2004.
Author:
Jo Wood

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PeakClassificationThread(GISFrame gisFrame, float minHeight, float minDrop, boolean doPeakedness, boolean doSummits, boolean doHierarchy)
          Classifies the DEM according to the peak classification parameters.
 
Method Summary
 void doProcessing()
          Processes DEM and classifies peaks.
 
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

PeakClassificationThread

public PeakClassificationThread(GISFrame gisFrame,
                                float minHeight,
                                float minDrop,
                                boolean doPeakedness,
                                boolean doSummits,
                                boolean doHierarchy)
Classifies the DEM according to the peak classification parameters.

Parameters:
gisFrame - GISFrame holding DEM to process.
minHeight - Minimum height of peak.
minDrop - Minimum drop surrounding peak.
doPeakedness - Peakedness calculation performed if true.
doSummits - Calculates vector summit locations if true.
Method Detail

doProcessing

public void doProcessing()
Processes DEM and classifies peaks.

Specified by:
doProcessing in class LSThread


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