hydroScalingAPI.modules.networkExtraction.objects
Class RasterNetworkBlueLines

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

public abstract class RasterNetworkBlueLines
extends java.lang.Object

This object implements a group of static methods to handle a river network derived from a Blue Lines map

Author:
Jorge Mario Ramirez

Constructor Summary
RasterNetworkBlueLines()
           
 
Method Summary
static void cabecitas(NetworkExtractionModule Proc, byte[][] Red, boolean incisa)
          Takes in a map of locations where channels starts
static byte[][] Lee_Incisa(NetworkExtractionModule Proc)
          Uses an external map to incise the DEM
static byte[][] Lee_LA(NetworkExtractionModule Proc)
          Reads a raster map associated to the Blue Lines Map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterNetworkBlueLines

public RasterNetworkBlueLines()
Method Detail

Lee_LA

public static byte[][] Lee_LA(NetworkExtractionModule Proc)
Reads a raster map associated to the Blue Lines Map

Parameters:
Proc - The NetworkExtractionModule
Returns:
A byte array with the info to use in the incisions

Lee_Incisa

public static byte[][] Lee_Incisa(NetworkExtractionModule Proc)
Uses an external map to incise the DEM

Parameters:
Proc - The NetworkExtractionModule
Returns:
A byte array with the result of the incision

cabecitas

public static void cabecitas(NetworkExtractionModule Proc,
                             byte[][] Red,
                             boolean incisa)
Takes in a map of locations where channels starts

Parameters:
Proc - The NetworkExtractionModule
Red - A Raster network array
incisa - Indicates if the algorithm must incise as it finds the network associates to the headwaters


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.