| Package | com.esri.ags.renderers.supportClasses |
| Class | public class TimeClassBreaksAger |
| Inheritance | TimeClassBreaksAger SymbolAger Object |
| Since : | ArcGIS API for Flex 2.0 |
Default MXML Propertyinfos
| Property | Defined By | ||
|---|---|---|---|
| infos : Array
Each element in the array is an TimeClassBreakInfo object that describes the class breaks information. | TimeClassBreaksAger | ||
| timeUnits : String
The unit in which the minimum and maximum break values are measured. | TimeClassBreaksAger | ||
| Method | Defined By | ||
|---|---|---|---|
TimeClassBreaksAger(timeUnits:String = esriTimeUnitsSeconds, infos:Array = null)
Creates a new TimeClassBreaksAger object. | TimeClassBreaksAger | ||
![]() |
Subclasses must override this method. | SymbolAger | |
| Constant | Defined By | ||
|---|---|---|---|
| UNIT_DAYS : String = esriTimeUnitsDays [static]
Days. | TimeClassBreaksAger | ||
| UNIT_HOURS : String = esriTimeUnitsHours [static]
Hours. | TimeClassBreaksAger | ||
| UNIT_MILLISECONDS : String = esriTimeUnitsMilliseconds [static]
Milliseconds. | TimeClassBreaksAger | ||
| UNIT_MINUTES : String = esriTimeUnitsMinutes [static]
Minutes. | TimeClassBreaksAger | ||
| UNIT_SECONDS : String = esriTimeUnitsSeconds [static]
Seconds. | TimeClassBreaksAger | ||
| infos | property |
public var infos:ArrayEach element in the array is an TimeClassBreakInfo object that describes the class breaks information. The features age is calculated with respect to the map's time extent end time.
See also
| timeUnits | property |
public var timeUnits:StringThe unit in which the minimum and maximum break values are measured.
The default value is UNITS_SECONDS.
| TimeClassBreaksAger | () | Constructor |
public function TimeClassBreaksAger(timeUnits:String = esriTimeUnitsSeconds, infos:Array = null)Creates a new TimeClassBreaksAger object.
ParameterstimeUnits:String (default = esriTimeUnitsSeconds) — The time unit in which the minimum and maximum break values are measured.
| |
infos:Array (default = null) — An array of TimeClassBreakInfo objects describing the class breaks information.
|
| UNIT_DAYS | Constant |
public static const UNIT_DAYS:String = esriTimeUnitsDaysDays.
| 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_SECONDS | Constant |
public static const UNIT_SECONDS:String = esriTimeUnitsSecondsSeconds.