Z | |
Z_INDEX_BASE, OpenLayers.Map | |
Z_ORDER, OpenLayers. ElementsIndexer. IndexingMethods | |
Z_ORDER_DRAWING_ORDER, OpenLayers. ElementsIndexer. IndexingMethods | |
Z_ORDER_Y_ORDER, OpenLayers. ElementsIndexer. IndexingMethods | |
zoom, OpenLayers.Map | |
zoomBarDiv, OpenLayers. Control. PanZoomBar | |
zoomBarDown, OpenLayers. Control. PanZoomBar | |
zoomBarDrag, OpenLayers. Control. PanZoomBar | |
zoomBarUp, OpenLayers. Control. PanZoomBar | |
zoomBox | |
zoomBoxEnd, OpenLayers. Control. MouseDefaults | |
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 |
This compare method is used by other comparison methods.
Z_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_DRAWING_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).
Z_ORDER_Y_ORDER: function( indexer, newNode, nextNode )
event listener for clicks on the slider
zoomBarDown:function( evt )
This is what happens when a click has occurred, and the client is dragging.
zoomBarDrag:function( evt )
Perform cleanup when a mouseup event is received -- discover new zoom level and switch to it.
zoomBarUp:function( evt )
zoomBox: function ( position )
Zoombox function.
zoomBoxEnd: function( evt )
zoomIn: function()
zoomOut: function()
Zoom to a specific zoom level
zoomTo: function( zoom )
Zoom to the passed in bounds, recenter
zoomToExtent: function( bounds, closest )
Zoom to the full extent and recenter.
zoomToMaxExtent: function( options )
Zoom to a specified scale
zoomToScale: function( scale, closest )