new EMLTemporalCoverage()
Methods
isEmpty() → {boolean}
Checks if this model has no values set on it
Returns:
- Type
- boolean
isGreaterDate(beginDate, endDate) → {boolean}
This function checks whether the begin date is greater than the end date.
Parameters:
Name | Type | Description |
---|---|---|
beginDate |
string | the begin date string |
endDate |
string | the end date string |
Returns:
- Type
- boolean
isGreaterTime(beginDate, endDate, beginTime, endTime) → {boolean}
This function checks whether the begin time is greater than the end time.
Parameters:
Name | Type | Description |
---|---|---|
beginDate |
string | the begin date string |
endDate |
string | the end date string |
beginTime |
string | the begin time string |
endTime |
string | the end time string |
Returns:
- Type
- boolean