| Package | com.esri.ags.layers.supportClasses |
| Class | public class LayerTimeOptions |
| Inheritance | LayerTimeOptions flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| timeDataCumulative : Boolean
Indicate whather to draw the layer features cumulatively. | LayerTimeOptions | ||
| timeOffset : Number
The time offset for the layer. | LayerTimeOptions | ||
| timeOffsetUnits : String
The units for the time offset. | LayerTimeOptions | ||
| useTime : Boolean
Indicates whether or not the use the time offset. | LayerTimeOptions | ||
| timeDataCumulative | property |
timeDataCumulative:BooleanIndicate whather to draw the layer features cumulatively.
This property can be used as the source for data binding.
public function get timeDataCumulative():Boolean public function set timeDataCumulative(value:Boolean):void| timeOffset | property |
timeOffset:NumberThe time offset for the layer.
This property can be used as the source for data binding.
public function get timeOffset():Number public function set timeOffset(value:Number):void| timeOffsetUnits | property |
timeOffsetUnits:StringThe units for the time offset.
This property can be used as the source for data binding.
public function get timeOffsetUnits():String public function set timeOffsetUnits(value:String):voidSee also
| useTime | property |
useTime:BooleanIndicates whether or not the use the time offset.
This property can be used as the source for data binding.
public function get useTime():Boolean public function set useTime(value:Boolean):void