hydroScalingAPI.modules.networkExtraction.objects
Class GeomorphCell_2

java.lang.Object
  extended by hydroScalingAPI.modules.networkExtraction.objects.GeomorphCell_2

public class GeomorphCell_2
extends java.lang.Object

A cell object that associates properites to a location in the DEM. The properties are used by the GetGeomorphology algorithms.

Author:
Jorge Mario Ramirez

Field Summary
 int d_topo
          The longes topologic distance up to this point (topologic diameter)
 double lcp
          The longest channel lenght up th this point
 double ltc
          The total channel lenght up to this location
 int magn
          The magnitude of the location
 double mcd
          The maximum drop along the channels
 double tcd
          The total drop along the channels
 
Constructor Summary
GeomorphCell_2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lcp

public double lcp
The longest channel lenght up th this point


magn

public int magn
The magnitude of the location


ltc

public double ltc
The total channel lenght up to this location


d_topo

public int d_topo
The longes topologic distance up to this point (topologic diameter)


tcd

public double tcd
The total drop along the channels


mcd

public double mcd
The maximum drop along the channels

Constructor Detail

GeomorphCell_2

public GeomorphCell_2()


CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.