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  
taInRows — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters
Report layout options.
taLayersFields — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters
Array of names of fields of trade area layers that will appear in the report.
taskCompleted — Event, class com.esri.bacore.client.BACommand
The taskCompleted event is dispatched upon successful completion of the BACommand asynchronous execution.
taskCompleted — Event, class com.esri.bacore.client.BATask
The taskCompleted event is dispatched when an asynchronous execution of a Business Analyst task successfully completes.
taskCompleted — Event, class com.esri.bacore.tasks.ArcGISAuthenticationTask
The taskCompleted event is dispatched when an asynchronous execution of a Business Analyst task completes successfully.
taskCompleted — Event, class com.esri.bacore.tasks.BAQueryTask
The taskCompleted event is dispatched when an asynchronous execution of a query task completes successfully.
taskCompleted — Event, class com.esri.bao.tasks.authentication.AuthenticationTask
The taskCompleted event is dispatched when an asynchronous execution of a Business Analyst task completes successfully.
TaskMessage — final class, package com.esri.bacore
The TaskMessage class provides a message created during execution of a Business Analyst task.
TaskMessage(messageType:com.esri.bacore:MessageType, messageString:String) — Constructor, class com.esri.bacore.TaskMessage
Creates a new instance of the TaskMessage class.
taskName — Property, class com.esri.bacore.BATaskCompletedEvent
Task name.
taskName — Property, class com.esri.bacore.client.BACommand
Name of task to be executed.
taskName — Property, class com.esri.bacore.client.BATaskParameters
Name of a Business Analyst task associated with these parameters.
taskName — Property, class com.esri.bacore.client.BAUtilityParameters
Name of a Business Analyst task associated with these parameters.
taskName — Property, class com.esri.bacore.client.BatchTaskParameters
Name associated with this batch task.
taskName — Property, class com.esri.bacore.client.BatchTaskResult
Name of task that was executed.
taskName — Property, interface com.esri.bacore.client.IBATaskParameters
Name of a Business Analyst task associated with these parameters.
taskProgress — Event, class com.esri.bacore.thematicmapping.TMLayer
The taskProgress event is dispatched when a thematic layer update state is changed.
taskProviders — Property, class com.esri.bacore.client.BatchTaskParameters
Array of task provider objects.
TaskResultOutput — class, package com.esri.bacore
The TaskResultOutput class encapsulates an output from a Business Analyst task producing multiple output results.
TaskResultOutput(recordSet:com.esri.ags:FeatureSet, mapImage:com.esri.ags.layers.supportClasses:MapImage, reports:Array) — Constructor, class com.esri.bacore.TaskResultOutput
Creates a new instance of the TaskResultOutput class.
TASK_RESULT_OUTPUT — Constant Static Property, class com.esri.bacore.client.BAResultType
TaskResultOutput type.
templateName — Property, class com.esri.bacore.ReportInfo
The output report template name.
templateName — Property, class com.esri.bacore.ReportOptions
Report template name.
testAndGetProperty(typeName:String, decodedObject:Object, propertyName:String, propertyType:Class) — Static Method , class com.esri.bacore.client.ParseUtils
Tests a property of a JSON-decoded object to be specified and gets it.
testAttributes(attributes:Object, attributesProvider:com.esri.bacore.thematicmapping:TMAttributesProvider, strictMatch:Boolean) — method, interface com.esri.bacore.thematicmapping.extensionClasses.IAttributesFilter
Tests feature attributes to match the filter criteria.
testAttributes(attributes:Object, attributesProvider:com.esri.bacore.thematicmapping:TMAttributesProvider, strictMatch:Boolean) — method, class com.esri.bacore.thematicmapping.extensionClasses.MatchAllFilter
Test feature attributes to match filtering criteria of all inner filters.
testAttributes(attributes:Object, attributesProvider:com.esri.bacore.thematicmapping:TMAttributesProvider, strictMatch:Boolean) — method, class com.esri.bacore.thematicmapping.extensionClasses.MatchAnyFilter
Test feature attributes to match filtering criteria of any of inner filters.
testAttributes(attributes:Object, attributesProvider:com.esri.bacore.thematicmapping:TMAttributesProvider, strictMatch:Boolean) — method, class com.esri.bacore.thematicmapping.extensionClasses.MatchAttributeFilter
Test feature attributes to match filtering criteria of all inner filters.
testAttributes(attributes:Object, attributesProvider:com.esri.bacore.thematicmapping:TMAttributesProvider, strictMatch:Boolean) — method, class com.esri.bacore.thematicmapping.extensionClasses.MatchNotFilter
Inverts results returned by the inner filter.
ThematicMappingLayer — class, package com.esri.bao.tasks.thematicmapping
The ThematicMappingLayer class provides a thematically shaded standard geography layer.
ThematicMappingLayer() — Constructor, class com.esri.bao.tasks.thematicmapping.ThematicMappingLayer
Creates a new instance of the ThematicMappingLayer class.
ThematicMappingQueryTask — class, package com.esri.bao.tasks.thematicmapping
The ThematicMappingQueryTask class implements the IQueryTask facade for a task executing a Business Analyst Online thematic mapping query.
ThematicMappingQueryTask(client:com.esri.bao.tasks:BAOnlineClient) — Constructor, class com.esri.bao.tasks.thematicmapping.ThematicMappingQueryTask
Creates a new instance of the ThematicMappingQueryTask class.
throwWrongItemError(isWrong:Boolean, name:String) — Static Method , class com.esri.bacore.client.BATaskUtils
Throws an error if an item of the given array parameter is wrong.
timeout — Property, class com.esri.bacore.tasks.ArcGISTokenProvider
An expiration timeout in minutes used when a long-lived token is requested.
title — Property, class com.esri.bacore.ReportTemplateInfo
Report title associated with this template.
TMAttributesProvider — class, package com.esri.bacore.thematicmapping
The TMAttributesProvider class provides an access to attributes of a feature of a thematic layer.
TMAttributesProvider(layer:com.esri.bacore.thematicmapping:TMLayer, actualCalculator:com.esri.bacore.thematicmapping:ValueCalculator, idField:String, nameField:String) — Constructor, class com.esri.bacore.thematicmapping.TMAttributesProvider
Creates a new instance of the TMAttributesProvider class.
TMClassBreaksRenderer — class, package com.esri.bacore.thematicmapping.symbolization
The TMClassBreaksRenderer class provides improved implementation of rendering class breaks compared to ClassBreaksRenderer.
TMClassBreaksRenderer(attribute:String, defaultSymbol:com.esri.ags.symbols:Symbol, infos:Array) — Constructor, class com.esri.bacore.thematicmapping.symbolization.TMClassBreaksRenderer
Initializes a new instance of the TMClassBreaksRenderer class.
TMClassification — class, package com.esri.bacore.thematicmapping.symbolization
The TMClassification class provides a collection of quantile and equal-intervals classifiers used in Thematic Mapping.
TMClassification() — Constructor, class com.esri.bacore.thematicmapping.symbolization.TMClassification
Creates a new instance of the TMClassification class.
TMClassificationProvider — class, package com.esri.bacore.thematicmapping.symbolization
The TMClassificationProvider class provides symbolization of thematic layer based on class breaks.
TMClassificationProvider() — Constructor, class com.esri.bacore.thematicmapping.symbolization.TMClassificationProvider
Initializes a new instance of the TMClassificationProvider class.
TMClassificationType — final class, package com.esri.bacore.thematicmapping.symbolization
The TMClassificationType class provides a enumeration of classification types used in parameters of the TMClassification class.
TMColorRamp — class, package com.esri.bacore.thematicmapping
The TMColorRamp class provides an implementation of ColorRamp based on ColorRampSchema.
TMColorRamp(schema:com.esri.bacore.thematicmapping:ColorRampSchema, colorsCount:int, isUpdatable:Boolean) — Constructor, class com.esri.bacore.thematicmapping.TMColorRamp
Creates a new instance of the TMColorRamp class.
TMHighlighter — class, package com.esri.bacore.thematicmapping.extensionClasses
The TMHighlighter class provides highlighting of thematic layer graphic features.
TMHighlighter() — Constructor, class com.esri.bacore.thematicmapping.extensionClasses.TMHighlighter
Initializes a new instance of the TMHighlighter class.
TMHighlightFilter — class, package com.esri.bacore.thematicmapping.extensionClasses
The TMHighlightFilter provides highlighting of thematic layer features by filter criteria.
TMHighlightFilter() — Constructor, class com.esri.bacore.thematicmapping.extensionClasses.TMHighlightFilter
Initializes a new instance of the TMHighlightFilter class.
TMLayer — class, package com.esri.bacore.thematicmapping
The TMLayer class provides the base functionality for thematic layers.
TMLayer() — Constructor, class com.esri.bacore.thematicmapping.TMLayer
Creates a new instance of the TMLayer class.
tmLayerAvailable — Event, class com.esri.bacore.thematicmapping.TMLayer
The tmLayerAvailable event is dispatched when the thematic layer availability is changed.
TMLayerAvailableEvent — class, package com.esri.bacore.thematicmapping
The TMLayerAvailableEvent event is dispatched when an availability of the thematic layer is changed.
TMLayerAvailableEvent(map:com.esri.ags:Map, isAvailable:Boolean) — Constructor, class com.esri.bacore.thematicmapping.TMLayerAvailableEvent
Creates a new instance of the TMLayerAvailableEvent class.
tmLayerChanged — Event, class com.esri.bacore.thematicmapping.TMLayer
The tmLayerChanged event is dispatched when the thematic layer updates are completed.
TMLayerChangedEvent — class, package com.esri.bacore.thematicmapping
The TMLayerChangedEvent is dispatched when a thematic layer is updated.
TMLayerComponent — class, package com.esri.bacore.thematicmapping
The TMLayerComponent class is the base thematic extension class.
TMLayerComponent(target:flash.events:IEventDispatcher) — Constructor, class com.esri.bacore.thematicmapping.TMLayerComponent
Initializes a new instance of the
TMQueryTask — class, package com.esri.bacore.thematicmapping
The TMQueryTask class implements the IQueryTask facade for an ArcGIS query task executing a thematic mapping query.
TMQueryTask() — Constructor, class com.esri.bacore.thematicmapping.TMQueryTask
Creates a new instance of the TMQueryTask class.
TMQueryTaskProvider — class, package com.esri.bacore.thematicmapping
The TMQueryTaskProvider class implements composition of a number of thematic mapping query tasks.
TMQueryTaskProvider() — Constructor, class com.esri.bacore.thematicmapping.TMQueryTaskProvider
Initializes a new instance of the TMQueryTaskProvider class.
tmRenderer — Event, class com.esri.bacore.thematicmapping.TMLayer
The tmRenderer event is dispatched while updating a symbol for rendering a graphic.
TMRendererEvent — class, package com.esri.bacore.thematicmapping
The TMRendererEvent event provides updating a symbol for rendering a graphic.
TMRendererEvent(graphic:com.esri.ags:Graphic, symbol:com.esri.ags.symbols:Symbol) — Constructor, class com.esri.bacore.thematicmapping.TMRendererEvent
Creates a new instance of the TMRendererEvent class.
TMSummarizations — class, package com.esri.bacore.thematicmapping
The TMSummarizations class provides the work with summarization variables.
TMSummarizations(summarizations:Array) — Constructor, class com.esri.bacore.thematicmapping.TMSummarizations
Creates a new instance of the TMSummarizations class.
TMSymbolizationProvider — class, package com.esri.bacore.thematicmapping
The TMSymbolizationProvider class is the base symbolization provider of thematic layer.
TMSymbolizationProvider() — Constructor, class com.esri.bacore.thematicmapping.TMSymbolizationProvider
Initializes a new instance of the TMSymbolizationProvider class.
TMTooltipProvider — class, package com.esri.bacore.thematicmapping.extensionClasses
The TMTooltipProvider class provides updating of the thematic layer graphics tooltips.
TMTooltipProvider() — Constructor, class com.esri.bacore.thematicmapping.extensionClasses.TMTooltipProvider
Creates a new instance of the TMTooltipProvider class.
TMValueCalculator — final class, package 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.
TMValueCalculator(summarizations:com.esri.bacore.thematicmapping:TMSummarizations, baseFieldName:String, percentFieldName:String, averageBaseFieldName:String, indexBase:Number) — Constructor, class com.esri.bacore.thematicmapping.TMValueCalculator
Creates a new instance of the ValueCalculator class.
tmValueChanged — Property, class com.esri.bacore.thematicmapping.TMLayerChangedEvent
True if thematic mapping value of features is changed.
TMValueEvent — class, package com.esri.bacore.thematicmapping
The TMValueEvent is dispatched when a thematic value is updated.
TMValueEvent(graphic:com.esri.ags:Graphic, valueState:com.esri.bacore.thematicmapping:TMValueState, error:Error) — Constructor, class com.esri.bacore.thematicmapping.TMValueEvent
Creates a new instance of the TMValueEvent class.
tmValueField — Property, class com.esri.bacore.thematicmapping.TMLayer
Name of the calculated field which will contain a value to render the thematic layer by.
TMValueState — final class, package com.esri.bacore.thematicmapping
Enumeration of thematic value evaluation states.
TMValueType — final class, package com.esri.bacore.thematicmapping
The TMValueType class provides a enumeration of thematic value calculation methods.
tmValueUpdated — Event, class com.esri.bacore.thematicmapping.TMLayer
The tmValueUpdated event is dispatched when the thematic value of a graphic is updated.
TMVisibilityFilter — class, package com.esri.bacore.thematicmapping.extensionClasses
The TMVisibilityFilter class controls visibility of thematic layer features.
TMVisibilityFilter() — Constructor, class com.esri.bacore.thematicmapping.extensionClasses.TMVisibilityFilter
Creates a new instance of the TMVisibilityFilter class.
toEnumItem(value:String, defaultItem:com.esri.bacore:BAValueType) — Static Method , class com.esri.bacore.BAValueType
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:BenchmarkOptions) — Static Method , class com.esri.bacore.BenchmarkOptions
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:BenchmarkSortOptions) — Static Method , class com.esri.bacore.BenchmarkSortOptions
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:DriveTimeUnits) — Static Method , class com.esri.bacore.DriveTimeUnits
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:ImageFormat) — Static Method , class com.esri.bacore.ImageFormat
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:MessageType) — Static Method , class com.esri.bacore.MessageType
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore:SpatialRelEnum) — Static Method , class com.esri.bacore.SpatialRelEnum
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore.thematicmapping:TMValueState) — Static Method , class com.esri.bacore.thematicmapping.TMValueState
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore.thematicmapping:TMValueType) — Static Method , class com.esri.bacore.thematicmapping.TMValueType
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore.thematicmapping:ValueDescriptionStyle) — Static Method , class com.esri.bacore.thematicmapping.ValueDescriptionStyle
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore.thematicmapping.extensionClasses:AttributesFilterResult) — Static Method , class com.esri.bacore.thematicmapping.extensionClasses.AttributesFilterResult
Converts a string value to the enumeration item.
toEnumItem(value:String, defaultItem:com.esri.bacore.thematicmapping.symbolization:TMClassificationType) — Static Method , class com.esri.bacore.thematicmapping.symbolization.TMClassificationType
Converts a string value to the enumeration item.
toExtent(decodedObject:Object, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the Extent type.
toGeometry(decodedObject:Object, geometryType:String, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of a Geometry subtype.
toHttpsUrl(url:String) — Static Method , class com.esri.bacore.CoreUtils
Converts nonsecured HTTP URL to HTTPS URL.
toJsonArray(array:Array) — Static Method , class com.esri.bacore.CoreUtils
Converts an array of items to an array of objects to be serialized with ArcGIS JSON encoder.
token — Property, class com.esri.bacore.client.AbstractClient
Token for accessing a secure HTTP client.
token — Property, class com.esri.bacore.client.AbstractTask
Token for accessing a secure task.
token — Property, class com.esri.bacore.tasks.ArcGISAuthenticationTask
Authentication token received at the last execution of this task.
token — Property, class com.esri.bacore.tasks.BAQueryTask
ArcGIS Server token associated with this workflow.
token — Property, class com.esri.bacore.thematicmapping.TMQueryTask
Token for accessing a secure HTTP client.
token — Property, class com.esri.bao.tasks.authentication.AuthenticationTask
Authentication token received during the last execution of this task.
token — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingLayer
Token for accessing a secure HTTP client.
token — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingQueryTask
Token for accessing a secure HTTP client.
tokenProvider — Property, class com.esri.bacore.client.AbstractClient
Provider responsible for updating the security token if the last one expires.
tokenProvider — Property, class com.esri.bacore.client.BATask
Provider responsible for updating the security token if the last one expires.
tokenProvider — Property, class com.esri.bacore.tasks.BAQueryTask
Provider responsible for updating the ArcGIS Server security token if the last one expires.
tokenProvider — Property, class com.esri.bacore.thematicmapping.TMQueryTask
Provider responsible for updating the security token if the last one expires.
tokenProvider — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingLayer
Provider responsible for updating the security token if the last one expires.
tokenProvider — Property, class com.esri.bao.tasks.thematicmapping.ThematicMappingQueryTask
Provider responsible for updating the security token if the last one expires.
TokenProvider — class, package com.esri.bacore.client
The TokenProvider class provides the abstract implementation of the ITokenProvider interface based on an authentication task.
TokenProvider(authentication:com.esri.bacore.client:IAuthentication) — Constructor, class com.esri.bacore.client.TokenProvider
Creates a new instance of the TokenProvider type.
toMapPoint(decodedObject:Object, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the MapPoint type.
toMultipoint(decodedObject:Object, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the Multipoint type.
toObject() — method, interface com.esri.bacore.IJsonObject
Converts this instance to an instance of Object type.
tooltipStyle — Property, class com.esri.bacore.thematicmapping.extensionClasses.TMTooltipProvider
Tooltip visualization style.
toPolygon(decodedObject:Object, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the Polygon type.
toPolyline(decodedObject:Object, defaultSpatialReference:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the Polyline type.
topValue — Property, class com.esri.bacore.thematicmapping.symbolization.RangeInfo
Information on top (maximum) value of the range.
topValue — Property, class com.esri.bacore.thematicmapping.symbolization.TMClassBreaksRenderer
Top bound of the whole classification range.
toSimpleList(array:Array) — Static Method , class com.esri.bacore.CoreUtils
Convert an array of items to a simple list.
toSpatialReference(decodedObject:Object, defaultValue:com.esri.ags:SpatialReference) — Static Method , class com.esri.bacore.client.GeometryParsers
Converts a JSON-decoded object to an instance of the SpatialReference type.
toString() — method, class com.esri.bacore.BARequestError
Returns the string "[BARequestError]" by default, and includes the message property if defined.
toString() — method, class com.esri.bacore.BAResponseError
Returns the string "[BAResponseError]" by default, and includes the message property if defined.
toString() — method, class com.esri.bacore.BATaskCompletedEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.BaseEnum
Gets the value of the enumeration item.
toString() — method, class com.esri.bacore.thematicmapping.GeographyLevelInfo
Returns this geography level string representation for GUI controls.
toString() — method, class com.esri.bacore.thematicmapping.ProgressEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.thematicmapping.TMLayerAvailableEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.thematicmapping.TMLayerChangedEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.thematicmapping.TMRendererEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.thematicmapping.TMValueEvent
Gets the description of the event.
toString() — method, class com.esri.bacore.thematicmapping.ValueInfo
Converts the encapsulated value to a string representation with the required number of digits after the decimal point.
TOUCHES — Constant Static Property, class com.esri.bacore.SpatialRelEnum
Query Geometry Touches Target Geometry.
toURLVariables() — method, class com.esri.bacore.client.AnalysisParameters
Converts task parameters to URL variables.
toURLVariables() — method, class com.esri.bacore.client.BATaskParameters
Converts task parameters to URL variables.
toURLVariables() — method, interface com.esri.bacore.client.IBATaskParameters
Converts task parameters to URL variables.
toURLVariables() — method, class com.esri.bacore.client.StandardReportParameters
Converts task parameters to URL variables.
toURLVariables() — method, class com.esri.bacore.client.SummaryReportParameters
Converts task parameters to URL variables.
toURLVariables() — method, class com.esri.bao.tasks.stdgeographies.StdGeographiesByAttributesParameters
Converts task parameters to URL variables.
toURLVariables() — method, class com.esri.bao.tasks.stdgeographies.StdGeographiesFromExtentParameters
Converts task parameters to URL variables.
tradeAreas — Property, class com.esri.bao.tasks.reports.BenchmarkReportParameters
Array containing one or more trade area layers to produce the benchmark report for.
type — Property, class com.esri.bacore.thematicmapping.symbolization.RangeInfo
Range type (bitwise collection of flags from the RangeType class).
TYPE — Constant Static Property, class com.esri.bacore.thematicmapping.TMLayerAvailableEvent
The TMLayerAvailableEvent.TYPE constant defines the value of the type property of the event object for a tmLayerAvailable event.
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