Function 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
W
 warn, OpenLayers. Console
 WFS, OpenLayers. Protocol
 WFST, OpenLayers. Format
 wheelChange, OpenLayers. Control. Navigation
 wheelDown, OpenLayers. Control. Navigation
 wheelUp, OpenLayers. Control. Navigation
 wheelZoom, OpenLayers. Handler. MouseWheel
 wrapDateLine
 write
 write_ol_MapExtension, OpenLayers. Format. WMC.v1
 write_wmc_FormatList, OpenLayers. Format. WMC.v1
 write_wmc_General, OpenLayers. Format. WMC.v1
 write_wmc_Layer
 write_wmc_LayerExtension, OpenLayers. Format. WMC.v1
 write_wmc_LayerList, OpenLayers. Format. WMC.v1
 write_wmc_MetadataURL, OpenLayers. Format. WMC.v1
 write_wmc_OnlineResource, OpenLayers. Format. WMC.v1
 write_wmc_Server, OpenLayers. Format. WMC.v1
 write_wmc_StyleList, OpenLayers. Format. WMC.v1
 writeIndent, OpenLayers. Format.JSON
 writeNewline, OpenLayers. Format.JSON
 writeNode, OpenLayers. Format.XML
 writeSpace, OpenLayers. Format.JSON
 writeSpatial
Z
 Z_ORDER, OpenLayers. ElementsIndexer. IndexingMethods
 Z_ORDER_DRAWING_ORDER, OpenLayers. ElementsIndexer. IndexingMethods
 Z_ORDER_Y_ORDER, OpenLayers. ElementsIndexer. IndexingMethods
 zoomBarDown, OpenLayers. Control. PanZoomBar
 zoomBarDrag, OpenLayers. Control. PanZoomBar
 zoomBarUp, OpenLayers. Control. PanZoomBar
 zoomBox, OpenLayers. Control. ZoomBox
 zoomBoxEnd, OpenLayers. Control. MouseDefaults
 zoomIn, OpenLayers.Map
 zoomOut, OpenLayers.Map
 zoomTo, OpenLayers.Map
 zoomToExtent, OpenLayers.Map
 zoomToMaxExtent, OpenLayers.Map
 zoomToScale, OpenLayers.Map
warn: function()
Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
OpenLayers.Protocol.WFS = function(options)
Used to create a versioned WFS protocol.
OpenLayers.Format.WFST = function(options)
Used to create a versioned WFS protocol.
wheelChange: function(evt,
deltaZ)
wheelDown: function(evt,
delta)
User spun scroll wheel down
wheelUp: function(evt,
delta)
User spun scroll wheel up
wheelZoom: function(e)
Given the wheel event, we carry out the appropriate zooming in or out, based on the ‘wheelDelta’ or ‘detail’ property of the event.
wrapDateLine: function(maxExtent,
options)
wrapDateLine: function(maxExtent)
write: function(object)
Accept an object, and return a string.
write: function(request)
Generate an ArcXml document string for sending to an ArcIMS server.
write: function(features)
Serialize or more feature nodes to Atom documents.
write: function(obj,
options)
Write a context document given a map.
write: function(options)
Given an configuration js object, write a CSWGetDomain request.
write: function(options)
Given an configuration js object, write a CSWGetRecords request.
write: function(filter,
options)
Write an ogc:Filter given a filter object.
write: function(filter)
write: function(obj,
pretty)
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(features)
Generate a GML document string given a list of features.
write: function(features)
write: function(features)
write: function(features)
write: function(value,
pretty)
Serialize an object into a JSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(features)
Takes a list of features, returns a serialized OSM format file for use in tools like JOSM.
write: function(context,
options)
write: function(sld,
options)
Write a SLD document given a list of styles.
write: function(sld)
write: function(options)
write: function(features)
Takes a feature list, and generates a WFS-T Transaction
write: function(features)
Given an array of features, write a WFS transaction.
write: function(features)
Serialize a feature or array of features into a WKT string.
write: function(context,
options)
write: function(node)
Serialize a DOM node into a XML string.
write_ol_MapExtension: function(context)
write_wmc_FormatList: function(context)
Create a FormatList node given a layer context.
write_wmc_General: function(context)
Create a General node given an context object.
write_wmc_Layer: function(context)
Create a Layer node given a layer context object.
write_wmc_Layer: function(context)
Create a Layer node given a layer context object.
write_wmc_Layer: function(context)
Create a Layer node given a layer context object.
write_wmc_LayerExtension: function(context)
Add OpenLayers specific layer parameters to an Extension element.
write_wmc_LayerList: function(context)
Create a LayerList node given an context object.
write_wmc_MetadataURL: function(metadataURL)
Create a MetadataURL node given a metadataURL string.
write_wmc_OnlineResource: function(href)
Create an OnlineResource node given a URL.
write_wmc_Server: function(context)
Create a Server node given a layer context object.
write_wmc_StyleList: function(layer)
Create a StyleList node given a layer context.
writeIndent: function()
Output an indentation string depending on the indentation level.
writeNewline: function()
Output a string representing a newline if in pretty printing mode.
writeNode: function(name,
obj,
parent)
Shorthand for applying one of the named writers and appending the results to a node.
writeSpace: function()
Output a string representing a space if in pretty printing mode.
writeSpatial: function(filter,
name)
Read a {OpenLayers.Filter.Spatial} filter and converts it into XML.
writeSpatial: function(filter,
name)
Read a {OpenLayers.Filter.Spatial} filter and converts it into XML.
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).
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.
zoomBox: function (position)
zoomBoxEnd: function(evt)
Zoombox function.
zoomIn: function()
zoomOut: function()
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
Close