public static class TimeCoverage.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
TimeCoverage |
build() |
void |
setDuration(TimeDuration duration)
Set the duration of the interval.
|
void |
setEnd(DateType end)
Set the ending Date.
|
void |
setResolution(TimeDuration resolution)
Set the time resolution.
|
void |
setStart(DateType start)
Set the starting Date.
|
public void setDuration(TimeDuration duration)
duration - duration of the intervalpublic void setEnd(DateType end)
end - ending Datepublic void setResolution(TimeDuration resolution)
resolution - the time resolutionpublic void setStart(DateType start)
start - starting Datepublic TimeCoverage build()