public class LayerTimeOptions
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
boolean |
getTimeDataCumulative()
If true, the layer will draw all features from the beginning of the data's time extent.
|
int |
getTimeOffset()
The length of time the data is offset from the time when the data was recorded.
|
TimeInfo.TimeUnits |
getTimeOffsetUnits()
Temporal unit in which the time offset is measured.
|
void |
setTimeDataCumulative(boolean timeDataCumulative)
Set the timeDataCumulative parameter.
|
void |
setTimeOffset(int timeOffset)
Set the timeOffset parameter.
|
void |
setTimeOffsetUnit(TimeInfo.TimeUnits timeOffsetUnits)
Set the timeOffsetUnits parameter.
|
void |
setUseTime(boolean useTime)
Set the useTime parameter.
|
boolean |
useTime()
If true, the layer participates in time-related rendering and query operations.
|
public final boolean getTimeDataCumulative()
public final void setTimeDataCumulative(boolean timeDataCumulative)
timeDataCumulative
- -If true, the layer will draw all features from the beginning of the data's time extent.public final int getTimeOffset()
public final void setTimeOffset(int timeOffset)
timeOffset
- - The length of time the data is offset from the time when the data was recorded.
Specify the units using the timeOffsetUnits property.public final TimeInfo.TimeUnits getTimeOffsetUnits()
public final void setTimeOffsetUnit(TimeInfo.TimeUnits timeOffsetUnits)
timeOffsetUnits
- - Temporal unit in which the time offset is measured.public final boolean useTime()
public final void setUseTime(boolean useTime)
useTime
- - If true, the layer participates in time-related rendering and query operations.