public abstract class AWSTreeImpl extends java.lang.Object implements AWSTree
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AWSTreeImpl.TestTreeVariable |
AWSTree.AWSTreeSpecies, AWSTree.TreeVariable| Modifier | Constructor and Description |
|---|---|
protected |
AWSTreeImpl(AWSTree.AWSTreeSpecies species,
double relativeDbh,
double relativeHDRatio,
double regOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
java.lang.Object |
getAWSTreeVariable(java.lang.Enum variable) |
double |
getDbhCm()
This method returns the diameter at breast height of the tree.
|
double |
getHeightM()
This method returns the tree height in m.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProbability, registerProbabilitygetNumberprotected AWSTreeImpl(AWSTree.AWSTreeSpecies species, double relativeDbh, double relativeHDRatio, double regOffset)
public java.lang.Object getAWSTreeVariable(java.lang.Enum variable)
getAWSTreeVariable in interface AWSTreepublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic double getHeightM()
HeightMProvidergetHeightM in interface HeightMProviderpublic double getDbhCm()
DbhCmProvidergetDbhCm in interface DbhCmProvider