|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.util.randomSelfSimilarNetworks.RsnTile
public class RsnTile
This is the analogous of the HillSlope object for a river
network.
| Constructor Summary | |
|---|---|
RsnTile(int xT,
int yT,
int xH,
int yH,
byte[][] fullDirMatrix,
byte[][] order,
MetaRaster mr,
int tileScale)
Creates new hillSlope |
|
| Method Summary | |
|---|---|
float[][] |
getLonLatRsnTile()
Returns the longitudes and latitudes of the points contained inside the pseudo-hillslope |
visad.Gridded2DSet |
getRsnTileDivide()
Returns a visad.Gridded2DSet appropriate to be added into a visad.Display showing the polygon that sorrounds the pseudo-hillslope |
int[][] |
getXYRsnTile()
Returns the i,j of the points contained inside the pseudo-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 RsnTile(int xT,
int yT,
int xH,
int yH,
byte[][] fullDirMatrix,
byte[][] order,
MetaRaster mr,
int tileScale)
xT - The x position where the pseudo-hillslope startsyT - The y position where the pseudo-hillslope startsxH - The x position where the pseudo-hillslope endsyH - The y position where the pseudo-hillslope endsfullDirMatrix - The direction matrix associated to the river networkorder - A matrix that contains the horton order associated to all the pixels in the
matrix associated to the networkmr - The MetaRaster associated to the map where the network existstileScale - The pseudo-hillslope scale| Method Detail |
|---|
public float[][] getLonLatRsnTile()
public int[][] getXYRsnTile()
public visad.Gridded2DSet getRsnTileDivide()
throws visad.VisADException
visad.VisADException - Captures errors while creating the visad objectspublic 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.