com.c5corp.landUse
Class ReadUtil

java.lang.Object
  extended by com.c5corp.landUse.ReadUtil

public class ReadUtil
extends java.lang.Object

This utility class reads the raw CTG file and outputs the LandUseMap object to a file.

Since:
1.0.3
Author:
donated by Caroline McLaughlin

Constructor Summary
ReadUtil()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function outputs the LandUseMap to file, which then can be read at a later time.
static LandUseMap readFile(java.lang.String file)
          This is a function that allows other programs to read raw CTG data into a LandUseMap object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadUtil

public ReadUtil()
Method Detail

readFile

public static LandUseMap readFile(java.lang.String file)
This is a function that allows other programs to read raw CTG data into a LandUseMap object.

Parameters:
file - is a string of the name of the CTG file to be read in.
Returns:
LandUseMap that represents the area specified in the CTG file

main

public static void main(java.lang.String[] args)
The main function outputs the LandUseMap to file, which then can be read at a later time.

Parameters:
args - first argument is output file name, second is input file name