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  
parse(formattedValue:String) — method, interface com.esri.bacore.IValueFormatter
Converts a formatted value to a numeric value.
parse(formattedValue:String) — method, class com.esri.bacore.ValueFormatter
Converts a formatted value to a numeric value.
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.
PCA — Constant Static Property, class com.esri.baserver.CustomerProspectingAnalysisType
Principal Component Analysis.
PCA — Constant Static Property, class com.esri.baserver.FindSimilarAnalysisType
Principal Component Analysis.
pcaEigenvalue — Property, class com.esri.baserver.tasks.analyses.CustomerProspectingParameters
Eigenvalue boundary for Kaiser Criterion used with Principal Component Analysis.
pcaEigenvalue — Property, class com.esri.baserver.tasks.analyses.FindSimilarParameters
Eigenvalue boundary for Principal Component Analysis.
pcaRankSites — Property, class com.esri.baserver.tasks.analyses.CustomerProspectingParameters
Maximum number of sites to rank used with Principal Component Analysis.
pcaRankSites — Property, class com.esri.baserver.tasks.analyses.FindSimilarParameters
Maximal number of sites to rank with Principal Component Analysis.
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.
percentages — Property, class com.esri.baserver.tasks.tradeareas.CustomerDerivedAreasParameters
Array of percentages of customers (required).
percentField — Property, class com.esri.baserver.tasks.reports.MarketRankingParameters
The attribute field in the rankingData layer which specifies a field to be used for calculating the percentage of the primaryRankField field with respect to this field.
percentThreshold — Property, class com.esri.baserver.tasks.segmentation.CoreDevelopSegmentsParameters
Percent composition threshold (required if useExistingTargetGroup=false).
percentThreshold — Property, class com.esri.baserver.tasks.segmentation.GamePlanChartParameters
Percent composition threshold (required).
percentThreshold — Property, class com.esri.baserver.tasks.segmentation.GamePlanMapParameters
Percent composition threshold (required if segments are specified using Game Plan Chart).
percentThreshold — Property, class com.esri.baserver.tasks.segmentation.UnderstandingTargetCustomersParameters
Percent composition threshold (required).
percentValueDecimals — Property, class com.esri.bacore.thematicmapping.TMSummarizations
The number of significant digits after the decimal point for percent value.
percentValues — Property, class com.esri.baserver.tasks.analyses.FindSimilarParameters
Array of tolerance values in percents for Conventional Analysis.
point — Property, class com.esri.baserver.tasks.stdgeographies.ReturnStdGeographyParameters
Geographic coordinates of the location requested.
pointLayer — Property, class com.esri.baserver.tasks.reports.SummarizePointsParameters
The point layer containing point features to be summarized.
PointLayer — class, package com.esri.bao
The PointLayer class specifies a Community Analyst data layer with the point geometry.
PointLayer — class, package com.esri.baserver
The PointLayer class specifies a Business Analyst Server 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.
PointLayer(dataLayer:Object) — Constructor, class com.esri.baserver.PointLayer
Creates a new instance of a data layer with polygon 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 — Property, class com.esri.baserver.PointLayer
Array of PointRecord type items.
points — Property, class com.esri.baserver.tasks.customerstoresetup.CustomerStoreSetupByCoordinatesParameters
Array of points specified with PointRecord instances.
points — Property, class com.esri.baserver.tasks.stdgeographies.ReturnStdGeographyParameters
Point data layer specifying requested locations.
POINTS — Constant Static Property, class com.esri.bacore.DriveTimeUnits
Linear units consisting of points.
PointsInPolygonReportParameters — class, package com.esri.baserver.tasks.reports
The PointsInPolygonReportParameters class provides input parameters for the Points in Polygon Report task.
PointsInPolygonReportParameters() — Constructor, class com.esri.baserver.tasks.reports.PointsInPolygonReportParameters
Creates a new instance of the PointsInPolygonReportParameters class.
PointsInPolygonReportTask — final class, package com.esri.baserver.tasks.reports
The Points in Polygon Report task creates a report on the distribution of points within polygons.
PointsInPolygonReportTask(urlOrClient:Object) — Constructor, class com.esri.baserver.tasks.reports.PointsInPolygonReportTask
Creates a new instance of the PointsInPolygonReportTask class.
PolygonStudyArea — class, package com.esri.bacore.domain
The PolygonStudyArea class is the default implementation of IPolygonStudyArea interface.
PolygonStudyArea() — Constructor, class com.esri.bacore.domain.PolygonStudyArea
Creates a new instance of the PolygonStudyArea class.
populateUserInfo(userInfo:Object) — method, class com.esri.bacore.client.TokenProvider
Populates the userInfo object with properties to be passed to the IAuthentication object.
PORTRAIT — Constant Static Property, class com.esri.baserver.ReportOrientation
Portrait orientation of report.
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
primaryRankField — Property, class com.esri.baserver.tasks.reports.MarketRankingParameters
The attribute field in the rankingData layer which specifies a field to rank features by (required).
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 Community 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.
profile — Property, class com.esri.baserver.tasks.segmentation.ReportFromProfileParameters
Segmentation profile (required).
ProfileByAreaSummationParameters — class, package com.esri.baserver.tasks.segmentation
The ProfileByAreaSummationParameters class provides input parameters for the Profile by Area Summation task.
ProfileByAreaSummationParameters() — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByAreaSummationParameters
Creates a new instance of the ProfileByAreaSummationParameters class.
ProfileByAreaSummationTask — final class, package com.esri.baserver.tasks.segmentation
The Profile by Area Summation task creates a new Tapestry segmentation profile on the given polygon layer.
ProfileByAreaSummationTask(urlOrClient:Object) — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByAreaSummationTask
Creates a new instance of the ProfileByAreaSummationTask class.
ProfileByImportFromTableParameters — class, package com.esri.baserver.tasks.segmentation
The ProfileByImportFromTableParameters class provides input parameters for the Profile by Import from Table task.
ProfileByImportFromTableParameters() — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByImportFromTableParameters
Creates a new instance of the ProfileByImportFromTableParameters class.
ProfileByImportFromTableTask — final class, package com.esri.baserver.tasks.segmentation
The Profile by Import from Table task creates a new Tapestry segmentation profile from a table of aggregated segmentation information.
ProfileByImportFromTableTask(urlOrClient:Object) — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByImportFromTableTask
Creates a new instance of the ProfileByImportFromTableTask class.
ProfileByTableGeocodingParameters — class, package com.esri.baserver.tasks.segmentation
The ProfileByTableGeocodingParameters class provides input parameters for the Profile by Table Geocoding task.
ProfileByTableGeocodingParameters() — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByTableGeocodingParameters
Creates a new instance of the ProfileByTableGeocodingParameters class.
ProfileByTableGeocodingTask — final class, package com.esri.baserver.tasks.segmentation
The Profile by Table Geocoding task creates a new Tapestry segmentation profile from a table of address records.
ProfileByTableGeocodingTask(urlOrClient:Object) — Constructor, class com.esri.baserver.tasks.segmentation.ProfileByTableGeocodingTask
Creates a new instance of the ProfileByTableGeocodingTask class.
ProfileComparisonChartParameters — class, package com.esri.baserver.tasks.segmentation
The ProfileComparisonChartParameters class provides input parameters for the Profile Comparison Chart task.
ProfileComparisonChartParameters() — Constructor, class com.esri.baserver.tasks.segmentation.ProfileComparisonChartParameters
Creates a new instance of the ProfileComparisonChartParameters class.
ProfileComparisonChartTask — final class, package com.esri.baserver.tasks.segmentation
The Profile Comparison Chart task compares a target profile to a base profile.
ProfileComparisonChartTask(urlOrClient:Object) — Constructor, class com.esri.baserver.tasks.segmentation.ProfileComparisonChartTask
Creates a new instance of the ProfileComparisonChartTask class.
ProfileData — class, package com.esri.baserver
The ProfileData class specifies a segmentation profile.
ProfileData(profileData:Object) — Constructor, class com.esri.baserver.ProfileData
Creates a new instance of the ProfileData class.
profileType — Property, class com.esri.baserver.tasks.analyses.CustomerProfilingParameters
Type of profiling the bounds of demography variables.
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.
projectName — Property, class com.esri.baserver.FolderItem
Project name.
projectName — Property, interface com.esri.baserver.tasks.repository.IRepositoryItem
Project name.
projectName — Property, class com.esri.baserver.tasks.repository.RepositoryItemParameters
Project name.
PROJECT_SUBSETS — Constant Static Property, class com.esri.baserver.FolderType
Project Subsets folder type (this is currently not used).
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.
prospectingQuery — Property, class com.esri.baserver.tasks.analyses.CustomerProspectingParameters
Prospecting query for manual analysis.
prospectingType — Property, class com.esri.baserver.tasks.analyses.CustomerProspectingParameters
Customer prospecting type.
proxyUrl — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingLayer
The URL to proxy the request through.
proxyUrl — Property, class com.esri.baserver.tasks.stdgeographies.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, interface com.esri.bacore.client.IBATask
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.client.TokenProvider
The URL to proxy the request through.
proxyURL — Property, class com.esri.bacore.client.TokenService
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.
proxyURL — Property, class com.esri.baserver.tasks.stdgeographies.ThematicMappingQueryTask
The URL to proxy the request through.
putData(key:String, value:any) — method, class com.esri.bacore.domain.CookieStorage
Puts a data item to the storage.
putData(key:String, value:any) — method, interface com.esri.bacore.domain.IStorage
Puts a data item to the storage.
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