public interface NaturalDisturbanceInformationProvider
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeSinceFirstKnownDateYrs(int currentDateYrs)
This method returns the time since the first known date.
|
java.lang.Integer |
getTimeSinceLastDisturbanceYrs(DisturbanceTypeProvider.DisturbanceType type,
int currentDateYrs)
This method returns the time since the last disturbance or null if this time is unknown.
|
java.lang.Integer getTimeSinceLastDisturbanceYrs(DisturbanceTypeProvider.DisturbanceType type, int currentDateYrs)
currentDateYrs - the current dateint getTimeSinceFirstKnownDateYrs(int currentDateYrs)
currentDateYrs - the current date