Packagecom.esri.ags.renderers.supportClasses
Classpublic class TimeClassBreaksAger
InheritanceTimeClassBreaksAger Inheritance SymbolAger Inheritance Object

Since : ArcGIS API for Flex 2.0

Time class breaks ager displays aging by classifying features based on an age range.

Default MXML Propertyinfos



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
TimeClassBreaksAger(timeUnits:String = esriTimeUnitsSeconds, infos:Array = null)
Creates a new TimeClassBreaksAger object.
TimeClassBreaksAger
 Inherited
Subclasses must override this method.
SymbolAger
Public Constants
 ConstantDefined 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
Property Detail
infosproperty
public var infos:Array

Each 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

timeUnitsproperty 
public var timeUnits:String

The unit in which the minimum and maximum break values are measured.

The default value is UNITS_SECONDS.

Constructor Detail
TimeClassBreaksAger()Constructor
public function TimeClassBreaksAger(timeUnits:String = esriTimeUnitsSeconds, infos:Array = null)

Creates a new TimeClassBreaksAger object.

Parameters
timeUnits: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.
Constant Detail
UNIT_DAYSConstant
public static const UNIT_DAYS:String = esriTimeUnitsDays

Days.

UNIT_HOURSConstant 
public static const UNIT_HOURS:String = esriTimeUnitsHours

Hours.

UNIT_MILLISECONDSConstant 
public static const UNIT_MILLISECONDS:String = esriTimeUnitsMilliseconds

Milliseconds.

UNIT_MINUTESConstant 
public static const UNIT_MINUTES:String = esriTimeUnitsMinutes

Minutes.

UNIT_SECONDSConstant 
public static const UNIT_SECONDS:String = esriTimeUnitsSeconds

Seconds.