| 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 |
| abstract — Property, class com.esri.ags.layers.WMSLayer |
|
The abstract for the WMS service. |
| abstract — Property, class com.esri.ags.layers.WMTSLayer |
|
The abstract for the web map tile service. |
| abstract — Property, class com.esri.ags.layers.supportClasses.WMSLayerInfo |
|
Gets the abstract of the layer. |
| accumulateAttributes — Property, class com.esri.ags.tasks.supportClasses.ClosestFacilityParameters |
|
The list of network attribute names to be accumulated with the analysis, i.e., which attributes should be returned as part of the response. |
| accumulateAttributes — Property, class com.esri.ags.tasks.supportClasses.RouteParameters |
|
The list of network attribute names to be accumulated with the analysis, i.e., which attributes should be returned as part of the response. |
| accumulateAttributes — Property, class com.esri.ags.tasks.supportClasses.ServiceAreaParameters |
|
The list of network attribute names to be accumulated with the analysis, i.e., which attributes should be returned as part of the response. |
| ACRES — Constant Static Property, class com.esri.ags.Units |
|
Specifies that the units are in acres. |
| activate(drawType:String, enableGraphicsLayerMouseEvents:Boolean) — method, class com.esri.ags.tools.DrawTool |
|
Activates the tool for drawing geometries. |
| activate(editType:Number, graphics:Array) — method, class com.esri.ags.tools.EditTool |
|
Activates the tool for editing features. |
| activate(navType:String, enableGraphicsLayerMouseEvents:Boolean) — method, class com.esri.ags.tools.NavigationTool |
|
Activates a specific navigation type (pan, zoom in or zoom out). |
| activeFeature — Property, class com.esri.ags.components.AttributeInspector |
|
The feature currently shown in the AttributeInspector. |
| activeFeatureIndex — Property, class com.esri.ags.components.AttributeInspector |
|
The index of the selected feature. |
| add(graphic:com.esri.ags:Graphic) — method, class com.esri.ags.layers.FeatureLayer |
|
add() is not supported. |
| add(graphic:com.esri.ags:Graphic) — method, class com.esri.ags.layers.GraphicsLayer |
|
Adds a graphic. |
| add(mapImage:com.esri.ags.layers.supportClasses:MapImage) — method, class com.esri.ags.layers.MapImageLayer |
|
Add an image to the map. |
| addAttachment(objectId:Number, data:flash.utils:ByteArray, name:String, contentType:String, responder:mx.rpc:IResponder) — method, class com.esri.ags.layers.FeatureLayer |
|
Add attachment to a feature (using its ObjectID). |
| addAttachment(objectId:Number, data:flash.utils:ByteArray, name:String, contentType:String, responder:mx.rpc:IResponder) — method, class com.esri.ags.tasks.FeatureLayerTask |
|
Add attachment to a feature (using its ObjectID). |
| addAttachmentComplete — Event, class com.esri.ags.components.AttachmentInspector |
|
Fires after adding an attachment. |
| addAttachmentComplete — Event, class com.esri.ags.layers.FeatureLayer |
|
Dispatched when an addAttachment operation successfully completes. |
| addAttachmentComplete — Event, class com.esri.ags.tasks.FeatureLayerTask |
|
Dispatched when an addAttachment operation successfully completes. |
| ADD_ATTACHMENT_COMPLETE — Constant Static Property, class com.esri.ags.events.AttachmentEvent |
|
Defines the value of the type property of the event object for a addAttachmentComplete event. |
| addButton — Skin Part, class com.esri.ags.components.AttachmentInspector |
| An optional skin part for the add button. |
| |
| addButton — Property, class com.esri.ags.skins.AttachmentInspectorSkin |
| Button to attach the selected item. |
| addEnabled — Property, class com.esri.ags.components.AttachmentInspector |
|
If true, allows adding attachments. |
| addEnabled — Property, class com.esri.ags.components.Editor |
|
If true, allows adding features. |
| addLayer(layer:com.esri.ags.layers:Layer, index:int) — method, class com.esri.ags.Map |
|
Adds a layer to the map. |
| addMapListeners() — method, class com.esri.ags.layers.Layer |
|
Adds listeners for ExtentEvent.EXTENT_CHANGE, ZoomEvent.ZOOM_START,
ZoomEvent.ZOOM_UPDATE and ZoomEvent.ZOOM_END. |
| addPath(points:Array) — method, class com.esri.ags.geometry.Polyline |
|
Adds a path to the polyline. |
| addPoint(point:com.esri.ags.geometry:MapPoint) — method, class com.esri.ags.geometry.Multipoint |
|
Adds a point to the array of MapPoint(s) or Multipoint(s). |
| address — Property, class com.esri.ags.tasks.supportClasses.AddressCandidate |
|
Address of the candidate. |
| address — Property, class com.esri.ags.virtualearth.VEGeocodeResult |
|
Specifies address properties for the result. |
| addressCandidate — Property, class com.esri.ags.events.LocatorEvent |
|
Address candidate. |
| AddressCandidate — class, package com.esri.ags.tasks.supportClasses |
|
Represents an address and its location. |
| addressCandidates — Property, class com.esri.ags.events.LocatorEvent |
|
Array of AddressCandidate. |
| addressLine — Property, class com.esri.ags.virtualearth.VEAddress |
|
Specifies the street part of an address. |
| addressToLocations(address:Object, outFields:Array, responder:mx.rpc:IResponder) — method, class com.esri.ags.tasks.Locator |
|
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument. |
| addressToLocations(query:String, responder:mx.rpc:IResponder) — method, class com.esri.ags.virtualearth.VEGeocoder |
|
Sends a geocode request to Bing Maps to find candidates for a single address specified in the query argument. |
| addressToLocationsComplete — Event, class com.esri.ags.tasks.Locator |
|
Dispatched when an addressToLocations operation successfully completes. |
| addressToLocationsComplete — Event, class com.esri.ags.virtualearth.VEGeocoder |
|
Dispatched when an addressToLocations request successfully completes. |
| ADDRESS_TO_LOCATIONS_COMPLETE — Constant Static Property, class com.esri.ags.events.LocatorEvent |
|
Defines the value of the type property of an addressToLocationsComplete event object. |
| ADDRESS_TO_LOCATIONS_COMPLETE — Constant Static Property, class com.esri.ags.events.VEGeocoderEvent |
|
Defines the value of the type property of an addressToLocationsComplete event object. |
| addressToLocationsLastResult — Property, class com.esri.ags.tasks.Locator |
|
Array of AdressCandidate object returned from last call to the addressToLocations function. |
| addressToLocationsLastResult — Property, class com.esri.ags.virtualearth.VEGeocoder |
|
The addressToLocationsLastResult. |
| addResults — Property, class com.esri.ags.layers.supportClasses.FeatureEditResults |
|
The results for added features. |
| addRing(points:Array) — method, class com.esri.ags.geometry.Polygon |
|
Adds a ring to the polygon. |
| adds — Property, class com.esri.ags.events.FeatureLayerEvent |
|
Array of features passed to applyEdits. |
| adminDistrict — Property, class com.esri.ags.virtualearth.VEAddress |
|
Specifies the subdivision name within the country or region for an address. |
| alias — Property, class com.esri.ags.layers.supportClasses.Field |
|
The alias of the Field. |
| allDetails — Property, class com.esri.ags.events.DetailsEvent |
|
The layer and/or table details returned by getAllDetails() in DetailsTask. |
| AllDetails — class, package com.esri.ags.layers.supportClasses |
|
Contains information about all the layers and tables in a map service. |
| allowAddVertices — Property, class com.esri.ags.tools.EditTool |
|
Specifies whether users can add new vertices (polyline/polygon). |
| ALLOW_BACKTRACK — Constant Static Property, class com.esri.ags.tasks.supportClasses.NAUTurn |
|
Allow to backtrack. |
| allowDeleteVertices — Property, class com.esri.ags.tools.EditTool |
|
Specifies whether users can delete vertices (polyline/polygon/multipoint). |
| alpha — Property, class com.esri.ags.clusterers.supportClasses.SimpleClusterSymbol |
|
The alpha transparency of the cluster symbol. |
| alpha — Property, class com.esri.ags.layers.supportClasses.DrawingInfo |
|
The alpha (transparency) of the layer. |
| alpha — Property, class com.esri.ags.renderers.supportClasses.TimeClassBreakInfo |
|
The alpha (transparency) of the symbol. |
| alpha — Property, class com.esri.ags.symbols.LineSymbol |
|
Line symbol alpha (transparency). |
| alpha — Property, class com.esri.ags.symbols.SimpleFillSymbol |
|
Fill symbol alpha (transparency). |
| alpha — Property, class com.esri.ags.symbols.SimpleMarkerSymbol |
|
Marker symbol alpha (transparency). |
| alpha — Property, class com.esri.ags.symbols.TextSymbol |
|
The text alpha (transparency). |
| alphaRange — Property, class com.esri.ags.renderers.supportClasses.TimeRampAger |
|
The range from minimum to maximum alpha (transparency) values. |
| AlphaRange — class, package com.esri.ags.renderers.supportClasses |
|
The range from minimum to maximum alpha (transparency) values to use in a TimeRampAger. |
| AlphaRange(fromAlpha:Number, toAlpha:Number) — Constructor, class com.esri.ags.renderers.supportClasses.AlphaRange |
|
Creates a new AlphaRange. |
| alphas — Property, class com.esri.ags.clusterers.supportClasses.SimpleClusterSymbol |
|
The alphas associated with weights. |
| anchorX — Property, class com.esri.ags.components.supportClasses.InfoComponent |
|
The anchor X location in pixels. |
| anchorY — Property, class com.esri.ags.components.supportClasses.InfoComponent |
|
The anchor Y location in pixels. |
| angle — Property, class com.esri.ags.symbols.MarkerSymbol |
|
The angle of the marker. |
| angle — Property, class com.esri.ags.symbols.PictureFillSymbol |
|
The angle on the image for display. |
| angle — Property, class com.esri.ags.symbols.TextSymbol |
|
The angle of the TextSymbol. |
| applyEdits(adds:Array, updates:Array, deletes:Array, responder:mx.rpc:IResponder) — method, class com.esri.ags.layers.FeatureLayer |
|
Saves edits on the server. |
| applyEdits(adds:Array, updates:Array, deletes:Array, objectIdField:String, responder:mx.rpc:IResponder) — method, class com.esri.ags.tasks.FeatureLayerTask |
|
Saves edits on the server. |
| applyingEdits — Skin State, class com.esri.ags.components.Editor |
| Editor is applying edits on a feature layer. |
| |
| ArcGISDynamicMapServiceLayer — class, package com.esri.ags.layers |
|
Allows you to work with a dynamic map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). |
| ArcGISDynamicMapServiceLayer(url:String, proxyURL:String, token:String) — Constructor, class com.esri.ags.layers.ArcGISDynamicMapServiceLayer |
|
Creates a new ArcGISDynamicMapServiceLayer object. |
| ArcGISImageServiceLayer — class, package com.esri.ags.layers |
|
Allows you to work with an Image Service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). |
| ArcGISImageServiceLayer(url:String, proxyURL:String, token:String) — Constructor, class com.esri.ags.layers.ArcGISImageServiceLayer |
|
Creates a new ArcGISImageServiceLayer. |
| arcgisSharingURL — Property, class com.esri.ags.webmap.WebMapUtil |
|
The base URL to the item and item data. |
| ArcGISTiledMapServiceLayer — class, package com.esri.ags.layers |
|
Allows you to work with a cached map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). |
| ArcGISTiledMapServiceLayer(url:String, proxyURL:String, token:String) — Constructor, class com.esri.ags.layers.ArcGISTiledMapServiceLayer |
|
Creates a new ArcGISTiledMapServiceLayer object. |
| ArcIMSMapServiceLayer — class, package com.esri.ags.layers |
|
Allows you to add ArcIMS image services to your map. |
| ArcIMSMapServiceLayer(serviceHost:String, serviceName:String, proxyURL:String, username:String, password:String) — Constructor, class com.esri.ags.layers.ArcIMSMapServiceLayer |
|
Creates a new ArcIMS layer. |
| areas — Property, class com.esri.ags.tasks.supportClasses.AreasAndLengthsResult |
|
Array of area of input polygons. |
| areasAndLengths(areasAndLengthsParameters:com.esri.ags.tasks.supportClasses:AreasAndLengthsParameters, responder:mx.rpc:IResponder) — method, class com.esri.ags.tasks.GeometryService |
|
The areasAndLengths operation is performed on a geometry service resource. |
| areasAndLengthsComplete — Event, class com.esri.ags.tasks.GeometryService |
|
Dispatched when an areasAndLengths operation successfully completes. |
| AREAS_AND_LENGTHS_COMPLETE — Constant Static Property, class com.esri.ags.events.GeometryServiceEvent |
|
Defines the value of the type property of an areasAndLengthsComplete event object. |
| areasAndLengthsLastResult — Property, class com.esri.ags.tasks.GeometryService |
|
The result returned from last call to the areasAndLengths function. |
| AreasAndLengthsParameters — class, package com.esri.ags.tasks.supportClasses |
|
Input parameters for the areasAndLengths() method on the GeometryService - contains polygons, and optionally areaUnit and lengthUnit. |
| AreasAndLengthsResult — class, package com.esri.ags.tasks.supportClasses |
|
The result from the areasAndLengths() method in GeometryService. |
| areaUnit — Property, class com.esri.ags.tasks.supportClasses.AreasAndLengthsParameters |
|
The area unit in which areas of polygons will be calculated. |
| ARES — Constant Static Property, class com.esri.ags.Units |
|
Specifies that the units are in ares. |
| arguments — Property, class com.esri.ags.layers.supportClasses.RasterFunction |
|
The argument object for the raster function. |
| ascending — Property, class com.esri.ags.layers.supportClasses.MosaicRule |
|
Indicates whether the sort should be ascending or not. |
| AT_DEAD_ENDS_AND_INTERSECTIONS — Constant Static Property, class com.esri.ags.tasks.supportClasses.NAUTurn |
|
Perform U-turn only at the end of dead end streets or at intersections. |
| AT_DEAD_ENDS_ONLY — Constant Static Property, class com.esri.ags.tasks.supportClasses.NAUTurn |
|
Perform U-turn only at the end of dead end streets. |
| AttachmentEvent — class, package com.esri.ags.events |
|
Represents event objects that are specific to FeatureLayer and FeatureLayerTask attachment operations. |
| AttachmentEvent(type:String, featureLayer:com.esri.ags.layers:FeatureLayer) — Constructor, class com.esri.ags.events.AttachmentEvent |
|
Creates a new AttachmentEvent. |
| attachmentId — Property, class com.esri.ags.layers.supportClasses.FeatureEditResult |
|
The ID of the attachment. |
| AttachmentInfo — class, package com.esri.ags.layers.supportClasses |
|
The attachment info contains informations about an attachment associated with a feature. |
| attachmentInfoList — Property, class com.esri.ags.skins.AttachmentInspectorSkin |
| List to display the attachments for a feature. |
| attachmentInfos — Property, class com.esri.ags.components.AttachmentInspector |
|
List of AttachmentInfo instances. |
| attachmentInfos — Property, class com.esri.ags.events.AttachmentEvent |
|
The results returned by queryAttachmentInfos() in FeatureLayer and FeatureLayerTask. |
| AttachmentInspector — class, package com.esri.ags.components |
|
Attachment inspector allows users to see the attachments for a feature as well as adding new attachments. |
| AttachmentInspector() — Constructor, class com.esri.ags.components.AttachmentInspector |
|
Creates a new AttachmentInspector. |
| AttachmentInspectorSkin — class, package com.esri.ags.skins |
| The default skin class for the AttachmentInspector component. |
| AttachmentInspectorSkin() — Constructor, class com.esri.ags.skins.AttachmentInspectorSkin |
| Constructor. |
| AttachmentInspectorSkin_loader — class, package com.esri.ags.skins |
| |
| AttachmentInspectorSkin_loader() — Constructor, class com.esri.ags.skins.AttachmentInspectorSkin_loader |
| |
| attachmentLoaded — Skin State, class com.esri.ags.components.AttachmentInspector |
| Attachment loaded after browse state. |
| |
| attachmentLoadedNoAttachmentsInList — Skin State, class com.esri.ags.components.AttachmentInspector |
| Attachment loaded after browse but no attachment in list state. |
| |
| attachmentName — Property, class com.esri.ags.components.AttachmentInspector |
|
The selected attachment name after browse and select. |
| attachmentSize — Property, class com.esri.ags.components.AttachmentInspector |
|
The selected attachment size after browse and select. |
| attribute — Property, class com.esri.ags.renderers.ClassBreaksRenderer |
|
The name of the attribute field to check for minimum and maximum values. |
| attribute — Property, class com.esri.ags.renderers.UniqueValueRenderer |
|
The name of the attribute field to check for 'value'. |
| attribute2 — Property, class com.esri.ags.renderers.UniqueValueRenderer |
|
Second attribute (if any). |
| attribute3 — Property, class com.esri.ags.renderers.UniqueValueRenderer |
|
Third attribute (if any). |
| attributeDelimiter — Property, class com.esri.ags.renderers.UniqueValueRenderer |
|
Attribute delimiter between first and second, and second and third attributes. |
| attributeInspector — Property, class com.esri.ags.components.Editor |
|
The attribute inspector used by the Editor. |
| AttributeInspector — class, package com.esri.ags.components |
|
The attribute inspector shows attributes of selected features in a form showing one feature at a time. |
| AttributeInspector(featureLayers:Array) — Constructor, class com.esri.ags.components.AttributeInspector |
|
Creates a new AttributeInspector. |
| AttributeInspectorEvent — final class, package com.esri.ags.events |
|
Event dispatched when a graphic is rendered in the attribute inspector
|
| AttributeInspectorEvent(type:String, bubbles:Boolean, featureLayer:com.esri.ags.layers:FeatureLayer, feature:com.esri.ags:Graphic, field:com.esri.ags.layers.supportClasses:Field, oldValue:Object, newValue:Object) — Constructor, class com.esri.ags.events.AttributeInspectorEvent |
|
Creates a new AttributeInspectorEvent. |
| AttributeInspectorSkin — class, package com.esri.ags.skins |
| The default skin class for the AttributeInspector component. |
| AttributeInspectorSkin() — Constructor, class com.esri.ags.skins.AttributeInspectorSkin |
| Constructor. |
| attributeName — Property, class com.esri.ags.tasks.supportClasses.AttributeParameterValue |
|
The name of the attribute. |
| AttributeParameterValue — class, package com.esri.ags.tasks.supportClasses |
|
Input parameter for network analyst operations. |
| attributeParameterValues — Property, class com.esri.ags.tasks.supportClasses.ClosestFacilityParameters |
|
A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle. |
| attributeParameterValues — Property, class com.esri.ags.tasks.supportClasses.RouteParameters |
|
A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle. |
| attributeParameterValues — Property, class com.esri.ags.tasks.supportClasses.ServiceAreaParameters |
|
A set of attribute parameter values that can be parameterized to determine which network elements can be used by a vehicle. |
| attributes — Property, class com.esri.ags.FeatureSet |
|
Array of Objects where each object holds the name-value pairs of field names and field values. |
| attributes — Property, class com.esri.ags.Graphic |
|
Name-value pairs of fields and field values associated with the graphic. |
| attributes — Property, class com.esri.ags.tasks.supportClasses.AddressCandidate |
|
Name-value pairs of field name and field value as defined in outFields in Locator.addressToLocations. |
| autoComplete(polygons:Array, polylines:Array, responder:mx.rpc:IResponder) — method, class com.esri.ags.tasks.GeometryService |
|
The AutoComplete operation simplifies the process of constructing new polygons that are adjacent to other polygons. |
| AUTO_COMPLETE — Constant Static Property, class com.esri.ags.components.supportClasses.CreateOptions |
|
Automatically completes a polygon using the geometries of nearby features. |
| autoCompleteComplete — Event, class com.esri.ags.tasks.GeometryService |
|
Dispatched when a autoComplete operation successfully completes. |
| AUTO_COMPLETE_COMPLETE — Constant Static Property, class com.esri.ags.events.GeometryServiceEvent |
|
Defines the value of the type property of a autoCompleteComplete event object [added in version 2.0]
- note: autoComplete() is only available with ArcGIS Server 10.0 or above. |
| autoCompleteLastResult — Property, class com.esri.ags.tasks.GeometryService |
|
Array of polygon returned from last call to the autoComplete function. |
| autoMoveToTop — Property, class com.esri.ags.Graphic |
|
If true, this Graphic will be moved to the top of the stack on mouseOver. |
| autoNormalize — Property, class com.esri.ags.tasks.BaseTask |
|
If true, normalizes the geometries across the central meridian. |
|
| 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 |