Index
$#! · 0-9 · 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
Z
 Z_INDEX_BASE, ALKMaps.Map
 Z_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 Z_ORDER_DRAWING_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 Z_ORDER_Y_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 zIndex, ALKMaps.Symbolizer
 zoom
 zoombarDiv, ALKMaps.Control.PanZoomBar
 zoomBarDown, ALKMaps.Control.PanZoomBar
 zoomBarDrag, ALKMaps.Control.PanZoomBar
 zoomBarUp, ALKMaps.Control.PanZoomBar
 zoomBox
 zoomBoxEnabled, ALKMaps.Control.Navigation
 zoomBoxKeyMask, ALKMaps.Control.Navigation
 zoomChanged, ALKMaps.Strategy.CustomPlaces
 Zoomify, ALKMaps.Layer.Zoomify.ALKMaps.Layer
 zoomIn, ALKMaps.Map
 zoomInId, ALKMaps.Control.Zoom
 zoomInText, ALKMaps.Control.Zoom
 zoomOffset, ALKMaps.Layer.BaseMap
 zoomOut, ALKMaps.Map
 zoomOutId, ALKMaps.Control.Zoom
 zoomOutText, ALKMaps.Control.Zoom
 ZoomPanel, ALKMaps.Control.ZoomPanel.ALKMaps.Control
 zoomStart, ALKMaps.Control.PanZoomBar
 zoomStopHeight, ALKMaps.Control.PanZoomBar
 zoomStopWidth, ALKMaps.Control.PanZoomBar
 zoomTo, ALKMaps.Map
 zoomToExtent, ALKMaps.Map
 zoomToMaxExtent, ALKMaps.Map
 zoomToScale, ALKMaps.Map
 zoomWheelEnabled, ALKMaps.Control.Navigation
 zoomWorldIcon, ALKMaps.Control.PanZoomBar
{Object} Base z-indexes for different classes of thing
Z_ORDER: function(indexer,
newNode,
nextNode)
This compare method is used by other comparison methods.
Z_ORDER_DRAWING_ORDER: function(indexer,
newNode,
nextNode)
This method orders nodes by their z-index, but does so in a way that, if there are other nodes with the same z-index, the newest drawn will be the front most within that z-index.
Z_ORDER_Y_ORDER: function(indexer,
newNode,
nextNode)
This one should really be called Z_ORDER_Y_ORDER_DRAWING_ORDER, as it best describes which ordering methods have precedence (though, the name would be too long).
{Number} The zIndex determines the rendering order for a symbolizer.
{int}
{Integer} The current zoom level of the map
{DOMElement}
zoomBarDown:function(evt)
event listener for clicks on the slider
zoomBarDrag:function(evt)
This is what happens when a click has occurred, and the client is dragging.
zoomBarUp:function(evt)
Perform cleanup when a mouseup event is received -- discover new zoom level and switch to it.
{ALKMaps.Control.ZoomBox}
zoomBox: function (position)
{Boolean} Whether the user can draw a box to zoom
{Integer} ALKMaps.Handler key code of the key, which has to be pressed, while drawing the zoom box with the mouse on the screen.
Indicator for zoom level changed or not.
zoomIn: function()
{String} Instead of having the control create a zoom in link, you can provide the identifier for an anchor element already added to the document.
{String} Text for zoom-in link.
{Number} If your cache has more zoom levels than you want to provide access to with this layer, supply a zoomOffset.
zoomOut: function()
{String} Instead of having the control create a zoom out link, you can provide the identifier for an anchor element already added to the document.
{String} Text for zoom-out link.
Add the three zooming controls.
{ALKMaps.Pixel}
zoomTo: function(zoom)
Zoom to a specific zoom level
zoomToExtent: function(bounds,
closest)
Zoom to the passed in bounds, recenter
zoomToMaxExtent: function(options)
Zoom to the full extent and recenter.
zoomToScale: function(scale,
closest)
Zoom to a specified scale
{Boolean} Whether the mousewheel should zoom the map
{Boolean}
Close