| Package | com.esri.ags.layers.supportClasses |
| Class | public class TimeInfo |
| Inheritance | TimeInfo flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined By | ||
|---|---|---|---|
| endTimeField : String
The name of the attribute field that contains the end time information. | TimeInfo | ||
| exportOptions : LayerTimeOptions
Default time-related export options for the layer. | TimeInfo | ||
| startTimeField : String
The name of the attribute field that contains the start time information. | TimeInfo | ||
| timeExtent : TimeExtent
The time extent for all the data in the layer. | TimeInfo | ||
| timeInterval : Number
Time interval of the data in the layer. | TimeInfo | ||
| timeIntervalUnits : String
Temporal unit in which the time interval is measured. | TimeInfo | ||
| timeReference : TimeReference
Information about how the time was measured. | TimeInfo | ||
| trackIdField : String
The field that contains the trackId. | TimeInfo | ||
| Constant | Defined By | ||
|---|---|---|---|
| UNIT_CENTURIES : String = esriTimeUnitsCenturies [static]
Centuries. | TimeInfo | ||
| UNIT_DAYS : String = esriTimeUnitsDays [static]
Days. | TimeInfo | ||
| UNIT_DECADES : String = esriTimeUnitsDecades [static]
Decades. | TimeInfo | ||
| UNIT_HOURS : String = esriTimeUnitsHours [static]
Hours. | TimeInfo | ||
| UNIT_MILLISECONDS : String = esriTimeUnitsMilliseconds [static]
Milliseconds. | TimeInfo | ||
| UNIT_MINUTES : String = esriTimeUnitsMinutes [static]
Minutes. | TimeInfo | ||
| UNIT_MONTHS : String = esriTimeUnitsMonths [static]
Months. | TimeInfo | ||
| UNIT_SECONDS : String = esriTimeUnitsSeconds [static]
Seconds. | TimeInfo | ||
| UNIT_UNKNOWN : String = esriTimeUnitsUnknown [static]
Unknown time units. | TimeInfo | ||
| UNIT_WEEKS : String = esriTimeUnitsWeeks [static]
Weeks. | TimeInfo | ||
| UNIT_YEARS : String = esriTimeUnitsYears [static]
Years. | TimeInfo | ||
| endTimeField | property |
endTimeField:StringThe name of the attribute field that contains the end time information.
This property can be used as the source for data binding.
public function get endTimeField():String public function set endTimeField(value:String):void| exportOptions | property |
exportOptions:LayerTimeOptionsDefault time-related export options for the layer. When using a dynamic map service, these options can be overriden for sub-layers using the setLayerTimeOptions method.
This property can be used as the source for data binding.
public function get exportOptions():LayerTimeOptions public function set exportOptions(value:LayerTimeOptions):void| startTimeField | property |
startTimeField:StringThe name of the attribute field that contains the start time information.
This property can be used as the source for data binding.
public function get startTimeField():String public function set startTimeField(value:String):void| timeExtent | property |
timeExtent:TimeExtentThe time extent for all the data in the layer.
This property can be used as the source for data binding.
public function get timeExtent():TimeExtent public function set timeExtent(value:TimeExtent):void| timeInterval | property |
timeInterval:NumberTime interval of the data in the layer. Typically used for the TimeSlider when animating the layer.
This property can be used as the source for data binding.
public function get timeInterval():Number public function set timeInterval(value:Number):void| timeIntervalUnits | property |
timeIntervalUnits:StringTemporal unit in which the time interval is measured. See the TimeInfo constants for valid values.
This property can be used as the source for data binding.
public function get timeIntervalUnits():String public function set timeIntervalUnits(value:String):void| timeReference | property |
timeReference:TimeReferenceInformation about how the time was measured.
This property can be used as the source for data binding.
public function get timeReference():TimeReference public function set timeReference(value:TimeReference):void| trackIdField | property |
trackIdField:StringThe field that contains the trackId.
This property can be used as the source for data binding.
public function get trackIdField():String public function set trackIdField(value:String):void| UNIT_CENTURIES | Constant |
public static const UNIT_CENTURIES:String = esriTimeUnitsCenturiesCenturies.
| UNIT_DAYS | Constant |
public static const UNIT_DAYS:String = esriTimeUnitsDaysDays.
| UNIT_DECADES | Constant |
public static const UNIT_DECADES:String = esriTimeUnitsDecadesDecades.
| UNIT_HOURS | Constant |
public static const UNIT_HOURS:String = esriTimeUnitsHoursHours.
| UNIT_MILLISECONDS | Constant |
public static const UNIT_MILLISECONDS:String = esriTimeUnitsMillisecondsMilliseconds.
| UNIT_MINUTES | Constant |
public static const UNIT_MINUTES:String = esriTimeUnitsMinutesMinutes.
| UNIT_MONTHS | Constant |
public static const UNIT_MONTHS:String = esriTimeUnitsMonthsMonths.
| UNIT_SECONDS | Constant |
public static const UNIT_SECONDS:String = esriTimeUnitsSecondsSeconds.
| UNIT_UNKNOWN | Constant |
public static const UNIT_UNKNOWN:String = esriTimeUnitsUnknownUnknown time units.
| UNIT_WEEKS | Constant |
public static const UNIT_WEEKS:String = esriTimeUnitsWeeksWeeks.
| UNIT_YEARS | Constant |
public static const UNIT_YEARS:String = esriTimeUnitsYearsYears.