|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.util.geomorphology.objects.HillSlope
public class HillSlope
Uses a recursive algorithm to find the locations in the DEM that drain to a network link, and defines the boundary of these group of points.
| Constructor Summary | |
|---|---|
HillSlope(int x,
int y,
byte[][] fullDirMatrix,
int[][] magnitudes,
MetaRaster mr)
Creates an instance of HillSlope |
|
| Method Summary | |
|---|---|
float[][] |
getLonLatHillSlope()
Returns an array of floats float[2][numPointsInHillslope] with the longitudes (float[0]) and latitudes (float[1]) for the points that belong to the hillslope |
int[][] |
getXYHillSlope()
Returns an array of integers int[2][numPointsInBasin] with the column number (int[0]) and the row number (int[1]) for the points that belong to the hillslope |
static void |
main(java.lang.String[] args)
Tests for the class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HillSlope(int x,
int y,
byte[][] fullDirMatrix,
int[][] magnitudes,
MetaRaster mr)
x - The column number of the link contacty - The row number of the link contactfullDirMatrix - The direction matrix associated to the DEM where the basin is ebeddedmagnitudes - The magnitudes matrix associated to the DEM where the basin is ebeddedmr - The MetaRaster that describes the DEM| Method Detail |
|---|
public float[][] getLonLatHillSlope()
public int[][] getXYHillSlope()
public static void main(java.lang.String[] args)
args - The command line arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.