| Class | Package | Description |
---|
| AbstractClient
| com.esri.bacore.client |
The AbstractClient is the base abstract HTTP client wrapper class. |
| AbstractTask
| com.esri.bacore.client |
The AbstractTask class is the base class for all tasks. |
| AddFeaturesTask
| com.esri.baserver.tasks.repository |
The Add Features task adds features from a data layer to an existing feature layer in the repository. |
| AddLayersToMapTask
| com.esri.baserver.tasks.rendering |
The Add Layers to Map task adds repository layer items to the default map. |
| AnalysisAndReportParameters
| com.esri.baserver.tasks |
The AnalysisAndReportParameters class is the base class for Business Analyst Server tasks
producing a feature class, a map image, and a standard report. |
| AnalysisParameters
| com.esri.bacore.client |
The AnalysisParameters class is the base class for tasks producing analysis feature layers. |
| AnalysisParameters
| com.esri.baserver.tasks |
The AnalysisParameters class is the base class for Business Analyst Server tasks
producing feature class and map image outputs. |
| ArcGISAuthenticationTask
| com.esri.bacore.tasks |
The ArcGISAuthenticationTask class helps to get a string-based
response containing a short-lived or a long-lived token. |
| ArcGISTokenProvider
| com.esri.bacore.tasks |
The ArcGISTokenProvider class implements the token provider based on ArcGIS REST token service. |
| ArcGISTokenService
| com.esri.bacore.tasks |
The ArcGISTokenService class implements the ArcGIS token-based authentication service. |
| AssignCustomersByClosestStoreParameters
| com.esri.baserver.tasks.customerstoresetup |
The AssignCustomersByClosestStoreParameters class provides input parameters for the
Assign Customers by Closest Store task. |
| AssignCustomersByClosestStoreTask
| com.esri.baserver.tasks.customerstoresetup |
The Assign Customers by Closest Store task assigns or reassigns customer features to stores
using a straight-line distance to the closest store feature location. |
| AssignCustomersByTradeAreaParameters
| com.esri.baserver.tasks.customerstoresetup |
The AssignCustomersByTradeAreaParameters class provides input parameters for the
Assign Customers by Trade Area task. |
| AssignCustomersByTradeAreaTask
| com.esri.baserver.tasks.customerstoresetup |
The Assign Customers by Trade Area task assigns customers to stores by using existing trade areas. |
| AttributesFilterResult
| com.esri.bacore.thematicmapping.extensionClasses |
Enumeration of filter evaluation results. |
| AuthenticationTask
| com.esri.bao.tasks.authentication |
The AuthenticationTask class is used to get a string-based
response containing a short-lived token. |
| AuthenticationTask
| com.esri.baserver.tasks.authentication |
The AuthenticationTask class is deprecated (it is replaced with the
ArcGISAuthenticationTask class). |
| AverageDriveTimeReportParameters
| com.esri.baserver.tasks.reports |
The AverageDriveTimeReportParameters class provides input parameters for the Average Drive Time Report task. |
| AverageDriveTimeReportTask
| com.esri.baserver.tasks.reports |
The Average Drive Time Report task calculates the average drive time within trade areas. |
| BABaseParameters
| com.esri.bacore.client |
The BABaseParameters class is the base class for parameters of Community Analyst Tasks. |
| BAClient
| com.esri.bacore.client |
The BAClient class is the base class for Community Analyst Clients. |
| BACommand
| com.esri.bacore.client |
The BACommand class provides the unified execution of a Community Analyst Task. |
| BADataLayer
| com.esri.bao |
The BADataLayer class is the base class for polygon and point feature layers used
in the Community Analyst API for Flex. |
| BADataLayer
| com.esri.baserver |
The BADataLayer class is the base "abstract" class for polygon and point feature layers used
in the Business Analyst Server API for Flex. |
| BAOnlineBatchTask
| com.esri.bao.tasks |
The BAOnlineBatchTask class is responsible for executing a sequence of Community Analyst tasks. |
| BAOnlineClient
| com.esri.bao.tasks |
The BAOnlineClient class is the client class encapsulating a Community Analyst HTTP (REST) Service. |
| BAOnlineGenericTask
| com.esri.bao.tasks |
The BAOnlineGenericTask class is responsible for executing any Community Analyst task. |
| BAOnlineTask
| com.esri.bao.tasks |
The BAOnlineTask class is the base class for a Community Analyst task. |
| BAOnlineTokenProvider
| com.esri.bao.tasks.authentication |
The BAOnlineTokenProvider class implements the token provider used with the Community Analyst tasks. |
| BAOnlineTokenService
| com.esri.bao.tasks.authentication |
The BAOnlineTokenService class implements Community Analyst token-based authentication service. |
| BAQueryTask
| com.esri.bacore.tasks | The BAQueryTask class is a wrapper for the ArcGIS Query task working in the Community Analyst-like style. |
| BAReportHeader
| com.esri.bacore |
The BAReportHeader class is the base class for a report header used in ReportOptions. |
| BAReportSummarizationOptions
| com.esri.baserver |
The BAReportSummarizationOptions class provides a enumeration of report
summarization options used in summary reports. |
| BARequestError
| com.esri.bacore |
An error of the BARequestError class is thrown in the execute method of Community Analyst Tasks
if task parameters are incorrect. |
| BAResponseError
| com.esri.bacore |
An error of the BAResponseError class is thrown in the response handler of a Community Analyst client
if there were errors while parsing the response. |
| BAResultType
| com.esri.bacore.client |
The BAResultType class provides an enumeration of common result types parsed by Community Analyst Clients. |
| BaseComparisonTaskAdapter
| com.esri.bacore.adapters |
The BaseComparisonTaskAdapter class provides the base abstract implementation of IComparisonTaskAdapter
interface. |
| BaseEnum
| com.esri.bacore |
The BaseEnum class encapsulates the general enumeration functionality. |
| BaseGeographiesQueryAdapter
| com.esri.bacore.adapters |
The BaseGeographiesQueryAdapter class provides the base abstract implementation of IGeographiesQueryAdapter
interface. |
| BaseGetSummarizationsTaskAdapter
| com.esri.bacore.adapters |
The BaseGetSummarizationsTaskAdapter class provides the base abstract implementation of IGetSummarizationsTaskAdapter
interface. |
| BAServerBatchTask
| com.esri.baserver.tasks |
The BAServerBatchTask class is responsible for executing a sequence of Business Analyst Server tasks. |
| BAServerClient
| com.esri.baserver.tasks |
The BAServerClient class is the client class encapsulating a Business Analyst Server HTTP (REST) Service. |
| BAServerGenericTask
| com.esri.baserver.tasks |
The BAServerGenericTask class is responsible for executing any Business Analyst Server task. |
| BAServerTask
| com.esri.baserver.tasks |
The BAServerTask class is the base class for a Business Analyst Server task. |
| BAServerTokenProvider
| com.esri.baserver.tasks.authentication |
The BAServerTokenProvider class is deprecated (it is replaced with the
ArcGISTokenProvider class). |
| BAServerUtilityParameters
| com.esri.baserver.tasks |
The BAServerUtilityParameters class is the base class for Business Analyst Server
Utility tasks working with the Business Analyst Server repository and default map. |
| BaseThematicQueryTaskAdapter
| com.esri.bacore.adapters |
The BaseThematicQueryTaskAdapter class is a base provider of the Thematic Query task. |
| BATask
| com.esri.bacore.client |
The BATask class is the base abstract class for any Community Analyst Task. |
| BATaskCompletedEvent
| com.esri.bacore |
The BATaskCompletedEvent event is dispatched when a Community Analyst Task is successfully completed. |
| BATaskParameters
| com.esri.bacore.client |
The BATaskParameters class is the base class for parameters of Community Analyst Tasks producing
a complex output object such as TaskResultOutput. |
| BATaskUtils
| 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
| com.esri.bacore.client |
The BatchTaskParameters class provides parameters for a Community Analyst batch task. |
| BatchTaskProcessor
| com.esri.bacore.client |
The BatchTaskProcessor class is responsible for processing a batch task. |
| BatchTaskResult
| com.esri.bacore.client |
The BatchTaskResult class represents the result of a single task execution within the scope of
a batch task. |
| BAUtilityParameters
| com.esri.bacore.client |
The BAUtilityParameters class is the base class for parameters of Community Analyst Tasks that
produce a simple output. |
| BAValueType
| com.esri.bacore |
The BAValueType class provides an enumeration of value types available with summarization variables. |
| BenchmarkItem
| com.esri.bacore.domain |
The BenchmarkItem class provides an item to be used as a benchmark in comparison reports. |
| BenchmarkOptions
| com.esri.bacore |
The BenchmarkOptions class provides an enumeration of methods
used in the creation of a benchmark area. |
| BenchmarkReportParameters
| com.esri.bao.tasks.reports |
The BenchmarkReportParameters class provides input parameters for the Benchmark Report task. |
| BenchmarkReportParameters
| com.esri.baserver.tasks.reports |
The BenchmarkReportParameters class provides input parameters for the Benchmark Report task. |
| BenchmarkReportTask
| 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
| com.esri.baserver.tasks.reports |
The Benchmark Report task is a comparative report that benchmarks two or more trade
areas based on selected volumetric data (typically demographic data). |
| BenchmarkSortOptions
| com.esri.bacore |
The BenchmarkSortOptions class provides an enumeration of
report fields sorting options used in the creation of a Benchmark report. |
| Boundaries
| com.esri.bao |
The Boundaries class specifies a Community Analyst data layer with the polygon geometry. |
| Boundaries
| com.esri.baserver |
The Boundaries class specifies a Business Analyst Server data layer with the polygon geometry. |
| BusinessesSearchMethod
| com.esri.baserver |
The BusinessesSearchMethod class provides an enumeration of methods
to search for competitor's businesses closest to your businesses. |
| BusinessSearchParameters
| com.esri.baserver.adapters |
The BusinessSearchParameters class provides parameters for SelectBusinessesParameters. |
| BusinessSearchTaskAdapter
| com.esri.baserver.adapters |
The BusinessSearchTaskAdapter class implements the Business Search Task adapter for
Business Analyst Server. |
| BusinessTypeFilter
| com.esri.baserver |
The BusinessTypeFilter class specifies parameters of a business type classification filter. |
| Classification
| com.esri.bacore.thematicmapping.symbolization |
The Classification class is the base abstract implementation of a collection of data classifiers. |
| ClassificationResults
| com.esri.bacore.thematicmapping.symbolization |
The ClassificationResults class provides results of data classification. |
| ColorRamp
| com.esri.bacore.thematicmapping |
The ColorRamp class defines and handles color ramp for thematic mapping. |
| ColorRampSchema
| com.esri.bacore.thematicmapping |
The ColorRampSchema is a collection of color gradients matching a single color ramp. |
| ComparisonItem
| com.esri.bacore.domain |
The ComparisonItem is the base abstract class for comparison items. |
| ComparisonParameters
| com.esri.bacore.adapters |
The ComparisonParameters class provides parameters for a comparison task. |
| ComparisonTaskAdapter
| com.esri.bao.adapters |
The ComparisonTaskAdapter class implements the IComparisonTaskAdapter interface for
Community Analyst. |
| ComparisonTaskAdapter
| com.esri.baserver.adapters |
The ComparisonTaskAdapter class implements the IComparisonTaskAdapter interface for
Business Analyst Server. |
| ConfigurableTaskAdapter
| com.esri.bacore.adapters |
The ConfigurableTaskAdapter is the base abstract class for task adapters designed on the top of
Community Analyst API. |
| ConversionUtils
| com.esri.bacore.client |
The ConversionUtils class contains a collection of utility methods useful in JSON
encoding/decoding and in the parsing process. |
| CookieStorage
| com.esri.bacore.domain |
The CookieStorage class implements the IStorage interface using cookies. |
| CopyProjectTask
| com.esri.baserver.tasks.repository |
The Copy Project task creates a copy of a project under another name. |
| CoreDevelopSegmentsParameters
| com.esri.baserver.tasks.segmentation |
The CoreDevelopSegmentsParameters class provides input parameters for the Core and Developmental Segments task. |
| CoreDevelopSegmentsTask
| com.esri.baserver.tasks.segmentation |
The Core and Developmental Segments task displays core and developmental segments in a table with
customer count and percent, market area count and percent, and index. |
| CoreUtils
| com.esri.bacore |
The CoreUtils class contains a collection of static core utility methods. |
| CreateProjectTask
| com.esri.baserver.tasks.repository |
The Create Project task creates a new project. |
| CreateRecordSetByAddressesParameters
| com.esri.baserver.tasks.customerstoresetup |
The CreateRecordSetByAddressesParameters class provides input parameters for the
Create Record Set by Addresses task. |
| CreateRecordSetByAddressesTask
| com.esri.baserver.tasks.customerstoresetup |
The Create Record Set by Addresses task creates a new record set from store or customer address records. |
| CreateStdGeographiesParameters
| com.esri.baserver.tasks.stdgeographies |
The CreateStdGeographiesParameters class provides input parameters for the
Create Standard Geographies task. |
| CreateStdGeographiesTask
| com.esri.baserver.tasks.stdgeographies |
The Create Standard Geographies task creates a study/trade area consisting of standard geography regions. |
| CreateWorkspaceTask
| com.esri.baserver.tasks.repository |
The Create Workspace task creates a new workspace. |
| CustomerDemographicComparisonParameters
| com.esri.baserver.tasks.reports |
The CustomerDemographicComparisonParameters class provides input parameters for
the Customer Demographic Comparison task. |
| CustomerDemographicComparisonTask
| com.esri.baserver.tasks.reports |
The Customer Demographic Comparison task compares the demographic profiles of two customer layers and
reports on the differences. |
| CustomerDemographicProfileParameters
| com.esri.baserver.tasks.reports |
The CustomerDemographicProfileParameters class provides input parameters for the
Customer Demographic Profile task. |
| CustomerDemographicProfileTask
| com.esri.baserver.tasks.reports |
The Customer Demographic Profile task summarizes the demographic makeup
of the geographies where your customers live. |
| CustomerDerivedAreasParameters
| com.esri.baserver.tasks.tradeareas |
The CustomerDerivedAreasParameters class provides input parameters for the
Customer Derived Areas task. |
| CustomerDerivedAreasTask
| com.esri.baserver.tasks.tradeareas |
The Customer Derived Areas task creates trade areas around store features based on
percentages of their customers which are measured in straight-line distance from stores. |
| CustomerGeographicSummaryParameters
| com.esri.baserver.tasks.reports |
The CustomerGeographicSummaryParameters class provides input parameters for the
Customer Geographic Summary task. |
| CustomerGeographicSummaryTask
| com.esri.baserver.tasks.reports |
The Customer Geographic Summary task creates a report containing the geography areas
where most customers are located, ranked top to bottom according to the number of
customers in each area. |
| CustomerProfilingFillingType
| com.esri.baserver |
The CustomerProfilingFillingType class provides an enumeration of methods
for filling floor and ceiling values in Customer Profile. |
| CustomerProfilingParameters
| com.esri.baserver.tasks.analyses |
The CustomerProfilingParameters class provides input parameters for the Customer Profiling task. |
| CustomerProfilingTask
| com.esri.baserver.tasks.analyses |
The Customer Profiling task profiles some demographic attributes of customer data
calculating statistical parameters such as floor and ceiling bounds, an average,
and a standard deviation. |
| CustomerProspectingAnalysisType
| com.esri.baserver |
The CustomerProspectingAnalysisType class provides an enumeration of methods
used in customer prospecting analysis. |
| CustomerProspectingParameters
| com.esri.baserver.tasks.analyses |
The CustomerProspectingParameters class provides input parameters for the Customer Prospecting task. |
| CustomerProspectingTask
| com.esri.baserver.tasks.analyses |
The Customer Prospecting task locates areas with the closest demographic characteristics to the given profile. |
| CustomerStoreSetupByCoordinatesParameters
| com.esri.baserver.tasks.customerstoresetup |
The CustomerStoreSetupByCoordinatesParameters class provides input parameters for the
Customer/Store Setup by Coordinates task. |
| CustomerStoreSetupByCoordinatesTask
| com.esri.baserver.tasks.customerstoresetup |
The Customer/Store Setup by Coordinates task creates a store or customer layer from records
containing latitude (y) and longitude (x) information. |
| CustomerStoreSetupByGeocodeTableParameters
| com.esri.baserver.tasks.customerstoresetup |
The CustomerStoreSetupByGeocodeTableParameters class provides input parameters for the
Customer/Store Setup by Geocode Table task. |
| CustomerStoreSetupByGeocodeTableTask
| com.esri.baserver.tasks.customerstoresetup |
The Customer/Store Setup by the Geocode Table task creates a store or customer layer from a table
containing street address information. |
| DecayAreaType
| com.esri.baserver |
The DecayAreaType class provides an enumeration of decay area types. |
| DeleteFeaturesTask
| com.esri.baserver.tasks.repository |
The Delete Features task deletes features in a repository feature layer. |
| DeleteItemTask
| com.esri.baserver.tasks.repository |
The Delete Item task deletes an item in the repository. |
| DeleteProjectTask
| com.esri.baserver.tasks.repository |
The Delete Project task deletes a project. |
| DeleteWorkspaceTask
| com.esri.baserver.tasks.repository |
The Delete Workspace task deletes a workspace. |
| DesireLinesParameters
| com.esri.baserver.tasks.analyses |
The DesireLinesParameters class provides input parameters for the Desire Lines task. |
| DesireLinesTask
| com.esri.baserver.tasks.analyses |
The Desire Lines task creates desire lines (spider diagrams) drawn
from every customer to the associated store location. |
| DistanceCalcType
| com.esri.baserver |
The DistanceCalcType class provides an enumeration of distance calculation methods. |
| DistanceDecayParameters
| com.esri.baserver.tasks.reports |
The DistanceDecayParameters class provides input parameters for the Distance Decay task. |
| DistanceDecayTask
| com.esri.baserver.tasks.reports |
The Distance Decay task calculates the market penetration of your customers for ring, drive-time or
drive-distance polygons around stores. |
| DriveTimeParameters
| com.esri.bao.tasks.tradeareas |
The DriveTimeParameters class provides input parameters for the Drive Time task. |
| DriveTimeParameters
| com.esri.baserver.tasks.tradeareas |
The DriveTimeParameters class provides input parameters for the Drive Time task. |
| DriveTimeTask
| com.esri.bao.tasks.tradeareas |
The Drive Time task creates trade areas based on the driving time or driving distance around point features. |
| DriveTimeTask
| com.esri.baserver.tasks.tradeareas |
The Drive Time task creates trade areas based on the driving time or driving distance around
store features. |
| DriveTimeUnits
| com.esri.bacore |
The DriveTimeUnits class provides an enumeration of time
and distance measurement units used in parameters of Community Analyst Tasks. |
| EditFeature
| com.esri.baserver |
The EditFeature class provides feature edit parameters. |
| EditFeaturesTask
| com.esri.baserver.tasks.repository |
The Edit Features task edits features in a repository feature layer. |
| EqualIntervalsClassifier
| com.esri.bacore.thematicmapping.symbolization |
The EqualIntervalsClassifier class divides a set of values into groups that contain an equal range of values. |
| FindSimilarAnalysisType
| com.esri.baserver |
The FindSimilarAnalysisType class provides an enumeration of methods
used in Find Similar analysis. |
| FindSimilarParameters
| com.esri.baserver.tasks.analyses |
The FindSimilarParameters class provides input parameters for the Find Similar task. |
| FindSimilarTask
| com.esri.baserver.tasks.analyses |
The Find Similar task scores potential sites or trade areas against an existing
well-performing master site. |
| FolderItem
| com.esri.baserver |
The FolderItem class specifies parameters of a Community Analyst repository item. |
| FolderType
| com.esri.baserver |
The FolderType class provides an enumeration of Community Analyst repository folder types. |
| GamePlanChartParameters
| com.esri.baserver.tasks.segmentation |
The GamePlanChartParameters class provides input parameters for the Game Plan Chart task. |
| GamePlanChartTask
| com.esri.baserver.tasks.segmentation |
The Game Plan Chart task divides Tapestry segments into one of four categories. |
| GamePlanMapParameters
| com.esri.baserver.tasks.segmentation |
The GamePlanMapParameters class provides input parameters for the Game Plan Map task. |
| GamePlanMapTask
| com.esri.baserver.tasks.segmentation |
The Game Plan Map task divides sites in the area of interest into one of four categories
and thematically shades each site based on the output from a Game Plan Chart in which
a target profile is compared to a base profile. |
| GeocodeAddressesData
| com.esri.baserver |
The GeocodeAddressesData class provides address information for geocoding. |
| GeocodeAddressRecord
| com.esri.baserver |
The GeocodeAddressRecord class specifies fields of an address record to be geocoded. |
| GeocodeData
| com.esri.baserver |
The GeocodeData class specifies address information for geocoding. |
| GeocodeField
| com.esri.baserver |
The GeocodeField class links a geocode field with a table field. |
| GeofenceInfoOutput
| com.esri.bao.tasks.geofence |
The GeofenceInfoOutput class specifies results returned by a Geofence Info task. |
| GeofenceInfoParameters
| com.esri.bao.tasks.geofence |
The GeofenceInfoParameters class provides input parameters for the Geofence Info task. |
| GeofenceInfoTask
| com.esri.bao.tasks.geofence |
The Geofence Info task requests geography features available for the current user's account. |
| GeographiesQuery
| com.esri.bacore.adapters |
The GeographiesQuery class provides parameters to query geography features. |
| GeographiesQueryAdapter
| com.esri.bao.adapters |
The GeographiesQueryAdapter class implements the IGeographiesQueryAdapter interface for
Community Analyst. |
| GeographiesQueryAdapter
| com.esri.baserver.adapters |
The GeographiesQueryAdapter class implements the IGeographiesQueryAdapter interface for
Business Analyst Server. |
| GeographyComparisonItem
| com.esri.bacore.domain |
The GeographyComparisonItem class is a comparison item associated with a list of geography features. |
| GeographyFeature
| com.esri.bacore.domain |
The GeographyFeature class is the default implementation of IGeographyFeature interface. |
| GeographyLevelInfo
| com.esri.bacore.thematicmapping |
The GeographyLevelInfo class provides a collection of geography layers representing
the geography level in descending order of scale values. |
| GeographyLevels
| com.esri.bacore.thematicmapping |
The GeographyLevels class provides a read-only collection of geography levels. |
| GeographyStudyArea
| com.esri.bacore.domain |
The GeographyStudyArea class is the default implementation of IGeographyStudyArea interface. |
| GeometryParsers
| com.esri.bacore.client |
The GeometryParsers class contains static parsers of geometry objects from JSON-decoded objects. |
| GetAvailableReportFormatsTask
| com.esri.baserver.tasks.utilities |
The Get Available Report Formats task gets the list of all available report formats. |
| GetCustomLayersTask
| com.esri.baserver.tasks.utilities |
The Get Custom Layers task gets IDs and names of all available custom data layers. |
| GetDataHierarchiesTask
| com.esri.baserver.tasks.utilities |
The Get Data Hierarchies task gets the list of all available hierarchies of data layers. |
| GetDatasetsTask
| com.esri.bao.tasks.utilities |
The Get Datasets task gets the list of IDs of all available datasets. |
| GetDatasetsTask
| com.esri.baserver.tasks.utilities |
The Get Datasets task gets the list of IDs of all available datasets. |
| GetDefaultMapDescriptionTask
| com.esri.baserver.tasks.rendering |
The Get Default Map Description task gets the default map description. |
| GetListProjectItemsTask
| com.esri.baserver.tasks.repository |
The Get List of Project Items task gets the list of all project items available in the given folder. |
| GetMRIGroupsTask
| com.esri.baserver.tasks.utilities |
The Get MRI Groups task gets the list of all available MRI groups. |
| GetProjectsTask
| com.esri.baserver.tasks.repository |
The Get Projects task gets the list of all projects available in the given workspace. |
| GetReportTask
| com.esri.baserver.tasks.repository |
The Get Report task gets a report available in the given folder item and returns it in the given format. |
| GetReportTemplatesTask
| com.esri.bao.tasks.utilities |
The Get Report Templates task requests a list of available report templates
with their respective titles, categories, available formats, and names. |
| GetReportTemplatesTask
| com.esri.baserver.tasks.utilities |
The Get Report Templates task gets the list of all available report templates for summary reports. |
| GetSegmentationBasesTask
| com.esri.baserver.tasks.utilities |
The Get Segmentation Bases task gets the list of all available segmentation bases. |
| GetSegmentationLevelsTask
| com.esri.baserver.tasks.utilities |
The Get Segmentation Levels task gets the list of all available segmentation levels. |
| GetSegmentsTask
| com.esri.baserver.tasks.utilities |
The Get Segments task gets the list of all available segments. |
| GetStandardGeographyLevelsTask
| com.esri.bao.tasks.utilities |
The Get Standard Geography Levels task requests a list of available Community Analyst data layers
corresponding to different standardized geography levels. |
| GetStandardGeographyLevelsTask
| com.esri.baserver.tasks.utilities |
The Get Standard Geography Levels task gets IDs and names of standard geography levels. |
| GetSummarizationsParameters
| com.esri.bao.tasks.utilities |
The GetSummarizationsParameters class provides input parameters for the
Get Summarizations task. |
| GetSummarizationsParameters
| com.esri.baserver.tasks.utilities |
The GetSummarizationsParameters class provides input parameters for the
Get Summarizations task. |
| GetSummarizationsTask
| com.esri.bao.tasks.utilities |
The Get Summarizations task requests a list of all summarization fields available
for Community Analyst tasks. |
| GetSummarizationsTask
| com.esri.baserver.tasks.utilities |
The Get Summarizations task gets the list of all summarization fields available for the given data hierarchy. |
| GetSummarizationsTaskAdapter
| com.esri.bao.adapters |
The GetSummarizationsTaskAdapter class implements the IGetSummarizationsTaskAdapter interface for
Community Analyst. |
| GetSummarizationsTaskAdapter
| com.esri.baserver.adapters |
The GetSummarizationsTaskAdapter class implements the IGetSummarizationsTaskAdapter interface for
Business Analyst Server. |
| GetVersionTask
| com.esri.baserver.tasks.utilities |
The Get Version task gets the version of Business Analyst Server. |
| GetWorkspacesTask
| com.esri.baserver.tasks.repository |
The Get Workspaces task gets the list of all available workspaces. |
| GetXmlSummarizationsTaskAdapter
| com.esri.bacore.adapters |
The GetXmlSummarizationsTaskAdapter class provides the implementation of IGetSummarizationsTaskAdapter
interface initialized with an XML object. |
| GPResultParsers
| com.esri.bacore.client |
The GPResultParsers class contains a collection of static parsers of standard ArcGIS Server
GPResult objects. |
| GPResultProcessors
| com.esri.bacore.client |
The GPResultProcessors class contains a collection of standard processors of task output results
returned in the GP Execute syntax. |
| GridsParameters
| com.esri.baserver.tasks.tradeareas |
The GridsParameters class provides input parameters for the Grids task. |
| GridsTask
| com.esri.baserver.tasks.tradeareas |
The Grids task generates an equidistant vector-based grid network for a specified area. |
| GroupingRulesFilter
| com.esri.bacore.domain |
The GroupingRulesFilter class implements a grouping filter configured with XML. |
| Highlighter
| com.esri.bacore.thematicmapping.extensionClasses |
The base Highlighter class. |
| HullType
| com.esri.baserver |
The HullType class provides an enumeration of types of hull to be created around a store. |
| IAttributesFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The IAttributesFilter is an interface for a filter applied to feature attributes. |
| IAuthentication
| com.esri.bacore.client |
The IAuthentication interfaces provides user credential for authentication. |
| IBADatasetParameters
| com.esri.bacore.client |
The IBADatasetParameters interface specifies a dataset for parameters of a Community Analyst Task. |
| IBAResultProcessor
| com.esri.bacore.client |
The IBAResultProcessor interface is used in parameters of a Community Analyst Task
which requires additional post-processing of the task execution result. |
| IBATask
| com.esri.bacore.client |
The IBATask interface is implemented with all Community Analyst Tasks. |
| IBATaskParameters
| com.esri.bacore.client |
The IBATaskParameters interface is implemented by Community Analyst Task parameters classes. |
| IClassifier
| com.esri.bacore.thematicmapping.symbolization |
The IClassifier is an interface for data classifier. |
| IComparisonTaskAdapter
| com.esri.bacore.adapters |
The IComparisonTaskProvider interface is an adapter for a comparison task. |
| IConfigurableTaskAdapter
| com.esri.bacore.adapters |
The IConfigurableTaskAdapter interface specify the adapter configuration method. |
| IDNamePair
| com.esri.bacore |
The IDNamePair class represents a pair of ID and Name properties. |
| IGeographiesQueryAdapter
| com.esri.bacore.adapters |
IGeographiesQueryAdapter is the interface for StdGeographiesFromExtent task adapter. |
| IGeographyFeature
| com.esri.bacore.domain |
The IGeographyFeature interface provides properties of a geography level feature. |
| IGeographyLayerInfo
| com.esri.bacore.thematicmapping |
The IGeographyLayerInfo interface provides properties of a geography layer. |
| IGeographyStudyArea
| com.esri.bacore.domain |
The IGeographyStudyArea interface provides properties of a study area composed
on a collection of geography features. |
| IGetSummarizationsTaskAdapter
| com.esri.bacore.adapters |
The IGetSummarizationsTaskAdapter interface is an adapter for the Get Summarizations task. |
| IJsonObject
| com.esri.bacore |
The IJsonObject interface provides toObject function. |
| ILocationStudyArea
| com.esri.bacore.domain |
The ILocationStudyArea interface provides properties of a study area constructed
around a location point. |
| ImageDescription
| com.esri.bacore |
The ImageDescription class provides settings of the image to be generated. |
| ImageDisplay
| com.esri.bacore |
The ImageDisplay class provides the display characteristics of the image to be generated. |
| ImageFormat
| com.esri.bacore |
The ImageFormat class provides an enumeration of supported image formats. |
| ImageType
| com.esri.bacore |
The ImageType class provides information about the type of image to be generated. |
| IPolygonStudyArea
| com.esri.bacore.domain |
The IPolygonStudyArea interface provides properties of a custom polygon study area. |
| IQueryTask
| com.esri.bacore.thematicmapping |
The IQueryTask interface is a facade for the thematic mapping query task. |
| IRepositoryItem
| com.esri.baserver.tasks.repository |
The IRepositoryItem interface is implemented with parameters of every repository task. |
| IStorage
| com.esri.bacore.domain |
The IStorage interface provides a storage for string values. |
| IStudyArea
| com.esri.bacore.domain |
The IStudyArea interface provides base properties of a study area. |
| ISummarizationFilter
| com.esri.bacore.domain |
The ISummarizationFilter interface provides filtering of summarization variables. |
| ITokenProvider
| com.esri.bacore.client |
The ITokenProvider interface is intended to be used for implementing a security token provider for
access to a token-secired Web service. |
| ITokenService
| com.esri.bacore.client |
The ITokenService interface provides a token-based authentication service. |
| IValueFormatter
| com.esri.bacore |
The IValueFormatter interface provides method for formatting a numeric value. |
| KeyValuePair
| com.esri.bacore |
The KeyValuePair class provides a pair of key and value properties. |
| LayerItem
| com.esri.baserver |
The LayerItem class specifies properties of a repository item to be rendered on a map. |
| LocationStudyArea
| com.esri.bacore.domain |
The LocationStudyArea class is the default implementation of ILocationStudyArea interface. |
| LocationStudySubtype
| com.esri.bacore.domain |
The LocationStudySubtype class provides a enumeration of location study subtypes. |
| LocatorReportParameters
| com.esri.baserver.tasks.reports |
The LocatorReportParameters class provides input parameters for the Locator Report task. |
| LocatorReportTask
| com.esri.baserver.tasks.reports |
The Locator Report task generates a report based on the relation of stores to competitors. |
| MarketPenetrationParameters
| com.esri.baserver.tasks.reports |
The MarketPenetrationParameters class provides input parameters for the Market Penetration task. |
| MarketPenetrationTask
| com.esri.baserver.tasks.reports |
The Market Penetration task calculates the market penetration based on the customer data within an area. |
| MarketRankingParameters
| com.esri.baserver.tasks.reports |
The MarketRankingParameters class provides input parameters for the Market Ranking task. |
| MarketRankingTask
| com.esri.baserver.tasks.reports |
The Market Ranking task creates a report to rank data based on a selected variable. |
| MatchAllFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The MatchAllFilter class applies logical "AND" operation on its inner filters. |
| MatchAnyFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The MatchAnyFilter class applies logical "OR" operation on its inner filters. |
| MatchAttributeFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The MatchAttributeFilter class tests an attribute field to fit to range. |
| MatchLevelSummaryReportParameters
| com.esri.baserver.tasks.reports |
The MatchLevelSummaryReportParameters class provides input parameters for the Match Level Summary Report task. |
| MatchLevelSummaryReportTask
| com.esri.baserver.tasks.reports |
The Match Level Summary Report task creates a report that assigns customer records to one of five match
levels based on the geographic code assigned to each customer while geocoding. |
| MatchNotFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The MatchNotFilter class provides negation of the inner filter result. |
| MatchValueFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The MatchValueFilter class calculates a value using the given value calculator and tests it to match filter criteria. |
| MeanBenchmark
| com.esri.bacore.domain |
The MeanBenchmark class provides average or median benchmark options accompanied with user-friendly name. |
| MeanComparisonItem
| com.esri.bacore.domain |
The MeanComparisonItem class is a comparison item associated with an average or median benchmark. |
| MeasureCannibalizationParameters
| com.esri.baserver.tasks.reports |
The MeasureCannibalizationParameters class provides input parameters for the Measure Cannibalization task. |
| MeasureCannibalizationTask
| com.esri.baserver.tasks.reports |
The Measure Cannibalization task calculates the amount of overlap between two or more trade areas. |
| MessageType
| com.esri.bacore |
The MessageType class provides an enumeration of message types. |
| MultiProfileBarChartParameters
| com.esri.baserver.tasks.segmentation |
The MultiProfileBarChartParameters class provides input parameters for the Multi-profile Bar Chart task. |
| MultiProfileBarChartTask
| com.esri.baserver.tasks.segmentation |
The Multi-profile Bar Chart task class compares up to three target profiles to a single base profile. |
| OpenFeatureLayerParameters
| com.esri.baserver.tasks.repository |
The OpenFeatureLayerParameters class provides input parameters for Open Feature Layer task. |
| OpenFeatureLayerTask
| com.esri.baserver.tasks.repository |
The Open Feature Layer task returns a repository feature layer item as a serialized ESRI
Feature RecordSet. |
| OpenSegmentationProfileTask
| com.esri.baserver.tasks.repository |
The Open Segmentation Profile task opens a segmentation profile in the repository and returns it. |
| OpenSegmentationTargetGroupTask
| com.esri.baserver.tasks.repository |
The Open Segmentation Target Group task opens a segmentation target group in the
repository and returns it. |
| OutputTypes
| com.esri.bacore |
The OutputTypes class specifies output options used in executing a Community Analyst Task
providing multiple output results. |
| OverlapRemoverCenterMethod
| com.esri.baserver |
The OverlapRemoverCenterMethod class provides an enumeration of methods
for selecting a center point of a trade area. |
| OverlapRemoverOverlapMethod
| com.esri.baserver |
The OverlapRemoverOverlapMethod class provides an enumeration of overlap removing methods. |
| OverlapRemoverWeightMethod
| com.esri.baserver |
The OverlapRemoverWeightMethod class provides enumeration of methods of calculation
of areas' weights in the grid overlap removing method. |
| ParseUtils
| com.esri.bacore.client |
The ParseUtils class contains a collection of static utility methods useful in result parsers. |
| PointLayer
| com.esri.bao |
The PointLayer class specifies a Community Analyst data layer with the point geometry. |
| PointLayer
| com.esri.baserver |
The PointLayer class specifies a Business Analyst Server data layer with the point geometry. |
| PointRecord
| com.esri.bacore |
The PointRecord class specifies properties of a geographic point. |
| PointsInPolygonReportParameters
| com.esri.baserver.tasks.reports |
The PointsInPolygonReportParameters class provides input parameters for the Points in Polygon Report task. |
| PointsInPolygonReportTask
| com.esri.baserver.tasks.reports |
The Points in Polygon Report task creates a report on the distribution of points within polygons. |
| PolygonStudyArea
| com.esri.bacore.domain |
The PolygonStudyArea class is the default implementation of IPolygonStudyArea interface. |
| ProfileByAreaSummationParameters
| com.esri.baserver.tasks.segmentation |
The ProfileByAreaSummationParameters class provides input parameters for the Profile by Area Summation task. |
| ProfileByAreaSummationTask
| com.esri.baserver.tasks.segmentation |
The Profile by Area Summation task creates a new Tapestry segmentation profile on the given polygon layer. |
| ProfileByImportFromTableParameters
| com.esri.baserver.tasks.segmentation |
The ProfileByImportFromTableParameters class provides input parameters for the
Profile by Import from Table task. |
| ProfileByImportFromTableTask
| 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. |
| ProfileByTableGeocodingParameters
| com.esri.baserver.tasks.segmentation |
The ProfileByTableGeocodingParameters class provides input parameters for the
Profile by Table Geocoding task. |
| ProfileByTableGeocodingTask
| com.esri.baserver.tasks.segmentation |
The Profile by Table Geocoding task creates a new Tapestry segmentation profile from
a table of address records. |
| ProfileComparisonChartParameters
| com.esri.baserver.tasks.segmentation |
The ProfileComparisonChartParameters class provides input parameters for the
Profile Comparison Chart task. |
| ProfileComparisonChartTask
| com.esri.baserver.tasks.segmentation |
The Profile Comparison Chart task compares a target profile to a base profile. |
| ProfileData
| com.esri.baserver |
The ProfileData class specifies a segmentation profile. |
| ProgressEvent
| com.esri.bacore.thematicmapping |
The ProgressEvent event is dispatched when a thematic layer performs one of steps while updating. |
| QuantileClassifier
| com.esri.bacore.thematicmapping.symbolization |
The QuantileClassifier class distributes a set of values into groups that contain an equal number of values. |
| QueryTaskOutput
| com.esri.bacore.thematicmapping |
The QueryTaskOutput class provides the results of the execution of the thematic mapping query task. |
| RangeInfo
| com.esri.bacore.thematicmapping.symbolization |
The RangeInfo class provides information on a range of values. |
| RangeType
| com.esri.bacore.thematicmapping.symbolization |
Enumeration of range types - bitwise flags. |
| RecordSetByAddress
| com.esri.baserver |
The RecordSetByAddress class specifies a feature record with address parameters. |
| RemoveLayersFromMapTask
| com.esri.baserver.tasks.rendering |
The Remove Layers from Map task removes layers from the default map. |
| RemoveOverlapParameters
| com.esri.baserver.tasks.tradeareas |
The RemoveOverlapParameters class provides input parameters for the Remove Overlap task. |
| RemoveOverlapTask
| com.esri.baserver.tasks.tradeareas |
The Remove Overlap task removes overlap (cannibalization) between trade areas. |
| RenameProjectTask
| com.esri.baserver.tasks.repository |
The Rename Project task renames an existing project. |
| RenameWorkspaceTask
| com.esri.baserver.tasks.repository |
The Rename Workspace task renames an existing workspace. |
| RenderAnalysesParameters
| com.esri.baserver.tasks.rendering |
The RenderAnalysesParameters class provides input parameters for the Render Analyses task. |
| RenderAnalysesTask
| com.esri.baserver.tasks.rendering |
The Render Analyses task renders repository items and returns a map image. |
| RenderingParameters
| com.esri.bacore |
The RenderingParameters class provides parameters for rendering a task output as an image. |
| ReportFromProfileParameters
| com.esri.baserver.tasks.segmentation |
The ReportFromProfileParameters class provides input parameters for the Report from Profile task. |
| ReportFromProfileTask
| com.esri.baserver.tasks.segmentation |
The Report from Profile task class creates a Tapestry Segmentation Report from a segmentation profile. |
| ReportHeader
| com.esri.bao |
The ReportHeader class specifies custom report header options available
in the Community Analyst API. |
| ReportHeader
| com.esri.baserver |
The ReportHeader class specifies custom report header options available with summary reports
in the Business Analyst Server API. |
| ReportInfo
| com.esri.bacore |
The ReportInfo class encapsulates a single report from a response of
a Community Analyst Task. |
| ReportOptions
| com.esri.bacore |
The ReportOptions class specifies output report properties. |
| ReportOrientation
| com.esri.baserver |
The ReportOrientation class provides an enumeration of report orientation variants. |
| ReportTemplateInfo
| com.esri.bacore |
The ReportTemplateInfo class contains information about a report template
including its title, category, output formats, and name. |
| RepositoryItemParameters
| com.esri.baserver.tasks.repository |
The RepositoryItemParameters class is the base class for parameters of repository tasks working with repository items. |
| ReturnStdGeographyParameters
| com.esri.bao.tasks.stdgeographies |
The ReturnStdGeographyParameters class provides input parameters for the
Return Standard Geography task. |
| ReturnStdGeographyParameters
| com.esri.baserver.tasks.stdgeographies |
The ReturnStdGeographyParameters class provides input parameters for the
Return Standard Geography task. |
| ReturnStdGeographyTask
| com.esri.bao.tasks.stdgeographies |
The Return Standard Geography task returns IDs and names of features from specified geography
levels that match the given location. |
| ReturnStdGeographyTask
| com.esri.baserver.tasks.stdgeographies |
The Return Standard Geography task returns IDs and names of features from specified geography
levels that match the given location. |
| SegmentInfo
| com.esri.baserver |
The SegmentInfo class provides properties of a segment of the ESRI Data-Tapestry Segmentation. |
| SelectBusinessesParameters
| com.esri.baserver.tasks.businessessearch |
The SelectBusinessesParameters class provides input parameters for the Select Businesses task. |
| SelectBusinessesTask
| com.esri.baserver.tasks.businessessearch |
The Select Businesses task returns business points matching the given search criteria. |
| SelectLocationsTask
| com.esri.baserver.tasks.businessessearch |
The Select Locations task returns business locations matching the given search criteria. |
| SetProjectPropertiesTask
| com.esri.baserver.tasks.repository |
The Set Project Properties task sets properties for a project. |
| ShapefileInfo
| com.esri.baserver |
The ShapefileInfo class provides additional parameters on a shapefile for upload. |
| SimpleRingsParameters
| com.esri.bao.tasks.tradeareas |
The SimpleRingsParameters class provides input parameters for the Simple Rings task. |
| SimpleRingsParameters
| com.esri.baserver.tasks.tradeareas |
The SimpleRingsParameters class provides input parameters for the Simple Rings task. |
| SimpleRingsTask
| com.esri.bao.tasks.tradeareas |
The Simple Rings task requests for creating ring-based trade/service areas based on straight-line
("as the crow flies") distances from point features. |
| SimpleRingsTask
| com.esri.baserver.tasks.tradeareas |
The Simple Rings task creates a new feature class of ring-based trade areas using a set of radii. |
| SpatialFilter
| com.esri.baserver |
The SpatialFilter class specify a spatial filter restricting businesses search. |
| SpatialOverlayParameters
| com.esri.baserver.tasks.analyses |
The SpatialOverlayParameters class provides input parameters for the Spatial Overlay task. |
| SpatialOverlayTask
| com.esri.baserver.tasks.analyses |
The Spatial Overlay task aggregates data from a geographic layer with another layer. |
| SpatialRelEnum
| com.esri.bacore |
The SpatialRelEnum class provides a enumeration of queryable spatial relationships. |
| StandardLayer
| com.esri.bacore |
The StandardLayer class is used to reference an installed Community Analyst data layer. |
| StandardLevelsOfGeographyParameters
| com.esri.baserver.tasks.tradeareas |
The StandardLevelsOfGeographyParameters class provides input parameters for the
Standard Levels of Geography task. |
| StandardLevelsOfGeographyTask
| com.esri.baserver.tasks.tradeareas |
The Standard Levels of Geography task generates trade areas based on standard geographic units. |
| StandardReportParameters
| com.esri.bacore.client |
The StandardReportParameters class is the base class for tasks producing standard reports. |
| StandardReportParameters
| com.esri.baserver.tasks |
The StandardReportParameters class is the base class for Business Analyst Server tasks
producing a standard report only. |
| StdGeographiesByAttributesParameters
| com.esri.bao.tasks.stdgeographies |
The StdGeographiesByAttributesParameters class provides input parameters for
the Standard Geographies by Attributes task. |
| StdGeographiesByAttributesParameters
| com.esri.baserver.tasks.stdgeographies |
The StdGeographiesByAttributesParameters class provides input parameters for the
Standard Geographies by Attributes task. |
| StdGeographiesByAttributesTask
| com.esri.bao.tasks.stdgeographies |
The Standard Geographies by Attributes task requests a list of feature/area names
and their corresponding IDs based on the result of a string-based query
on a Community Analyst data layer. |
| StdGeographiesByAttributesTask
| com.esri.baserver.tasks.stdgeographies |
The Standard Geographies by Attributes task returns geography location names and IDs for a
string-based query. |
| StdGeographiesFeature
| com.esri.bacore |
The StdGeographiesFeature represents attributes of a feature of a standard geography level. |
| StdGeographiesFeaturesInLevel
| com.esri.baserver |
The StdGeographiesFeaturesInLevel class specifies a list of IDs of features to be
imported from a standard geography level. |
| StdGeographiesFromExtentParameters
| com.esri.bao.tasks.stdgeographies |
The StdGeographiesFromExtentParameters class provides input parameters for
the Standard Geographies from Extent task. |
| StdGeographiesFromExtentParameters
| com.esri.baserver.tasks.stdgeographies |
The StdGeographiesFromExtentParameters class provides input parameters for the
Standard Geographies from Extent task. |
| StdGeographiesFromExtentTask
| com.esri.bao.tasks.stdgeographies |
The Standard Geographies from Extent task requests a list of feature/area names
and their corresponding IDs based on the result of a spatial query on a Community Analyst data layer. |
| StdGeographiesFromExtentTask
| com.esri.baserver.tasks.stdgeographies |
The Standard Geographies from Extent task returns geography location names and IDs for a given extent. |
| StdGeographiesFromTreeParameters
| com.esri.baserver.tasks.stdgeographies |
The StdGeographiesFromTreeParameters class provides input parameters for the
Standard Geographies from Tree task. |
| StdGeographiesFromTreeTask
| com.esri.baserver.tasks.stdgeographies |
The Standard Geographies from Tree task returns geography location names and IDs for a query
to the hierarchy of standard geography levels. |
| StdGeographiesListParameters
| com.esri.baserver.tasks.stdgeographies |
The StdGeographiesListParameters class provides input parameters for the
Standard Geographies List task. |
| StdGeographiesListTask
| com.esri.baserver.tasks.stdgeographies |
The Standard Geographies List task returns IDs and names of geography levels which contain
features matching the given search criterion. |
| StdGeographiesTreeTask
| com.esri.baserver.tasks.stdgeographies |
The Standard Geographies Tree task returns the tree of standard geography levels. |
| StdGeographyType
| com.esri.baserver |
The StdGeographyType class provides an enumeration of methods for aggregating table data in rows
that have an identic geography ID. |
| StorageUtils
| com.esri.bacore.domain |
Collection of static utility functions working with a storage. |
| StudyArea
| com.esri.bacore.domain |
The StudyArea class is the default implementation of IStudyArea interface. |
| StudyAreaComparisonItem
| com.esri.bacore.domain |
The StudyAreaComparisonItem class is a comparison item associated with a study area. |
| SummarizationFilter
| com.esri.bacore.domain |
The SummarizationFilter is the base abstract class for filters of summarization variables. |
| SummarizationInfo
| com.esri.bacore |
The SummarizationInfo class specifies properties of a summarization variable available
for a Community Analyst data hierarchy. |
| SummarizationTags
| com.esri.bacore |
The SummarizationTags class provides a collection of tags such as keywords or group names
associated with a summarization variable. |
| SummarizationTagsFilter
| com.esri.bacore.domain |
The SummarizationTagsFilter class implements a grouping filter extracting the group values from tags of
the SummarizationInfo type. |
| SummarizePointsParameters
| com.esri.baserver.tasks.reports |
The SummarizePointsParameters class provides input parameters for the Summarize Points task. |
| SummarizePointsTask
| com.esri.baserver.tasks.reports |
The Summarize Points task aggregates data from a point layer to a polygon layer. |
| SummaryReportParameters
| com.esri.bacore.client |
The SummaryReportParameters class is the base class for tasks producing summary reports. |
| SummaryReportsParameters
| com.esri.bao.tasks.reports |
The SummaryReportsParameters class provides input parameters for the Summary Reports task. |
| SummaryReportsParameters
| com.esri.baserver.tasks.reports |
The SummaryReportsParameters class provides input parameters for the Summary Reports task. |
| SummaryReportsTask
| com.esri.bao.tasks.reports |
The Summary Reports task creates summary reports for a given set of boundaries. |
| SummaryReportsTask
| com.esri.baserver.tasks.reports |
The Summary Reports task creates summary reports for a given set of boundaries. |
| TableData
| com.esri.baserver |
The TableData class specifies a data table. |
| TapestryProfileReportParameters
| com.esri.baserver.tasks.segmentation |
The TapestryProfileReportParameters class provides input parameters for the Tapestry Profile Report task. |
| TapestryProfileReportTask
| com.esri.baserver.tasks.segmentation |
The Tapestry Profile Report task class creates the Tapestry Profile Report based on comparing
your customer target segmentation profile to a base segmentation profile. |
| Target
| com.esri.baserver |
The Target class specifies an item of a segmentation target group. |
| TargetGroupData
| com.esri.baserver |
The TargetGroupData class specifies a segmentation target group. |
| TargetGroupParameters
| com.esri.baserver.tasks.segmentation |
The TargetGroupParameters class provides input parameters for the Target Group task. |
| TargetGroupTask
| com.esri.baserver.tasks.segmentation |
The Target Group task composes a Tapestry segmentation target group by an array of targets. |
| TargetMapParameters
| com.esri.baserver.tasks.segmentation |
The TargetMapParameters class provides input parameters for the Target Map task. |
| TargetMapTask
| com.esri.baserver.tasks.segmentation |
The Target Map task thematically shades selected Tapestry segments in a single color. |
| TargetPenetrationMapParameters
| com.esri.baserver.tasks.segmentation |
The TargetPenetrationMapParameters class provides input parameters for the Target Penetration Map task. |
| TargetPenetrationMapTask
| com.esri.baserver.tasks.segmentation |
The Target Penetration Map task thematically shades the percent penetration of selected segments. |
| TaskAdapterConfiguration
| com.esri.bacore.adapters |
The TaskAdapterConfiguration class provides specific settings for a task adapter. |
| TaskMessage
| com.esri.bacore |
The TaskMessage class provides a message created during execution of a Community Analyst Task. |
| TaskResultOutput
| com.esri.bacore |
The TaskResultOutput class encapsulates an output from a Community Analyst Task
producing multiple output results. |
| ThematicMappingLayer
| com.esri.bao.tasks.thematicmapping |
The ThematicMappingLayer class provides a thematically shaded standard geography layer. |
| ThematicMappingLayer
| com.esri.baserver.tasks.stdgeographies |
The ThematicMappingLayer class provides a thematically shaded standard geography layer. |
| ThematicMappingQueryTask
| com.esri.bao.tasks.thematicmapping |
The ThematicMappingQueryTask class implements the IQueryTask facade for
a task executing a Community Analyst thematic mapping query. |
| ThematicMappingQueryTask
| com.esri.baserver.tasks.stdgeographies |
The ThematicMappingQueryTask class implements the IQueryTask facade for
a task executing a Business Analyst Server thematic mapping query. |
| ThematicQueryTaskAdapter
| com.esri.bao.adapters |
The ThematicQueryTaskAdapter class extends the BaseThematicQueryTaskAdapter class for
Community Analyst. |
| ThematicQueryTaskAdapter
| com.esri.baserver.adapters |
The ThematicQueryTaskAdapter class implements BaseThematicQueryTaskAdapter for
Business Analyst Server. |
| ThresholdRingRadii
| com.esri.baserver.tasks.tradeareas |
The ThresholdRingRadii class specifies radii of threshold rings created around a store location. |
| ThresholdRingsParameters
| com.esri.baserver.tasks.tradeareas |
The ThresholdRingsParameters class provides input parameters for the
Threshold Rings task. |
| ThresholdRingsRadiiParameters
| com.esri.baserver.tasks.tradeareas |
The ThresholdRingsRadiiParameters class provides input parameters for the
Threshold Rings Radii task. |
| ThresholdRingsRadiiTask
| com.esri.baserver.tasks.tradeareas |
The Threshold Rings Radii task calculates the radii of threshold rings. |
| ThresholdRingsTask
| com.esri.baserver.tasks.tradeareas |
The Threshold Rings task creates threshold rings around stores. |
| TMAttributesProvider
| com.esri.bacore.thematicmapping |
The TMAttributesProvider class provides an access to attributes of a feature of a thematic layer. |
| TMClassBreaksRenderer
| com.esri.bacore.thematicmapping.symbolization |
The TMClassBreaksRenderer class provides improved implementation of rendering class breaks compared
to ClassBreaksRenderer. |
| TMClassification
| com.esri.bacore.thematicmapping.symbolization |
The TMClassification class provides a collection of quantile and equal-intervals classifiers used
in Thematic Mapping. |
| TMClassificationProvider
| com.esri.bacore.thematicmapping.symbolization |
The TMClassificationProvider class provides symbolization of thematic layer based on class breaks. |
| TMClassificationType
| com.esri.bacore.thematicmapping.symbolization |
The TMClassificationType class provides a enumeration of classification types
used in parameters of the TMClassification class. |
| TMColorRamp
| com.esri.bacore.thematicmapping |
The TMColorRamp class provides an implementation of ColorRamp based on ColorRampSchema. |
| TMHighlighter
| com.esri.bacore.thematicmapping.extensionClasses |
The TMHighlighter class provides highlighting of thematic layer graphic features. |
| TMHighlightFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The TMHighlightFilter provides highlighting of thematic layer features by filter criteria. |
| TMLayer
| com.esri.bacore.thematicmapping |
The TMLayer class provides the base functionality for thematic layers. |
| TMLayerAvailableEvent
| com.esri.bacore.thematicmapping |
The TMLayerAvailableEvent event is dispatched when an availability of the thematic layer is changed. |
| TMLayerChangedEvent
| com.esri.bacore.thematicmapping |
The TMLayerChangedEvent is dispatched when a thematic layer is updated. |
| TMLayerComponent
| com.esri.bacore.thematicmapping |
The TMLayerComponent class is the base thematic extension class. |
| TMQueryTask
| com.esri.bacore.thematicmapping |
The TMQueryTask class implements the IQueryTask facade for
an ArcGIS query task executing a thematic mapping query. |
| TMQueryTaskProvider
| com.esri.bacore.thematicmapping |
The TMQueryTaskProvider class implements composition of a number of thematic mapping query tasks. |
| TMRendererEvent
| com.esri.bacore.thematicmapping |
The TMRendererEvent event provides updating a symbol for rendering a graphic. |
| TMSummarizations
| com.esri.bacore.thematicmapping |
The TMSummarizations class provides the work with summarization variables. |
| TMSymbolizationProvider
| com.esri.bacore.thematicmapping |
The TMSymbolizationProvider class is the base symbolization provider of thematic layer. |
| TMTooltipProvider
| com.esri.bacore.thematicmapping.extensionClasses |
The TMTooltipProvider class provides updating of the thematic layer graphics tooltips. |
| TMValueCalculator
| com.esri.bacore.thematicmapping |
The TMValueCalculator class calculates the value of a feature for thematic shading using one of
the calculation methods specified with the TMValueType enumeration. |
| TMValueEvent
| com.esri.bacore.thematicmapping |
The TMValueEvent is dispatched when a thematic value is updated. |
| TMValueState
| com.esri.bacore.thematicmapping |
Enumeration of thematic value evaluation states. |
| TMValueType
| com.esri.bacore.thematicmapping |
The TMValueType class provides a enumeration of thematic value calculation methods. |
| TMVisibilityFilter
| com.esri.bacore.thematicmapping.extensionClasses |
The TMVisibilityFilter class controls visibility of thematic layer features. |
| TokenProvider
| com.esri.bacore.client |
The TokenProvider class provides the abstract implementation of the ITokenProvider interface
based on an authentication task. |
| TokenService
| com.esri.bacore.client |
The TokenService is the base abstract class for token-based authentication service. |
| TradeAreaTaskParameters
| com.esri.baserver.tasks.tradeareas |
The TradeAreaTaskParameters class is the base class for parameters of Business Analyst Server tasks
producing trade areas. |
| UnderstandingTargetCustomersParameters
| com.esri.baserver.tasks.segmentation |
The UnderstandingTargetCustomersParameters class provides input parameters for
the Understanding Target Customers task. |
| UnderstandingTargetCustomersTask
| com.esri.baserver.tasks.segmentation |
The Understanding Target Customers task creates a report to compare the Tapestry profile of your
core and developmental customers to the Tapestry profile of a syndicated survey. |
| UploadFeatureSetTask
| com.esri.baserver.tasks.repository |
The Upload Feature Set task uploads a custom feature set into the repository. |
| UploadShapefileTask
| com.esri.baserver.tasks.repository |
The Upload Shapefile task uploads a shapefile into the repository. |
| UserCredentials
| com.esri.bacore.client |
The UserCredentials class provides the default implementation of the IAuthentication interface. |
| ValueCalculator
| com.esri.bacore.thematicmapping |
The ValueCalculator class is the base abstract class providing the calculation of the value of a feature
for thematic shading. |
| ValueDescriptionStyle
| com.esri.bacore.thematicmapping |
The ValueDescriptionStyle class provides an enumeration of thematic value description methods. |
| ValueFormat
| com.esri.bacore |
The ValueFormat class provides formatting of a numerical value. |
| ValueFormatter
| com.esri.bacore |
The ValueFormatter class provides the default implementation of interface. |
| ValueInfo
| com.esri.bacore.thematicmapping |
The ValueInfo class encapsulates a numeric value and additional attributes required for formatting
this value to a string. |
| VintageFilter
| com.esri.bacore.domain |
The VintageFilter class implements a vintage filter extracting the vintage value from the
SummarizationInfo.vintage property. |