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
X
 x
 X, OpenLayers.Control.PanZoom
 xlinkns
 XLS, OpenLayers.Format.XLS.OpenLayers.Format
 XML, OpenLayers.Format.XML.OpenLayers.Format
 xmldom, OpenLayers.Format.XML
 xmlns
 xOffset, OpenLayers.Renderer.Elements
 xy
 XYZ, OpenLayers.Layer.XYZ.OpenLayers.Layer
Y
 y
 Y, OpenLayers.Control.PanZoom
 Yahoo, OpenLayers.Layer.Yahoo.OpenLayers.Layer
 yx
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
 zeroPad
 zIndex, OpenLayers.Symbolizer
 zoom
 zoombarDiv, OpenLayers.Control.PanZoomBar
 zoomBarDown, OpenLayers.Control.PanZoomBar
 zoomBarDrag, OpenLayers.Control.PanZoomBar
 zoomBarUp, OpenLayers.Control.PanZoomBar
 zoomBox
 zoomBoxEnabled, OpenLayers.Control.Navigation
 zoomBoxEnd, OpenLayers.Control.MouseDefaults
 zoomBoxKeyMask, OpenLayers.Control.Navigation
 Zoomify, OpenLayers.Layer.Zoomify.OpenLayers.Layer
 zoomIn, OpenLayers.Map
 zoomInId, OpenLayers.Control.Zoom
 zoomInText, OpenLayers.Control.Zoom
 zoomLevels, OpenLayers.Layer.WorldWind
 zoomOffset
 zoomOut, OpenLayers.Map
 zoomOutId, OpenLayers.Control.Zoom
 zoomOutText, OpenLayers.Control.Zoom
 ZoomPanel, OpenLayers.Control.ZoomPanel.OpenLayers.Control
 zoomStart, OpenLayers.Control.PanZoomBar
 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
{float}
{Float}
{Number} The x coordinate
{Integer}
{String}
{String}
Create a new parser for XLS.
Construct an XML parser.
{XMLDom} If this browser uses ActiveX, this will be set to a XMLDOM object.
{String}
{String}
{String}
{String} XML Namespace URN
{Number} Offset to apply to the renderer viewport translation in x direction.
{Boolean} Order of the GML coordinate: true:(x,y) or false:(y,x) For GeoRSS the default is (y,x), therefore: false
{Boolean} Order of the GML coordinate: true:(x,y) or false:(y,x) For GeoRSS the default is (y,x), therefore: false
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{Boolean} Order of the GML coordinate true:(x,y) or false:(y,x) Changing is not recommended, a new Format should be instantiated.
{float}
{Float}
{Number} The y coordinate
{Integer}
{Object} Members in the yx object are used to determine if a CRS URN corresponds to a CRS with y,x axis order.
{Object} Members in the yx object are used to determine if a CRS URN corresponds to a CRS with y,x axis order.
{Object} Keys in this object are EPSG codes for which the axis order is to be reversed (yx instead of xy, LatLon instead of LonLat), with true as value.
{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).
zeroPad: function(num,
len,
radix)
Create a zero padded string optionally with a radix for casting numbers.
{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.
{OpenLayers.Control.ZoomBox}
zoomBox: function (position)
{Boolean} Whether the user can draw a box to zoom
zoomBoxEnd: function(evt)
Zoombox function.
{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()
{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.
{Integer} Number of zoom levels.
{Number} If your cache has more zoom levels than you want to provide access to with this layer, supply a zoomOffset.
{Number} If your cache has more levels than you want to provide access to with this layer, supply a zoomOffset.
{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.
{OpenLayers.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