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  
B — Property in class com.esri.bao.tasks.thematicmapping.Color
Blue component value (the low byte is taken into account).
BAClient — Class in package com.esri.bacore.client
The BAClient class is the base class for Business Analyst Clients.
BAClient(url) — Constructor in class com.esri.bacore.client.BAClient
Creates a new instance of the BAClient class.
BAColorRamp — Class in package com.esri.bao.tasks.thematicmapping
The BAColorRamp class provides an implementation of ColorRamp based on ColorRampSchema.
BAColorRamp(schema:com.esri.bao.tasks.thematicmapping:ColorRampSchema, colorsCount) — Constructor in class com.esri.bao.tasks.thematicmapping.BAColorRamp
Creates a new instance of the BAColorRamp class.
BACommand — Final class in package com.esri.bacore.client
The BACommand class provides the unified execution of a Business Analyst task.
BACommand(name, taskName, execute) — Constructor in class com.esri.bacore.client.BACommand
Creates a new instance of the BACommand class.
BADataLayer — Class in package com.esri.bao
The BADataLayer class is the base class for polygon and point feature layers used in the Business Analyst Online Flex API.
BADataLayer() — Constructor in class com.esri.bao.BADataLayer
Creates a new instance of the BADataLayer class.
BAOnlineBatchTask — Final class in package com.esri.bao.tasks
The BAOnlineBatchTask class is responsible for executing a sequence of Business Analyst Online tasks.
BAOnlineBatchTask(urlOrClient) — Constructor in class com.esri.bao.tasks.BAOnlineBatchTask
Creates a new instance of the BAOnlineBatchTask object.
BAOnlineClient — Final class in package com.esri.bao.tasks
The BAOnlineClient class is the client class encapsulating a Business Analyst Online HTTP (REST) Service.
BAOnlineClient(url) — Constructor in class com.esri.bao.tasks.BAOnlineClient
Creates a new instance of the client.
BAOnlineGenericTask — Final class in package com.esri.bao.tasks
The BAOnlineGenericTask class is responsible for executing any Business Analyst Online task.
BAOnlineGenericTask(urlOrClient) — Constructor in class com.esri.bao.tasks.BAOnlineGenericTask
Creates a new instance of the BAOnlineGenericTask class.
BAOnlineTask — Class in package com.esri.bao.tasks
The BAOnlineTask class is the base class for a Business Analyst Online task.
BAOnlineTask(urlOrClient) — Constructor in class com.esri.bao.tasks.BAOnlineTask
Creates a new instance of the BAOnlineTask class.
BAOnlineTokenProvider — Final class in 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) — Constructor in class com.esri.bao.tasks.authentication.BAOnlineTokenProvider
Creates a new instance of the BAOnlineTokenProvider class.
BAReportHeader — Class in package com.esri.bacore
The BAReportHeader class is the base class for a report header used in ReportOptions.
BAReportHeader(subtitle) — Constructor in class com.esri.bacore.BAReportHeader
Creates a new instance of report header options.
BARequestError — Class in 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) — Constructor in class com.esri.bacore.BARequestError
Creates a new instance of the BARequestError class with the specified message.
BAResponseError — Class in 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) — Constructor in class com.esri.bacore.BAResponseError
Creates a new instance of the BAResponseError class with the specified message.
BAResultType — Class in package com.esri.bacore.client
The BAResultType class provides an enumeration of common result types parsed by Business Analyst Clients.
BaseEnum — Class in package com.esri.bacore
The BaseEnum class encapsulates the general enumeration functionality.
BaseEnum(value) — Constructor in class com.esri.bacore.BaseEnum
Creates a new enumeration item.
BATask — Class in package com.esri.bacore.client
The BATask class is the base abstract class for any Business Analyst task.
BATaskCompletedEvent — Final class in package com.esri.bacore
The BATaskCompletedEvent event is dispatched when a Business Analyst task is successfully completed.
BATaskCompletedEvent(name, result, messages) — Constructor in class com.esri.bacore.BATaskCompletedEvent
Creates a new instance of the BATaskCompletedEvent class.
BATaskParameters — Class in 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, outputTypes:com.esri.bacore:OutputTypes) — Constructor in class com.esri.bacore.client.BATaskParameters
Creates a new instance of the BATaskParameters class.
BATaskUtils — Final class in 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 in package com.esri.bacore.client
The BatchTaskParameters class provides parameters for a Business Analyst batch task.
BatchTaskParameters(taskProviders, onStepComplete) — Constructor in class com.esri.bacore.client.BatchTaskParameters
Creates a new instance of the BatchTaskParameters class.
BatchTaskProcessor — Final class in package com.esri.bacore.client
The BatchTaskProcessor class is responsible for processing a batch task.
BatchTaskProcessor(batchTask, logError, prepareCommand, resultHandler) — Constructor in class com.esri.bacore.client.BatchTaskProcessor
Creates a new instance of the BatchTaskProcessor class.
BatchTaskResult — Final class in 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, result, messages) — Constructor in class com.esri.bacore.client.BatchTaskResult
Creates a new instance of the BatchTaskResult class.
BAUtilityParameters — Class in 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, resultType:com.esri.bacore.client:BAResultType, stringParameters) — Constructor in class com.esri.bacore.client.BAUtilityParameters
Creates a new instance of the BAUtilityParameters class.
benchmarkAreaOID — Property in class com.esri.bao.tasks.reports.BenchmarkReportParameters
OID of area from the benchmarkLayer layer to be used as a benchmark area.
benchmarkLayer — Property in class com.esri.bao.tasks.reports.BenchmarkReportParameters
Data layer used for calculating the benchmark area.
benchmarkOptions — Property in class com.esri.bao.tasks.reports.BenchmarkReportParameters
Benchmark area calculation method.
BenchmarkOptions — Final class in package com.esri.bacore
The BenchmarkOptions class provides an enumeration of methods used in the creation of a benchmark area.
BenchmarkReportParameters — Final class in package com.esri.bao.tasks.reports
The BenchmarkReportParameters class provides input parameters for the Benchmark Report task.
BenchmarkReportParameters() — Constructor in class com.esri.bao.tasks.reports.BenchmarkReportParameters
Creates a new instance of the BenchmarkReportParameters class.
BenchmarkReportTask — Final class in package com.esri.bao.tasks.reports
The BenchmarkReportTask class requests a comparative report that benchmarks two or more trade areas based on selected volumetric data (typically demographic data).
BenchmarkReportTask(urlOrClient) — Constructor in class com.esri.bao.tasks.reports.BenchmarkReportTask
Creates a new instance of the BenchmarkReportTask class.
BenchmarkSortOptions — Final class in package com.esri.bacore
The BenchmarkSortOptions class provides an enumeration of report fields sorting options used in the creation of a Benchmark report.
binaryLogo — Property in class com.esri.bao.ReportHeader
Custom logo graphic specified as an array of bytes.
BOOLEAN — Constant static property in class com.esri.bacore.client.BAResultType
Boolean type.
boundaries — Property in class com.esri.bao.tasks.reports.SummaryReportsParameters
A custom geographic region of analysis that will be used in the Summary Reports analysis.
Boundaries — Final class in package com.esri.bao
The Boundaries class specifies a Business Analyst Online data layer with the polygon geometry.
Boundaries(dataLayer) — Constructor in class com.esri.bao.Boundaries
Creates a new instance of a data layer with polygon geometry.
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