Inheritance diagram for javawrapper::DetailedTreeSettings:
Public Member Functions | |
DetailedTreeSettings (int iType, int iSpecies) | |
Constructor. | |
int | GetSpecies () |
Gets the tree species. | |
void | SetSpecies (int iNewSpecies) |
Sets the tree species. | |
int | GetType () |
Gets the tree type. | |
Object | clone () |
Creates a deep clone of this object. | |
Private Attributes | |
int | m_iType |
Tree type. | |
int | m_iSpecies |
Tree species. |
For a given species and tree type, this will tell you what is available in a tree map (or detailed output file).
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
|
|
Creates a deep clone of this object.
|
|
Gets the tree species.
|
|
Gets the tree type.
|
|
Sets the tree species.
|