jwo.landserf.process
Class FuzzyFeatureThread

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

public class FuzzyFeatureThread
extends LSThread

Performs a fuzzy feature classification of a DEM. Produces 6 new rasters, one for each feature membership type (PIT, CHANNEL, PASS, RIDGE, PEAK and PLANAR)

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
FuzzyFeatureThread(GISFrame gisFrame)
          Calculates the fuzzy feature classification.
 
Method Summary
 void doProcessing()
          Performs the multi-scale processing.
 
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

FuzzyFeatureThread

public FuzzyFeatureThread(GISFrame gisFrame)
Calculates the fuzzy feature classification.

Parameters:
gisFrame - GIS frame containing raster to process.
Method Detail

doProcessing

public void doProcessing()
Performs the multi-scale processing. Adds the surface of average parameter values as a secondary raster map, and the surface of variation of the paramter as an unselected raster map.

Specified by:
doProcessing in class LSThread


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