|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.c5corp.landUse.ReadUtil
public class ReadUtil
This utility class reads the raw CTG file and outputs the LandUseMap object to a file.
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 |
---|
public ReadUtil()
Method Detail |
---|
public static LandUseMap readFile(java.lang.String file)
file
- is a string of the name of the CTG file to be read in.
public static void main(java.lang.String[] args)
args
- first argument is output file name, second is input file name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |