Package | com.esri.bacore |
Class | public class SummarizationInfo |
Inheritance | SummarizationInfo ![]() |
Property | Defined By | ||
---|---|---|---|
alias : String [read-only]
Summarization variable alias name. | SummarizationInfo | ||
avgBase : String [read-only]
Field name for the denominator that is used to help calculate the average value of this variable
for total households. | SummarizationInfo | ||
category : String [read-only]
Summarization variable category. | SummarizationInfo | ||
decimals : Number [read-only]
The number of decimal places after the decimal point for this variable. | SummarizationInfo | ||
indexBase : Number [read-only]
Value of this variable for the whole country for the year. | SummarizationInfo | ||
longDescription : String [read-only]
User-friendly summarization name. | SummarizationInfo | ||
name : String [read-only]
Summarization variable name. | SummarizationInfo | ||
percentage : String [read-only]
Field name for the denominator that is used to help calculate the percentage for this variable. | SummarizationInfo | ||
valueType : BAValueType [read-only]
Type of value of this variable. | SummarizationInfo |
Method | Defined By | ||
---|---|---|---|
SummarizationInfo(name:String, alias:String, category:String, longDescription:String, decimals:Number, percentage:String = null, avgBase:String = null, indexBase:Number, valueType:BAValueType = null)
Creates a new instance of the SummarizationInfo object. | SummarizationInfo |
alias | property |
alias:String
[read-only] Summarization variable alias name.
public function get alias():String
avgBase | property |
avgBase:String
[read-only] Field name for the denominator that is used to help calculate the average value of this variable for total households. This property is used in the Business Analyst Online API.
public function get avgBase():String
category | property |
category:String
[read-only] Summarization variable category.
public function get category():String
decimals | property |
decimals:Number
[read-only] The number of decimal places after the decimal point for this variable. The NaN value for this property means unknown number of decimal places. This property is used in the Business Analyst Online API.
public function get decimals():Number
indexBase | property |
indexBase:Number
[read-only] Value of this variable for the whole country for the year. Zero or NaN value for this property means missing index base. This property is used in the Business Analyst Online API.
public function get indexBase():Number
longDescription | property |
longDescription:String
[read-only] User-friendly summarization name.
public function get longDescription():String
name | property |
name:String
[read-only] Summarization variable name.
public function get name():String
percentage | property |
percentage:String
[read-only] Field name for the denominator that is used to help calculate the percentage for this variable. This property is used in the Business Analyst Online API.
public function get percentage():String
valueType | property |
valueType:BAValueType
[read-only] Type of value of this variable.
public function get valueType():BAValueType
SummarizationInfo | () | Constructor |
public function SummarizationInfo(name:String, alias:String, category:String, longDescription:String, decimals:Number, percentage:String = null, avgBase:String = null, indexBase:Number, valueType:BAValueType = null)
Creates a new instance of the SummarizationInfo object.
Parametersname:String — Summarization variable name.
| |
alias:String — Summarization variable alias name.
| |
category:String — Summarization variable category.
| |
longDescription:String — User-friendly summarization name.
| |
decimals:Number (default = NaN ) — The number of decimal places after the decimal point for this variable.
| |
percentage:String (default = null ) — Field name for the denominator that is used to help calculate the percentage for this variable.
| |
avgBase:String (default = null ) — Field name for the denominator that is used to help calculate the average value of this variable
for total households.
| |
indexBase:Number (default = NaN ) — Value of this variable for the whole US for the year.
| |
valueType:BAValueType (default = null ) — Type of value of this variable.
|