hydroScalingAPI.examples.artifitialFields
Class createInfiltrationMap

java.lang.Object
  extended by hydroScalingAPI.examples.artifitialFields.createInfiltrationMap

public class createInfiltrationMap
extends java.lang.Object

This class creates files that are appropriate as infiltration maps for a rainfall runoff simulation.

Author:
Ricardo Mantilla

Constructor Summary
createInfiltrationMap(java.io.File baseMetaDEM, java.io.File inputInfo, java.io.File outputDir)
          Creates a new instance of createInfiltrationMap
 
Method Summary
 void createMetaFile(java.io.File directory, java.lang.String newMetaName, MetaRaster originalMeta)
          Writes a metafile with the information needed for the infiltration map created using information from an external program.
static void main(java.lang.String[] args)
          Executes the program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

createInfiltrationMap

public createInfiltrationMap(java.io.File baseMetaDEM,
                             java.io.File inputInfo,
                             java.io.File outputDir)
                      throws java.io.IOException
Creates a new instance of createInfiltrationMap

Parameters:
baseMetaDEM - Takes a file pointing to an existing MetaDEM
inputInfo -
outputDir -
Throws:
java.io.IOException
Method Detail

createMetaFile

public void createMetaFile(java.io.File directory,
                           java.lang.String newMetaName,
                           MetaRaster originalMeta)
Writes a metafile with the information needed for the infiltration map created using information from an external program.

Parameters:
directory -
newMetaName -
originalMeta -

main

public static void main(java.lang.String[] args)
Executes the program

Parameters:
args - The programs takes no arguments


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.