Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| Address
| com.esri.aws.services | Contains a definition of the address or intersection. | |
| AddressFinderActivator
| com.esri.aws.services | An IBundle Activator that starts the AddressFinder Service. | |
| AddressFinderOptions
| com.esri.aws.services | Contains parameters for Address Finder Web Service. | |
| AddressResponder
| com.esri.aws.services | AddressResponder is used to parse the SOAP response of an Address. | |
| Albers
| com.esri.aws.awx.map.projection | Albers Equal Area projection -- a good general use projection. | |
| ArcWebServiceResponder
| com.esri.aws.services | ||
| AttributeDesc
| com.esri.aws.services | Contains metadata fields for a data file, layer, or data source. | |
| AWXKeyboardMouseHandler
| com.esri.aws.awx.map.handlers | AWXKeyboardMouseHandler implements both IKeyboardHandler and IMouseHandler. | |
| BaseArcWebActivator
| com.esri.aws.services | BaseArcWebActivator is an abstract base class for IBundleActivators which will provide an ArcWeb Service. | |
| BaseArcWebService
| com.esri.aws.services | BaseArcWebService is an abstract base class for any service that will use ArcWeb Services | |
| BaseMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | A base style that marker styles can extend. | |
| BaseMouseHandler
| com.esri.aws.awx.map.handlers | BaseMouseHandler is a base class for custom IMouseHandler classes to extend. | |
| BaseOutlineFillStyle
| com.esri.aws.awx.map.layers.overlays.style | A base style that vector drawn markers can extend. | |
| BaseOverlayMouseHandler
| com.esri.aws.awx.map.handlers | BaseOverlayMouseHandler is a base class for custom IMouseHandler classes to extend. | |
| BaseStyle
| com.esri.aws.awx.map.layers.overlays.style | Base style class for all AWX styles. | |
| Bonne
| com.esri.aws.awx.map.projection | Bonne projection -- Used during the 19th and early 20th century for atlas maps of Asia, Australia, Europe, and North America. | |
| BubbleMarker
| com.esri.aws.awx.map.layers.overlays | A bubble marker is an overlay object to represent a location on the map to be drawn in a specific style, and with specific content. | |
| BubbleMarkerEvent
| com.esri.aws.awx.events |
The BubbleMarkerEvent dispatches events when bubble markers open and close. |
|
| BubbleMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | BubbleMarkerStyle controls the presentation of the default bubble marker. | |
| Cassini
| com.esri.aws.awx.map.projection | Cassini projection is normally used for large-scale maps of areas predominantly north-south in extent. | |
| Circle
| com.esri.aws.awx.map.layers.overlays | A circle overlay represents a geographic circle and consists of both a CircleShape and a PolygonStyle. | |
| CircleMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | A simple circle marker style that has a border and a fill. | |
| CircleShape
| com.esri.aws.awx.geom | A geographically correct circle shape described by a center point and a radius (specified in km, miles, or meters). | |
| CoordSys
| com.esri.aws.services | The coordinate system being used. | |
| CustomReportVariables
| com.esri.aws.services | Contains available variables for a custom report. | |
| CustomVariableInfo
| com.esri.aws.services | Contains requested information about a variable to use in a custom report. | |
| Envelope
| com.esri.aws.services | The rectangular feature (maxX, maxY, minX, minY, coordSys) that can be used as a map extent or as a bounding box of a feature. | |
| Extent
| com.esri.aws.awx.geom | The bounding box (maxX, maxY, minX, minY) of a geometry. | |
| FieldDesc
| com.esri.aws.services | Contains the complete description of the field. | |
| FindActivator
| com.esri.aws.services | An IBundle Activator that starts the Find Service. | |
| FindDataSourceOptions
| com.esri.aws.services | Contains parameters for the Find Web Service. | |
| FindOptions
| com.esri.aws.services | Contains parameters for the Find Web Service. | |
| FindResult
| com.esri.aws.services | Contains location results from a request. | |
| FindResultSet
| com.esri.aws.services | Contains high level information about the location results. | |
| Gall
| com.esri.aws.awx.map.projection | Gall projection is a cylindrical projection that cuts the earth at N45 and S45. | |
| GeocodeCandidate
| com.esri.aws.services | Contains the complete description of a place that matches the search criteria. | |
| GeocodeInfo
| com.esri.aws.services | Contains information about a geocode request. | |
| Geographic
| com.esri.aws.awx.map.projection | Geographic represents the 'no projection' projection. | |
| GeographyIDOptions
| com.esri.aws.services | Contains parameters for finding IDs for a specific geography. | |
| Geometry
| com.esri.aws.services | Contains information about the shape of a feature. | |
| GeoPoint
| com.esri.aws.awx.geom | GeoPoint represents a geographic location. | |
| GeoPointMouseEvent
| com.esri.aws.awx.events | GeoPointMouseEvent is the same as a MouseEvent, with the addition of a geoPoint property. | |
| GeoPointMouseHandler
| com.esri.aws.awx.map.handlers | The GeoPointMouseHandler is an EventDispatcher that redispatches a GeoPointMouseEvent for each MouseEvent that occurs. | |
| GradientPolygonStyle
| com.esri.aws.awx.map.layers.overlays.style | GradientPolygonStyle is an advanced gradient renderer for polygons. | |
| GroupLayer
| com.esri.aws.awx.map.layers | Group layer is a collection of layers that need to be manipulated as one entity. | |
| GroupLayerEvent
| com.esri.aws.awx.events |
GroupLayerEvent is dispatched when a layer is moved within a GroupLayer. |
|
| IAddressFinder
| com.esri.aws.services | Geocoding and reverse geocoding for your Internet applications. | |
| IArcWebService
| com.esri.aws.services | This interface is used by any ArcWeb Service that needs authentication. | |
| IFind
| com.esri.aws.services | Use this "find-anything" functionality for your Internet applications. | |
| IFindWidgetListener
| com.esri.aws.services | IFindWidgetListener ... | |
| IGroupLayer
| com.esri.aws.awx.map.layers | A group layer is a collection of layers that need to be manipulated as one entity. | |
| IIPUtil
| com.esri.aws.services | Retrieve the client's current public IP address. | |
| IKeyboardHandler
| com.esri.aws.awx.map.handlers | Interface for different keyboard handling implementations. | |
| ILayer
| com.esri.aws.awx.map.layers | A layer is a collection of the same type of features that need to be manipulated as one entity on a map. | |
| ILayerVisibility
| com.esri.aws.awx.map.layers | The ILayerVisibility interface designates that a particular layer can have individual LayerVisibility objects toggled on and off. | |
| ImageMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | Style to render a marker using an image. | |
| IMap
| com.esri.aws.awx.map | IMap defines the basic map methods and events. | |
| IMapImage
| com.esri.aws.services | More map content for your Internet applications. | |
| IMouseHandler
| com.esri.aws.awx.map.handlers | Interface for different mouse handling implementations. | |
| IPlaceFinder
| com.esri.aws.services | Use gazetteer functionality to find places for your Internet applications, such as populated places, postal codes, and administrative areas. | |
| IProjection
| com.esri.aws.awx.map.projection | IProjection defines the conversion method to convert to and from 'no projection'. | |
| IProjectionModel
| com.esri.aws.awx.map.projection | IProjectionModel defines the map's basic properties and conversion methods. | |
| IPUtilActivator
| com.esri.aws.services | Activator to register IIPUtil service. | |
| IReport
| com.esri.aws.services | Create demographic reports or print-quality thematic maps for a specified area in the United States. | |
| IRouteFinder
| com.esri.aws.services | Generate driving directions between multiple locations. | |
| ISpatialQuery
| com.esri.aws.services | Perform query and proximity searches, such as "find nearest", "find within a distance", and "tell me about this area" on ArcWeb Services Spatial Query data sources. | |
| IStaticLayer
| com.esri.aws.awx.map.layers | IStaticLayer is an interface that allows DisplayObjects to be added to the map. | |
| IStyle
| com.esri.aws.awx.map.layers.overlays.style | A style implementation draws an overlay object based on a projection model. | |
| IUtility
| com.esri.aws.services | Interface to the Utility SOAP service. | |
| KeyValue
| com.esri.aws.services | Contains a key-value pair. | |
| LambertAzEqualArea
| com.esri.aws.awx.map.projection | Lambert Azimuthal Equal Area Projection -- Can handle large areas; used for displaying entire continents and polar regions. | |
| Layer
| com.esri.aws.services | Layer is used to create the displayLayers array with MapImageOptions object. | |
| LayerInfo
| com.esri.aws.services | LayerInfo is used to create the MapImageInfo object and wrap the SOAP responses from the MapImageService. | |
| LayerLegend
| com.esri.aws.services | LayerLegend is used to create the MapImageInfo object and wrap the SOAP responses from the MapImageService. | |
| LayerVisibility
| com.esri.aws.awx.map.layers |
LayerVisibility sets the visibility for a layer. |
|
| LayerVisibilityEvent
| com.esri.aws.awx.events |
LayerVisibilityEvent is dispatched from the LayerVisibility when the value has changed. |
|
| Map
| com.esri.aws.awx.map |
Map is the main mapping component of the ArcWeb Explorer v4 API. |
|
| MapArea
| com.esri.aws.services | Contains the area to use for the map image. | |
| MapChangeEvent
| com.esri.aws.awx.events | MapChangeEvent objects are dispatched for map changes to the map model, such as panning, change in scale, change in rotation, and change in projection. | |
| MapImageActivator
| com.esri.aws.services | MapImageActivator is the IBundle Activator that is responsible for creating and starting the MapImageService Bundle. | |
| MapImageGroupLayer
| com.esri.aws.awx.map.layers | MapImageGroupLayer is a group layer that retrieves raster maps from ArcWeb Services Map Image data sources. | |
| MapImageInfo
| com.esri.aws.services | MapImageInfo is used to wrap the SOAP responses from the MapImageService. | |
| MapImageOptions
| com.esri.aws.services | MapImageOptions is used to set the specifics of an IMapImage request. | |
| MapLegend
| com.esri.aws.services | MapLegend is used to create the MapLegend object within the MapImageOptions object. | |
| MapTypeChangeEvent
| com.esri.aws.awx.events |
A MapTypeChangeEvent is dispatched when the Map.mapType has changed. |
|
| Marker
| com.esri.aws.awx.map.layers.overlays | Marker is an overlay object drawn in a specific style at a specific location. | |
| MarkerLayer
| com.esri.aws.awx.map.layers | A Marker layer with the default marker style. | |
| MarkerMouseHandler
| com.esri.aws.awx.map.handlers | MarkerMouseHandler is a handler that can be used to add a marker via a mouse click. | |
| MarkerShape
| com.esri.aws.awx.geom | A marker shape described by a lat/lon location [deprecated]. | |
| Mercator
| com.esri.aws.awx.map.projection | Mercator projection -- Used for navigation or maps of equatorial regions. | |
| Miller
| com.esri.aws.awx.map.projection | Miller projection -- Used for general-purpose world maps. | |
| Mollweide
| com.esri.aws.awx.map.projection | Mollweide projection -- Suitable for thematic or distribution mapping of the entire world. | |
| NoopToolTip
| com.esri.aws.awx.map.layers.overlays.style | This implements IToolTip but does nothing. | |
| OrderBy
| com.esri.aws.services | Contains the order of the attribute queries. | |
| OverlayEvent
| com.esri.aws.awx.events | The OverlayEvent is used to let listeners know when an overlay has been created. | |
| OverlayLayer
| com.esri.aws.awx.map.layers | A layer to hold overlay objects. | |
| OverlayObject
| com.esri.aws.awx.map.layers.overlays | OverlayObjects are visual elements (circle, marker, polygon, polyline) that will be drawn on top of the base layers. | |
| PanEvent
| com.esri.aws.awx.events | The zoom event is used to let groupLayers/layers and widgets know when the map is panning. | |
| PanZoomKeyboardHandler
| com.esri.aws.awx.map.handlers | PanZoomKeyboardHandler pans with the arrow keys and zooms with the +, -, Page Up and Page Down keys. | |
| PlaceFinderActivator
| com.esri.aws.services | PlaceFinderActivator registers an implementation of IPlaceFinder to the Framework. | |
| PlaceFinderOptions
| com.esri.aws.services | Contains parameters for the Place Finder Web Service. | |
| PointShape
| com.esri.aws.awx.geom | A point shape described by a x/y location. | |
| Polygon
| com.esri.aws.awx.map.layers.overlays | A polygon consists of both a PolygonShape and a style. | |
| PolygonLayer
| com.esri.aws.awx.map.layers | A polygon layer with the default polygon style. | |
| PolygonMouseHandler
| com.esri.aws.awx.map.handlers | PolygonMouse Handler is used to create polygons by adding points with each mouse click. | |
| PolygonShape
| com.esri.aws.awx.geom | A polygon shape described by an array of GeoPoints. | |
| PolygonStyle
| com.esri.aws.awx.map.layers.overlays.style | PolygonStyle is a simple renderer for polygons. | |
| Polyline
| com.esri.aws.awx.map.layers.overlays | A polyline consists of both a PolylineShape and a style. | |
| PolylineLayer
| com.esri.aws.awx.map.layers | A polyline layer with the default polyline style. | |
| PolylineMouseHandler
| com.esri.aws.awx.map.handlers | PolylineMouseHandler is used to create polylines by adding points with each mouse click. | |
| PolylineShape
| com.esri.aws.awx.geom | A polyline shape described by an array of Points. | |
| PolylineStyle
| com.esri.aws.awx.map.layers.overlays.style | A polylineStyle with all of the parameters of Graphics.lineStyle(). | |
| QueryBubbleMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | QueryBubbleMarkerStyle controls the presentation of the default bubble marker. | |
| QueryLayer
| com.esri.aws.awx.map.layers | QueryGroupLayer is a layer that retrieves and displays markers from an ArcWeb Services Spatial Query point data source. | |
| RasterTileLayer
| com.esri.aws.awx.map.layers | RasterTileLayer is a layer that retrieves tiled images from an ArcWeb Services Raster Tile data source. | |
| RedLineMouseHandler
| com.esri.aws.awx.map.handlers | RedLineMouseHandler is used to create a redline overlay while the mouse is down. | |
| ReportActivator
| com.esri.aws.services | ReportActivator registers an implementation of IReport to the Framework. | |
| ReportInfo
| com.esri.aws.services | Contains requested information about the service, format, and URL of a report. | |
| ReportOptions
| com.esri.aws.services | Contains parameters for Report Web Service. | |
| ResultSet
| com.esri.aws.services | The table of data results from a request. | |
| ResultSetRange
| com.esri.aws.services | The range for returned records based on the startIndex and count values. | |
| RouteFinderActivator
| com.esri.aws.services | RouteFinderActivator is the IBundle Activator that is responsible for creating and starting the RouteFinderService Bundle. | |
| RouteFinderOptions
| com.esri.aws.services | Contains parameters for using Route Finder Web Service. | |
| RouteInfo
| com.esri.aws.services | Contains requested information about a route. | |
| RouteOptions
| com.esri.aws.services | Contains the parameters of a route. | |
| RouteStop
| com.esri.aws.services | The stop along a route. | |
| RouteSummary
| com.esri.aws.services | Contains requested information about driving directions for a route. | |
| RowData
| com.esri.aws.services | The single row of data. | |
| RubberBandEvent
| com.esri.aws.awx.events |
RubberBandEvent is dispatched by the RubberBandMouseHandler in order to trap the extent that the user drew. |
|
| RubberBandMouseHandler
| com.esri.aws.awx.map.handlers | RubberBandMouseHandler is used to zoom in to a specific area. | |
| SearchOptions
| com.esri.aws.services | Contains parameters for a search. | |
| SegmentDesc
| com.esri.aws.services | Contains requested descriptions for each segment of a route. | |
| SimpleSmoothPanMouseHandler
| com.esri.aws.awx.map.handlers | SimpleSmoothPanMouseHandler defines a basic pan and recenter mouse handler. | |
| Sinusoidal
| com.esri.aws.awx.map.projection | Sinusoidal projection -- Sinusoidal Equal Area, also called Mercator Equal Area projection. | |
| Site
| com.esri.aws.services | Contains the area of the report. | |
| SpatialBuffer
| com.esri.aws.services | The size of the zone around an input geometry in which to search for results. | |
| SpatialQueryActivator
| com.esri.aws.services | SpatialQueryActivator is the IBundle Activator that is responsible for creating and starting the SpatialQueryService Bundle. | |
| SpatialQueryOptions
| com.esri.aws.services | Contains parameters for Spatial Query Web Service. | |
| SquareMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | A simple square marker style that has a border and a fill. | |
| StandardGeography
| com.esri.aws.services | The standard geography of the site area for the report. | |
| StarMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | A simple star marker style that has a border and a fill. | |
| Stereographic
| com.esri.aws.awx.map.projection | Stereographic projection -- Used by the USGS for Arctic and Antarctic maps. | |
| ThematicColors
| com.esri.aws.services | The thematic color settings used to generate a thematic map. | |
| ThematicData
| com.esri.aws.services | Contains data and legend information for a custom thematic map. | |
| ThematicGroupLayer
| com.esri.aws.awx.map.layers | ThematicGroupLayer is a group layer that retrieves thematic maps from an ArcWeb Services Thematic Map Image data source. | |
| ThematicOptions
| com.esri.aws.services | Contains parameters for creating a thematic map. | |
| ThematicReportOptions
| com.esri.aws.services | Contains parameters for a thematic map report. | |
| ThematicVariableInfo
| com.esri.aws.services | Contains requested information about a variable in a Report Web Service database. | |
| TransverseMercator
| com.esri.aws.awx.map.projection | Transverse Mercator projection -- The most used projection family in the world: UTM, US State Plane, Gauss Kruger, etc. | |
| TriangleMarkerStyle
| com.esri.aws.awx.map.layers.overlays.style | A simple triangle marker style that has a border and a fill. | |
| UtilityActivator
| com.esri.aws.services | UtilityActivator is the IBundle Activator that is responsible for creating and starting the UtilityService Bundle. | |
| VectorGroupLayer
| com.esri.aws.awx.map.layers | VectorGroupLayer is a group layer that retrieves vector maps from an ArcWeb Services REST map data source. |