List of ArcGIS API for Flex 1.3 classes. See the Adobe Flex 3 Language Reference at http://livedocs.adobe.com/flex/3/langref/ for Adobe Flex 3 classes.


 ClassPackageDescription
 AddressCandidate
com.esri.ags.tasks Represents an address and its location.
 ArcGISDynamicMapServiceLayer
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).
 ArcGISImageServiceLayer
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).
 ArcGISTiledMapServiceLayer
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).
 ArcIMSMapServiceLayer
com.esri.ags.layers Allows you to add ArcIMS image services to your map.
 BaseTask
com.esri.ags.tasks Base class to be extended by all tasks.
 BufferParameters
com.esri.ags.tasks Input parameters for a buffer operation on the GeometryService, for example distances and units.
 CartographicLineSymbol
com.esri.ags.symbol Used to draw linear features on the graphics layer.
 ClassBreakInfo
com.esri.ags.renderers The class break object to use in a ClassBreaksRenderer to symbolize a range of values with a specific symbol.
 ClassBreaksRenderer
com.esri.ags.renderers A class break renderer symbolizes each graphic based on the value of some numeric attribute.
 CompositeSymbol
com.esri.ags.symbol Used to draw multiple symbols on a single graphic.
 DataFile
com.esri.ags.tasks A geoprocessing data object containing a data source.
 DataLayer
com.esri.ags.tasks Possible input for RouteParameters.stops or RouteParameters.barriers.
 DirectionsFeatureSet
com.esri.ags.tasks A FeatureSet that has properties specific to routing.
 Draw
com.esri.ags.toolbars Toolbar that supports functionality to draw different geometries: points (MAPPOINT or MULTIPOINT), lines (LINE, POLYLINE, or FREEHAND_POLYLINE), polygons (FREEHAND_POLYGON or POLYGON), or rectangles (EXTENT).
 DrawEvent
com.esri.ags.events Represents event objects that are specific to the draw toolbar.
 DynamicMapServiceLayer
com.esri.ags.layers Base class for all dynamic layers that can be added to a map.
 ExecuteResult
com.esri.ags.tasks The result of a Geoprocessor execute task.
 Extent
com.esri.ags.geometry The minimum and maximum x- and y-coordinates of a bounding box.
 ExtentEvent
com.esri.ags.events Represents event objects that are specific to map extent changes.
 FeatureSet
com.esri.ags.tasks Creates a new FeatureSet.
 Field
com.esri.ags.layers Contains information about each field in a layer.
 FillSymbol
com.esri.ags.symbol Base class for polygon symbols.
 FindEvent
com.esri.ags.events Represents event objects that are specific to the FindTask.
 FindParameters
com.esri.ags.tasks Input parameters for a FindTask.
 FindResult
com.esri.ags.tasks Output result from a FindTask.
 FindTask
com.esri.ags.tasks Based on a string value, searches a map service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 Geometry
com.esri.ags.geometry Base class for geometry objects.
 GeometryService
com.esri.ags.tasks Represents a geometry task resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 GeometryServiceEvent
com.esri.ags.events Represents event objects that are specific to the GeometryService.
 Geoprocessor
com.esri.ags.tasks Represents a geoprocessing task resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 GeoprocessorEvent
com.esri.ags.events Represents event objects that are specific to the Geoprocessor task.
 GPDateUtil
com.esri.ags.tasks Class for parsing geoprocessing dates into Date objects.
 GPMessage
com.esri.ags.tasks Represents a message generated during the execution of a geoprocessing task.
 GPResultImageLayer
com.esri.ags.layers Allows you to view a geoprocessing task result.
 Graphic
com.esri.ags Any feature that can contain geometry, a symbol, attributes and an infoWindowRenderer.
 GraphicEvent
com.esri.ags.events Represents event objects that are specific to the graphic.
 GraphicsLayer
com.esri.ags.layers A layer that contains one or more Graphic features.
 GraphicUtil
com.esri.ags.utils The GraphicUtil utility class is an all-static class with methods for working with Graphic objects, for example getGraphicsExtent() which will return the unioned extent for an array of graphics.
 IdentifyEvent
com.esri.ags.events Represents event objects that are specific to the IdentifyTask.
 IdentifyParameters
