Packagecom.esri.ags.layers.supportClasses
Classpublic class LayerTimeOptions
InheritanceLayerTimeOptions Inheritance flash.events.EventDispatcher

Since : ArcGIS API for Flex 2.0

Defines the time options for the layer.

See also

TimeInfo.exportOptions


Public Properties
 PropertyDefined 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
Property Detail
timeDataCumulativeproperty
timeDataCumulative:Boolean

Indicate whather to draw the layer features cumulatively.

This property can be used as the source for data binding.


Implementation
    public function get timeDataCumulative():Boolean
    public function set timeDataCumulative(value:Boolean):void
timeOffsetproperty 
timeOffset:Number

The time offset for the layer.

This property can be used as the source for data binding.


Implementation
    public function get timeOffset():Number
    public function set timeOffset(value:Number):void
timeOffsetUnitsproperty 
timeOffsetUnits:String

The units for the time offset.

This property can be used as the source for data binding.


Implementation
    public function get timeOffsetUnits():String
    public function set timeOffsetUnits(value:String):void

See also

useTimeproperty 
useTime:Boolean

Indicates whether or not the use the time offset.

This property can be used as the source for data binding.


Implementation
    public function get useTime():Boolean
    public function set useTime(value:Boolean):void