Class: EMLTemporalCoverage

EMLTemporalCoverage()

Methods

isEmpty() → {boolean}

Checks if this model has no values set on it
Source:
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
Source:
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
Source:
Returns:
Type
boolean