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, OpenLayers.Map
 Z_ORDER_DRAWING_ORDER, OpenLayers.ElementsIndexer.IndexingMethods
 Z_ORDER_Y_ORDER, OpenLayers.ElementsIndexer.IndexingMethods
 zoomBoxKeyMask, OpenLayers.Control.Navigation
 zoomIn, OpenLayers.Map
 zoomLevels, OpenLayers.Layer.WorldWind
 zoomOut, OpenLayers.Map
 ZoomPanel, OpenLayers.Control.ZoomPanel.OpenLayers.Control
 zoomStopHeight, OpenLayers.Control.PanZoomBar
 zoomStopWidth, OpenLayers.Control.PanZoomBar
 zoomTo, OpenLayers.Map
 zoomToExtent, OpenLayers.Map
 zoomToMaxExtent, OpenLayers.Map
 zoomToScale, OpenLayers.Map
 zoomWheelEnabled, OpenLayers.Control.Navigation
 zoomWorldIcon, OpenLayers.Control.PanZoomBar
{Object} Base z-indexes for different classes of thing
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).
{Integer} OpenLayers.Handler key code of the key, which has to be pressed, while drawing the zoom box with the mouse on the screen.
zoomIn: function()
Number of zoom levels.
zoomOut: function()
Add the three zooming controls.
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