Inheritance diagram for javawrapper::GridValue:

Public Member Functions | |
| Cell | GetCell () |
| Gets the cell for this object. | |
| void | AddPackage (PackageGridValue oPackage) |
| Adds a package to this grid cell. | |
| void | WriteXML (BufferedWriter oOut) throws java.io.IOException |
| Writes this grid's data to XML. | |
Protected Attributes | |
| Cell | m_oCell |
| Grid cell. | |
| Vector | mp_oPackages = new Vector(0) |
| Vector of PackageGridValue objects. | |
Package Functions | |
| GridValue (int iX, int iY, int iNumFloats, int iNumInts, int iNumChars, int iNumBools, Plot oPlot) throws ModelException | |
| Constructor. | |
| GridValue (int iX, int iY, int iNumFloats, int iNumInts, int iNumChars, int iNumBools, float fLengthXCells, float fLengthYCells, Plot oPlot) throws ModelException | |
| Constructor. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
||||||||||||||||||||||||||||||||
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
||||||||||||||||||||||||||||||||||||||||
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Adds a package to this grid cell.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Gets the cell for this object.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Writes this grid's data to XML.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
1.4.6-NO