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  
accumulateAttributes — Property in class com.esri.ags.tasks.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.
activate(drawType, enableGraphicsLayerMouseEvents) — Method in class com.esri.ags.toolbars.Draw
Activates the toolbar for drawing geometries.
activate(navType, enableGraphicsLayerMouseEvents) — Method in class com.esri.ags.toolbars.Navigation
Activates the toolbar for map navigation.
add(graphic:com.esri.ags:Graphic) — Method in class com.esri.ags.layers.GraphicsLayer
Adds a graphic.
addLayer(layer:com.esri.ags.layers:Layer, index) — Method in class com.esri.ags.Map
Adds a layer to the map.
addMapListeners() — Method in class com.esri.ags.layers.Layer
Adds listeners for ExtentEvent.EXTENT_CHANGE, ZoomEvent.ZOOM_START, ZoomEvent.ZOOM_UPDATE and ZoomEvent.ZOOM_END.
addPath(points) — Method in class com.esri.ags.geometry.Polyline
Adds a path to the polyline.
addPoint(point:com.esri.ags.geometry:MapPoint) — Method in class com.esri.ags.geometry.Multipoint
Adds a point to the array of MapPoint(s) or Multipoint(s).
address — Property in class com.esri.ags.tasks.AddressCandidate
Address of the candidate.
address — Property in class com.esri.ags.virtualearth.VEGeocodeResult
Specifies address properties for the result.
addressCandidate — Property in class com.esri.ags.events.LocatorEvent
Address candidate.
AddressCandidate — Class in package com.esri.ags.tasks
Represents an address and its location.
addressCandidates — Property in class com.esri.ags.events.LocatorEvent
Array of AddressCandidate.
addressLine — Property in class com.esri.ags.virtualearth.VEAddress
Specifies the street part of an address.
addressToLocations(address, outFields, responder) — Method in 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, responder) — Method in 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 in class com.esri.ags.tasks.Locator
Dispatched when an addressToLocations operation successfully completes.
addressToLocationsComplete — Event in class com.esri.ags.virtualearth.VEGeocoder
Dispatched when an addressToLocations request successfully completes.
ADDRESS_TO_LOCATIONS_COMPLETE — Constant static property in 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 in class com.esri.ags.virtualearth.VEGeocoderEvent
Defines the value of the type property of an addressToLocationsComplete event object.
addressToLocationsLastResult — Property in class com.esri.ags.tasks.Locator
The last result of the addressToLocations function execution.
addressToLocationsLastResult — Property in class com.esri.ags.virtualearth.VEGeocoder
The addressToLocationsLastResult.
addRing(points) — Method in class com.esri.ags.geometry.Polygon
Adds a ring to the polygon.
addZoomInZoomOutComponents(zoomInComponent, zoomOutComponent) — Method in class com.esri.ags.controls.Navigation
Add the zoom in and zoom out components arguments.
adminDistrict — Property in class com.esri.ags.virtualearth.VEAddress
Specifies the subdivision name within the country or region for an address.
alias — Property in class com.esri.ags.layers.Field
The alias of the Field.
ALLOW_BACKTRACK — Constant static property in class com.esri.ags.tasks.NAUTurn
Allow to backtrack.
alpha — Property in class com.esri.ags.symbol.LineSymbol
Line symbol alpha (transparency).
alpha — Property in class com.esri.ags.symbol.SimpleFillSymbol
Fill symbol alpha (transparency).
alpha — Property in class com.esri.ags.symbol.SimpleMarkerSymbol
Marker symbol alpha (transparency).
alpha — Property in class com.esri.ags.symbol.TextSymbol
The text alpha (transparency).
anchorX — Property in class com.esri.ags.controls.infoClasses.InfoContainer
The anchor X location in pixels.
anchorY — Property in class com.esri.ags.controls.infoClasses.InfoContainer
The anchor Y location in pixels.
angle — Property in class com.esri.ags.symbol.MarkerSymbol
The angle of the marker.
angle — Property in class com.esri.ags.symbol.TextSymbol
The angle of the TextSymbol.
ArcGISDynamicMapServiceLayer — Class in 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, proxyURL, token) — Constructor in class com.esri.ags.layers.ArcGISDynamicMapServiceLayer
Creates a new ArcGISDynamicMapServiceLayer object.
ArcGISImageServiceLayer — Class in 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, proxyURL, token) — Constructor in class com.esri.ags.layers.ArcGISImageServiceLayer
Creates a new ArcGISImageServiceLayer.
ArcGISTiledMapServiceLayer — Class in 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, proxyURL, token) — Constructor in class com.esri.ags.layers.ArcGISTiledMapServiceLayer
Creates a new ArcGISTiledMapServiceLayer object.
ArcIMSMapServiceLayer — Class in package com.esri.ags.layers
Allows you to add ArcIMS image services to your map.
ArcIMSMapServiceLayer(serviceHost, serviceName, proxyURL, username, password) — Constructor in class com.esri.ags.layers.ArcIMSMapServiceLayer
Creates a new ArcIMS layer.
arealengths — Property in class com.esri.ags.events.GeometryServiceEvent
An object with arrays of "areas" and "lengths" as calculated by areasAndLengths() in GeometryService.
arealengthsComplete — Event in class com.esri.ags.tasks.GeometryService
Dispatched when an areasAndLengths task successfully completes.
AREA_LENGTHS_COMPLETE — Constant static property in class com.esri.ags.events.GeometryServiceEvent
Defines the value of the type property of an areaLengthsComplete event object.
areasAndLengths(graphics, responder) — Method in class com.esri.ags.tasks.GeometryService
The areasAndLengths operation is performed on a geometry service resource.
areasAndLengthsLastResult — Property in class com.esri.ags.tasks.GeometryService
The last result of the areasAndlengths function execution.
AT_DEAD_ENDS_ONLY — Constant static property in class com.esri.ags.tasks.NAUTurn
Perform UTurn only at the end of dead end streets.
attribute — Property in class com.esri.ags.renderers.ClassBreaksRenderer
The name of the attribute field to check for minimum and maximum values.
attribute — Property in class com.esri.ags.renderers.UniqueValueRenderer
The name of the attribute field to check for 'value'.
attributes — Property in class com.esri.ags.Graphic
Name-value pairs of fields and field values associated with the graphic.
attributes — Property in class com.esri.ags.tasks.AddressCandidate
Name-value pairs of field name and field value as defined in outFields in Locator.addressToLocations.
attributes — Property in class com.esri.ags.tasks.FeatureSet
Array of Objects where each object holds the name-value pairs of field names and field values.
autoMoveToTop — Property in class com.esri.ags.Graphic
If true, this Graphic will be moved to the top of the stack on mouseOver.
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