com.esri.ags.tasks Input parameters for an IdentifyTask.
 IdentifyResult
com.esri.ags.tasks Output result from an IdentifyTask.
 IdentifyTask
com.esri.ags.tasks Performs an identify operation on the layers of a map service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 ImageParameters
com.esri.ags.layers Represents the image parameter options used when calling ArcGISDynamicMapServiceLayer.exportMapImage, Geoprocessor.getResultImage, and Geoprocessor.getResultImageLayer.
 ImageServiceParameters
com.esri.ags.layers Represents the image parameter options used when calling ArcGISImageServiceLayer.exportMapImage.
 InfoContainer
com.esri.ags.controls.infoClasses Base class to display "Info" in the form of a callout (bubblemarker).
 InfoPlacement
com.esri.ags.controls.infoClasses The InfoPlacement class specifies constant values used to style an InfoContainer.
 InfoPlacementEvent
com.esri.ags.controls.infoClasses Event dispatched usually from an info container content when the info container placement mode is set to auto.
 InfoSymbol
com.esri.ags.symbol Used to display info markers (or bubble markers), containing your own content, at points (MapPoint) on the graphics layer.
 InfoSymbolContainer
com.esri.ags.controls.infoClasses The InfoSymbolContainer class defines the symbol used in the InfoSymbol.
 InfoWindow
com.esri.ags.controls InfoWindow is used to display custom content on the map or the attributes of a graphic based on its infoWindowRenderer property.
 InfoWindowCloseButton
com.esri.ags.controls.infoClasses The InfoWindowCloseButton class defines the close button used in the InfoWindow component.
 InfoWindowLabel
com.esri.ags.controls.infoClasses The InfoWindowLabel class defines the label used in the InfoWindow component.
 JobInfo
com.esri.ags.tasks Represents information pertaining to the execution of an asynchronous geoprocessing task on the server.
 Layer
com.esri.ags.layers Base class for all layers that can be added to a map.
 LayerDetails
com.esri.ags.layers Contains detailed information about a layer in a map service.
 LayerEvent
com.esri.ags.events Represents event objects that are specific to the layer.
 LayerInfo
com.esri.ags.layers Contains basic information about one layer in a map service.
 LinearUnit
com.esri.ags.tasks A data object containing a linear distance.
 LineSymbol
com.esri.ags.symbol Base class for line symbols.
 Locator
com.esri.ags.tasks Represents a geocode service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 LocatorEvent
com.esri.ags.events Represents event objects that are specific to the Locator task.
 LOD
com.esri.ags.layers Levels of detail (LOD) for a TiledMapServiceLayer.
 Map
com.esri.ags The main mapping component of the ArcGIS API for Flex.
 MapEvent
com.esri.ags.events Represents event objects that are specific to the map.
 MapImage
com.esri.ags.layers Represents the data object for the dynamically generated map.
 MapImageEvent
com.esri.ags.events Represents event objects that are specific to the ArcGISDynamicMapServiceLayer.
 MapMouseEvent
com.esri.ags.events Represents event objects that are specific to map mouse events.
 MapPoint
com.esri.ags.geometry A location defined by an x- and y-coordinate (in map units).
 MarkerSymbol
com.esri.ags.symbol Base class for marker symbols.
 Multipoint
com.esri.ags.geometry An array of MapPoints.
 NAOutputLine
com.esri.ags.tasks The type of output line to be set in RouteParameters.outputLines for use in a RouteTask.
 NAUTurn
com.esri.ags.tasks The type of u-turn restriction to be set in RouteParameters.restrictUTurns for use in a RouteTask.
 Navigation
com.esri.ags.controls The default navigation tool for the map.
 Navigation
com.esri.ags.toolbars Toolbar that supports basic navigation, such as pan and zoom.
 NavigationEvent
com.esri.ags.events Represents event objects that are specific to the navigation control.
 NavigationMinusButton
com.esri.ags.controls.navigationClasses The NavigationMinusButton class defines the minus button used in the com.esri.ags.controls.Navigation control.
 NavigationPlusButton
com.esri.ags.controls.navigationClasses The NavigationPlusButton class defines the plus button used in the com.esri.ags.controls.Navigation control.
 NavigationSlider
