| Package | com.esri.bacore.domain |
| Class | public class BenchmarkItem |
| Inheritance | BenchmarkItem flash.events.EventDispatcher |
| Since : | Community Analyst API for Flex 2.2. |
The benchmark item can be specified in one of three ways—as IStudyArea, as IGeographyFeature, or
as BenchmarkOptions. All these ways are mutually exclusive. In the last case, two instances of the
BenchmarkOptions enueration are allowed—BenchmarkOptions.USE_AVERAGE_VALUES
and BenchmarkOptions.USE_MEDIAN_VALUES.
See also
| Property | Defined By | ||
|---|---|---|---|
| benchmarkArea : IStudyArea
Benchmark study area. | BenchmarkItem | ||
| benchmarkFeature : IGeographyFeature
Benchmark geography feature. | BenchmarkItem | ||
| benchmarkOptions : BenchmarkOptions
Options specifying an average or median benchmark. | BenchmarkItem | ||
| Method | Defined By | ||
|---|---|---|---|
BenchmarkItem(item:Object = null)
Creates a new instance of the BenchmarkItem class. | BenchmarkItem | ||
| benchmarkArea | property |
benchmarkArea:IStudyAreaBenchmark study area.
public function get benchmarkArea():IStudyArea public function set benchmarkArea(value:IStudyArea):void| benchmarkFeature | property |
benchmarkFeature:IGeographyFeatureBenchmark geography feature.
public function get benchmarkFeature():IGeographyFeature public function set benchmarkFeature(value:IGeographyFeature):void| benchmarkOptions | property |
benchmarkOptions:BenchmarkOptionsOptions specifying an average or median benchmark.
public function get benchmarkOptions():BenchmarkOptions public function set benchmarkOptions(value:BenchmarkOptions):void| BenchmarkItem | () | Constructor |
public function BenchmarkItem(item:Object = null)Creates a new instance of the BenchmarkItem class.
A benchmark item passed in parameters of this method could be an instance of
IStudyArea, IGeographyFeature, or BenchmarkOptions.
item:Object (default = null) — Benchmark item.
|
See also