Public Member Functions | |
void | WriteXML (BufferedWriter oOut) throws java.io.IOException |
Writes this package's data to XML. | |
Package Functions | |
PackageGridValue (int iNumFloats, int iNumInts, int iNumChars, int iNumBools) throws ModelException | |
Constructor. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.PackageGridValue.PackageGridValue | ( | int | iNumFloats, | |
int | iNumInts, | |||
int | iNumChars, | |||
int | iNumBools | |||
) | throws ModelException [package] |
Constructor.
iNumFloats | Number of float package data members. | |
iNumInts | Number of integer package data members. | |
iNumChars | Number of char package data members. | |
iNumBools | Number of bool package data members. |
ModelException | if cell coordinates are invalid. |
void javawrapper.PackageGridValue.WriteXML | ( | BufferedWriter | oOut | ) | throws java.io.IOException |
Writes this package's data to XML.
oOut | File to write to. |
java.io.IOException | if there is a problem writing to file. |