A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
parseGPBoolean(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a Boolean value.
parseGPDataFile(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a data file URL string.
parseGPDouble(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a Number value.
parseGPFeatureRecordSetLayer(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a FeatureSet value.
parseGPLong(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as an integer value.
parseGPRasterData(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a MapImage value.
parseGPRasterDataLayer(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a MapImage value.
parseGPResult(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object.
parseGPResults(decodedObject:Array) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses an array of JSON-decoded GPResult objects and stores the results of parsing in the result array.
parseGPString(decodedObject:Object) — Static Method , class com.esri.bacore.client.GPResultParsers
Parses a JSON-decoded GPResult object as a string value.
parseStdGeographiesFeatures(decodedItems:Array) — Static Method , class com.esri.bacore.client.GPResultProcessors
This utility method parses an array of JSON-decoded items as an array of IDNamePair items.
ParseUtils — class, package com.esri.bacore.client
The ParseUtils class contains a collection of static utility methods useful in result parsers.
percentage — Property, class com.esri.bacore.SummarizationInfo
Field name for the denominator that is used to help calculate the percentage for this variable.
PERCENTAGE — Constant Static Property, class com.esri.bacore.BAValueType
The value is a percentage.
PERCENTAGE — Constant Static Property, class com.esri.bacore.thematicmapping.TMValueType
Calculate a percentage value (this method is allowed if a percentage field is specified).
percentageFieldAlias — Property, class com.esri.bacore.thematicmapping.TMValueCalculator
Alias name of the field to calculate percentage by.
percentageFieldName — Property, class com.esri.bacore.thematicmapping.TMValueCalculator
Name of the field to calculate percentage by.
percentValueDecimals — Property, class com.esri.bacore.thematicmapping.TMSummarizations
The number of significant digits after the decimal point for percent value.
PointLayer — class, package com.esri.bao
The PointLayer class specifies a Business Analyst Online data layer with the point geometry.
PointLayer(dataLayer:Object) — Constructor, class com.esri.bao.PointLayer
Creates a new instance of a data layer with a point geometry.
PointRecord — class, package com.esri.bacore
The PointRecord class specifies properties of a geographic point.
PointRecord(name:String, description:String, storeID:String, latitude:Number, longitude:Number, storeAddress:String) — Constructor, class com.esri.bacore.PointRecord
Creates a new instance of the PointRecord class.
points — Property, class com.esri.bao.PointLayer
Array of PointRecord type items.
POINTS — Constant Static Property, class com.esri.bacore.DriveTimeUnits
Linear units consisting of points.
populateUserInfo(userInfo:Object) — method, class com.esri.bacore.client.TokenProvider
Populates the userInfo object with properties to be passed to the IAuthentication object.
prepareParametersForGET(requestVars:flash.net:URLVariables) — method, class com.esri.bacore.client.AbstractClient
Converts request variables to a string for the GET method.
prepareQuery() — method, class com.esri.bacore.thematicmapping.TMLayer
Prepares base query parameters.
prepareUrl(baseUrl:String, urlSuffix:String) — method, class com.esri.bacore.client.AbstractClient
Prepares HTTP request URL combining it from a base URL and a suffix using the combineUrl method.
prepareUrl(baseUrl:String, urlSuffix:String) — method, class com.esri.bao.tasks.BAOnlineClient
priority — Property, class com.esri.bacore.thematicmapping.TMRendererEvent
Current priority of update.
priority — Property, class com.esri.bacore.thematicmapping.extensionClasses.Highlighter
Highlighting operation priority.
processBoolean(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as a Boolean value.
processIDNamePairs(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as an array of IDNamePair values.
processReportTemplateInfos(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as an array of ReportTemplateInfo values.
processResult(decodedObject:Object, asyncToken:mx.rpc:AsyncToken) — method, class com.esri.bacore.client.AbstractClient
Processes the decoded object.
processResult(asyncToken:mx.rpc:AsyncToken) — method, interface com.esri.bacore.client.IBAResultProcessor
Applies post-processing of a result received after executing a Business Analyst task.
processStdGeographiesFeatures(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as an array of IDNamePair values.
processString(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as a String value.
processStringArray(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as an array of String values.
processSummarizationInfos(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as an array of SummarizationInfo values.
processTaskResultOutput(asyncToken:mx.rpc:AsyncToken) — Static Method , class com.esri.bacore.client.GPResultProcessors
Processes a result as a TaskResultOutput value.
progress — Property, class com.esri.bacore.thematicmapping.ProgressEvent
Current progress value.
PROGRESS — Constant Static Property, class com.esri.bacore.thematicmapping.ProgressEvent
The ProgressEvent.PROGRESS constant defines the value of the type property of the event object for a taskProgress event.
ProgressEvent — class, package com.esri.bacore.thematicmapping
The ProgressEvent event is dispatched when a thematic layer performs one of steps while updating.
ProgressEvent(progress:int) — Constructor, class com.esri.bacore.thematicmapping.ProgressEvent
Creates a new instance of the ProgressEvent class.
propertyChange — Event, class com.esri.bacore.thematicmapping.TMLayer
The propertyChange event is dispatched when a property of thematic layer is changed.
propertyChange — Event, class com.esri.bacore.thematicmapping.TMLayerComponent
The propertyChange event is dispatched when a property of thematic layer component is changed.
propertyChange — Event, class com.esri.bacore.thematicmapping.TMSymbolizationProvider
The propertyChange event is dispatched when a property of the symbolization provider is changed.
proxyUrl — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingLayer
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.client.AbstractClient
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.client.AbstractTask
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.tasks.BAQueryTask
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.thematicmapping.TMQueryTask
The URL to proxy the request through.
proxyURL — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingQueryTask
The URL to proxy the request through.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z