| 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 | |
| zoomDuration — Property in class com.esri.ags.Map | |
| The length of time in milliseconds that the map will take to zoom from one extent to another [added in version 1.3]. | |
| zoomEnd — Event in class com.esri.ags.Map | |
| Fires when the zoom is complete. | |
| ZOOM_END — Constant static property in class com.esri.ags.events.ZoomEvent | |
Defines the value of the type property of a zoomEnd event object. |
|
| zoomEndHandler(event:com.esri.ags.events:ZoomEvent) — Method in class com.esri.ags.layers.Layer | |
| Finishes the zoom animation. | |
| ZoomEvent — Class in package com.esri.ags.events | |
| Represents event objects that are specific to the zooming (changing scale) of the map. | |
| ZoomEvent(type, extent:com.esri.ags.geometry:Extent, zoomFactor, level) — Constructor in class com.esri.ags.events.ZoomEvent | |
| Creates a new ZoomEvent. | |
| zoomFactor — Property in class com.esri.ags.events.ZoomEvent | |
| The zoom factor of the current zoom event. | |
| zoomIn() — Method in class com.esri.ags.Map | |
| Make the map zoom in. | |
| zoomIn — Event in class com.esri.ags.controls.Navigation | |
| Dispatched when user clicks the zoom in button. | |
| ZOOM_IN — Constant static property in class com.esri.ags.events.NavigationEvent | |
Defines the value of the type property of a zoomIn event object. |
|
| ZOOM_IN — Constant static property in class com.esri.ags.toolbars.Navigation | |
| Map zooms in. | |
| zoomOut() — Method in class com.esri.ags.Map | |
| Make the map zoom out. | |
| zoomOut — Event in class com.esri.ags.controls.Navigation | |
| Dispatched when user clicks the zoom out button. | |
| ZOOM_OUT — Constant static property in class com.esri.ags.events.NavigationEvent | |
Defines the value of the type property of a zoomOut event object. |
|
| ZOOM_OUT — Constant static property in class com.esri.ags.toolbars.Navigation | |
| Map zooms out. | |
| zoomSliderVisible — Property in class com.esri.ags.Map | |
| Displays the zoom slider of the map. | |
| zoomStart — Event in class com.esri.ags.Map | |
| Fires when a user commences zooming. | |
| ZOOM_START — Constant static property in class com.esri.ags.events.ZoomEvent | |
Defines the value of the type property of a zoomStart event object. |
|
| zoomStartHandler(event:com.esri.ags.events:ZoomEvent) — Method in class com.esri.ags.layers.Layer | |
| Prepares the zoom animation by taking a bitmap of the layer. | |
| zoomToFullExtent() — Method in class com.esri.ags.toolbars.Navigation | |
| Zoom to full extent of base layer. | |
| zoomToNextExtent() — Method in class com.esri.ags.toolbars.Navigation | |
| Zoom to next extent in extent history. | |
| zoomToPrevExtent() — Method in class com.esri.ags.toolbars.Navigation | |
| Zoom to previous extent in extent history. | |
| zoomUpdate — Event in class com.esri.ags.Map | |
| Fires during the zoom process. | |
| ZOOM_UPDATE — Constant static property in class com.esri.ags.events.ZoomEvent | |
Defines the value of the type property of a zoomUpdate event object. |
|
| zoomUpdateHandler(event:com.esri.ags.events:ZoomEvent) — Method in class com.esri.ags.layers.Layer | |
| Redraws the bitmap of the layer. | |
| 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 | |