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 |
BAClient — class, package com.esri.bacore.client |
|
The BAClient class is the base class for Business Analyst Clients. |
BAClient(url:Object) — Constructor, class com.esri.bacore.client.BAClient |
|
Creates a new instance of the BAClient class. |
BACommand — class, package com.esri.bacore.client |
|
The BACommand class provides the unified execution of a Business Analyst task. |
BACommand(name:String, taskName:String, execute:Function) — Constructor, class com.esri.bacore.client.BACommand |
|
Creates a new instance of the BACommand class. |
BADataLayer — class, package com.esri.bao |
|
The BADataLayer class is the base class for polygon and point feature layers used
in the Business Analyst Online API for Flex. |
BADataLayer() — Constructor, class com.esri.bao.BADataLayer |
|
Creates a new instance of the BADataLayer class. |
BAOnlineBatchTask — final class, package com.esri.bao.tasks |
|
The BAOnlineBatchTask class is responsible for executing a sequence of Business Analyst Online tasks. |
BAOnlineBatchTask(urlOrClient:Object) — Constructor, class com.esri.bao.tasks.BAOnlineBatchTask |
|
Creates a new instance of the BAOnlineBatchTask object. |
BAOnlineClient — class, package com.esri.bao.tasks |
|
The BAOnlineClient class is the client class encapsulating a Business Analyst Online HTTP (REST) Service. |
BAOnlineClient(url:Object) — Constructor, class com.esri.bao.tasks.BAOnlineClient |
|
Creates a new instance of the client. |
BAOnlineGenericTask — final class, package com.esri.bao.tasks |
|
The BAOnlineGenericTask class is responsible for executing any Business Analyst Online task. |
BAOnlineGenericTask(urlOrClient:Object) — Constructor, class com.esri.bao.tasks.BAOnlineGenericTask |
|
Creates a new instance of the BAOnlineGenericTask class. |
BAOnlineTask — class, package com.esri.bao.tasks |
|
The BAOnlineTask class is the base class for a Business Analyst Online task. |
BAOnlineTask(urlOrClient:Object) — Constructor, class com.esri.bao.tasks.BAOnlineTask |
|
Creates a new instance of the BAOnlineTask class. |
BAOnlineTokenProvider — class, package com.esri.bao.tasks.authentication |
|
The BAOnlineTokenProvider class implements the token provider used with the tasks. |
BAOnlineTokenProvider(authentication:com.esri.bacore.client:IAuthentication, url:String) — Constructor, class com.esri.bao.tasks.authentication.BAOnlineTokenProvider |
|
Creates a new instance of the BAOnlineTokenProvider class. |
BAQueryTask — class, package com.esri.bacore.tasks |
| The BAQueryTask class is a wrapper for the ArcGIS Query task working in the Business Analyst-like style. |
BAQueryTask(url:String) — Constructor, class com.esri.bacore.tasks.BAQueryTask |
|
Creates a new instance of the BAQueryTask class. |
BAReportHeader — class, package com.esri.bacore |
|
The BAReportHeader class is the base class for a report header used in ReportOptions. |
BAReportHeader(subtitle:String) — Constructor, class com.esri.bacore.BAReportHeader |
|
Creates a new instance of report header options. |
BARequestError — class, package com.esri.bacore |
|
An error of the BARequestError class is thrown in the execute method of Business Analyst tasks
if task parameters are incorrect. |
BARequestError(message:String) — Constructor, class com.esri.bacore.BARequestError |
|
Creates a new instance of the BARequestError class with the specified message. |
BAResponseError — class, package com.esri.bacore |
|
An error of the BAResponseError class is thrown in the response handler of a Business Analyst client
if there were errors while parsing the response. |
BAResponseError(message:String) — Constructor, class com.esri.bacore.BAResponseError |
|
Creates a new instance of the BAResponseError class with the specified message. |
BAResultType — class, package com.esri.bacore.client |
|
The BAResultType class provides an enumeration of common result types parsed by Business Analyst Clients. |
BaseEnum — class, package com.esri.bacore |
|
The BaseEnum class encapsulates the general enumeration functionality. |
BaseEnum(value:String) — Constructor, class com.esri.bacore.BaseEnum |
|
Creates a new enumeration item. |
baseFieldAlias — Property, class com.esri.bacore.thematicmapping.TMValueCalculator |
|
Alias name of the base field. |
baseFieldName — Property, class com.esri.bacore.thematicmapping.TMValueCalculator |
|
Name of the base field. |
BATask — class, package com.esri.bacore.client |
|
The BATask class is the base abstract class for any Business Analyst task. |
BATaskCompletedEvent — class, package com.esri.bacore |
|
The BATaskCompletedEvent event is dispatched when a Business Analyst task is successfully completed. |
BATaskCompletedEvent(name:String, result:any, messages:Array, requestUrl:String) — Constructor, class com.esri.bacore.BATaskCompletedEvent |
|
Creates a new instance of the BATaskCompletedEvent class. |
BATaskParameters — class, package com.esri.bacore.client |
|
The BATaskParameters class is the base class for Business Analyst tasks producing
a complex output object such as TaskResultOutput. |
BATaskParameters(taskName:String, outputTypes:com.esri.bacore:OutputTypes) — Constructor, class com.esri.bacore.client.BATaskParameters |
|
Creates a new instance of the BATaskParameters class. |
BATaskUtils — final class, package com.esri.bacore.client |
|
The BATaskUtils class provides a collection of static utility methods useful in
task parameters classes when working with converting parameters to URL variables. |
BatchTaskParameters — class, package com.esri.bacore.client |
|
The BatchTaskParameters class provides parameters for a Business Analyst batch task. |
BatchTaskParameters(taskProviders:Array, onStepComplete:Function) — Constructor, class com.esri.bacore.client.BatchTaskParameters |
|
Creates a new instance of the BatchTaskParameters class. |
BatchTaskProcessor — final class, package com.esri.bacore.client |
|
The BatchTaskProcessor class is responsible for processing a batch task. |
BatchTaskProcessor(batchTask:flash.events:IEventDispatcher, logError:Function, prepareCommand:Function, resultHandler:Function) — Constructor, class com.esri.bacore.client.BatchTaskProcessor |
|
Creates a new instance of the BatchTaskProcessor class. |
BatchTaskResult — final class, package com.esri.bacore.client |
|
The BatchTaskResult class represents the result of a single task execution within the scope of
a batch task. |
BatchTaskResult(taskName:String, result:any, messages:Array, requestUrl:String) — Constructor, class com.esri.bacore.client.BatchTaskResult |
|
Creates a new instance of the BatchTaskResult class. |
BAUtilityParameters — class, package com.esri.bacore.client |
|
The BAUtilityParameters class is the base class for parameters of Business Analyst tasks that
produce a simple output. |
BAUtilityParameters(taskName:String, resultType:com.esri.bacore.client:BAResultType, stringParameters:Object) — Constructor, class com.esri.bacore.client.BAUtilityParameters |
|
Creates a new instance of the BAUtilityParameters class. |
BAValueType — class, package com.esri.bacore |
|
The BAValueType class provides an enumeration of value types available with summarization variables. |
benchmarkAreaOID — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters |
|
OID of area from the benchmarkLayer layer to be used as a benchmark area. |
benchmarkLayer — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters |
|
Data layer used for calculating the benchmark area. |
benchmarkOptions — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters |
|
Benchmark area calculation method. |
BenchmarkOptions — final class, package com.esri.bacore |
|
The BenchmarkOptions class provides an enumeration of methods
used in the creation of a benchmark area. |
BenchmarkReportParameters — class, package com.esri.bao.tasks.reports |
|
The BenchmarkReportParameters class provides input parameters for the Benchmark Report task. |
BenchmarkReportParameters() — Constructor, class com.esri.bao.tasks.reports.BenchmarkReportParameters |
|
Creates a new instance of the BenchmarkReportParameters class. |
BenchmarkReportTask — final class, package com.esri.bao.tasks.reports |
|
The Benchmark Report task requests a comparative report that benchmarks two or more trade
areas based on selected volumetric data (typically demographic data). |
BenchmarkReportTask(urlOrClient:Object) — Constructor, class com.esri.bao.tasks.reports.BenchmarkReportTask |
|
Creates a new instance of the BenchmarkReportTask class. |
BenchmarkSortOptions — final class, package com.esri.bacore |
|
The BenchmarkSortOptions class provides an enumeration of
report fields sorting options used in the creation of a Benchmark report. |
bestLayer — Property, class com.esri.bacore.thematicmapping.TMLayer |
|
Geography layer which is best to show for the current map extent. |
binaryLogo — Property, class com.esri.bao.ReportHeader |
|
Custom logo graphic specified as an array of bytes. |
BOOLEAN — Constant Static Property, class com.esri.bacore.client.BAResultType |
| Boolean type. |
borderSymbol — Property, class com.esri.bacore.thematicmapping.TMLayer |
|
The symbol to draw borders around features. |
bottomValue — Property, class com.esri.bacore.thematicmapping.symbolization.RangeInfo |
|
Information on bottom (minimum) value of the range. |
bottomValue — Property, class com.esri.bacore.thematicmapping.symbolization.TMClassBreaksRenderer |
|
Bottom bound of the whole classification range. |
boundaries — Property, class com.esri.bao.tasks.reports.SummaryReportsParameters |
|
A custom geographic region of analysis that will be used in the Summary Reports analysis. |
Boundaries — class, package com.esri.bao |
|
The Boundaries class specifies a Business Analyst Online data layer with the polygon geometry. |
Boundaries(dataLayer:Object) — Constructor, class com.esri.bao.Boundaries |
|
Creates a new instance of a data layer with polygon geometry. |
BOUNDED — Constant Static Property, class com.esri.bacore.thematicmapping.symbolization.RangeType |
|
The range is bounded. |
|
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 |