com.esri.ags.controls.navigationClasses The NavigationSlider class represents a slider of a Navigation control.
 PanEvent
com.esri.ags.events Represents event objects that are specific to panning the map.
 ParameterValue
com.esri.ags.tasks Represents the output parameters of several geoprocessing tasks and their properties and values.
 PictureFillSymbol
com.esri.ags.symbol Used to draw polygon features on the graphics layer using an image that gets repeated over and over.
 PictureMarkerSymbol
com.esri.ags.symbol Used to draw points and multipoints on the graphics layer using an image.
 Polygon
com.esri.ags.geometry An array of rings where each ring is an array of MapPoints.
 Polyline
com.esri.ags.geometry An array of paths where each path is an array of MapPoints.
 Query
com.esri.ags.tasks Input parameters for a QueryTask.
 QueryEvent
com.esri.ags.events Represents event objects that are specific to QueryTask.
 QueryTask
com.esri.ags.tasks Executes a query operation on a layer resource of a map service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above).
 RasterData
com.esri.ags.tasks A geoprocessing data object containing a raster data source.
 Renderer
com.esri.ags.renderers Base class for all renderers - use SimpleRenderer, ClassBreaksRenderer or UniqueValueRenderer with a GraphicsLayer.
 RouteEvent
com.esri.ags.events Represents event objects that are specific to RouteTask.
 RouteParameters
com.esri.ags.tasks Input parameters for a RouteTask.
 RouteResult
com.esri.ags.tasks Represents the route result - which, together with barriers and messages make up the RouteSolveResult.
 RouteSolveResult
com.esri.ags.tasks Output result from a RouteTask operation - the actual 'results' are available as an array of RouteResults.
 RouteTask
com.esri.ags.tasks Helps you solve a routing problem by finding a least-cost path between multiple locations using a network service exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3.1 and later).
 ScaleBar
com.esri.ags.controls The Scale Bar control for the Map.
 SimpleFillSymbol
com.esri.ags.symbol Used to draw polygon features on the graphics layer using simple patterns.
 SimpleLineSymbol
com.esri.ags.symbol Used to draw linear features on the graphics layer using simple line patterns.
 SimpleMarkerSymbol
com.esri.ags.symbol Used to draw points and multipoints (or nodes of polylines and polygons) on the graphics layer using simple markers.
 SimpleRenderer
com.esri.ags.renderers A renderer that uses one symbol only.
 SpatialReference
com.esri.ags The spatial reference of a map, layer, or inputs to and outputs from a task.
 Symbol
com.esri.ags.symbol Base class for all symbols.
 TextSymbol
com.esri.ags.symbol Used to display text at points on the graphics layer.
 TiledMapServiceLayer
com.esri.ags.layers Base class for all tiled layers that can be added to a map.
 TileInfo
com.esri.ags.layers Contains information about the tiling scheme for a TiledMapServiceLayer.
 UniqueValueInfo
com.esri.ags.renderers The unique value object to use in a UniqueValueRenderer to symbolize a specific value with a specific symbol.
 UniqueValueRenderer
com.esri.ags.renderers A unique value renderer symbolizes groups of graphics that have matching attributes.
 Units
com.esri.ags The Units class specifies constant values for the units property of Map and Layer.
 VEAddress
com.esri.ags.virtualearth The Bing Maps (formerly Microsoft Virtual Earth) address details.
 VEGeocoder
com.esri.ags.virtualearth Bing Maps (formerly Microsoft Virtual Earth) geocoder.
 VEGeocodeResult
com.esri.ags.virtualearth Represents a Bing Maps (formerly Microsoft Virtual Earth) address and its location.
 VEGeocoderEvent
com.esri.ags.virtualearth Represents event objects that are specific to VEGeocoder.
 VETiledLayer
com.esri.ags.virtualearth Allows you to use basemaps from Bing Maps (formerly Microsoft Virtual Earth).
 WebMercatorUtil
com.esri.ags.utils Projects coordinates between 4326 (GCS_WGS_1984) and 102100 (WGS_1984_Web_Mercator_Auxiliary_Sphere) coordinate systems.
 ZoomEvent
com.esri.ags.events Represents event objects that are specific to the zooming (changing scale) of the map.