Writes a message to the console with the visual “warning” icon and color coding and a hyperlink to the line where it was called.
warn: function() 
Used to create a versioned WFS protocol.
OpenLayers.Format.WFST = function( options ) 
wheelChange: function( evt, deltaZ ) 
User spun scroll wheel down
wheelDown: function( evt, delta ) 
User spun scroll wheel up
wheelUp: function( evt, delta ) 
Given the wheel event, we carry out the appropriate zooming in or out, based on the ‘wheelDelta’ or ‘detail’ property of the event.
wheelZoom: function( e ) 
wrapDateLine: function( maxExtent ) 
Accept an object, and return a string.
write: function( object ) 
Generate an ArcXml document string for sending to an ArcIMS server.
write: function( request ) 
Serialize or more feature nodes to Atom documents.
write: function( features ) 
Write a context document given a map.
write: function( obj, options ) 
Given an configuration js object, write a CSWGetDomain request.
write: function( options ) 
Given an configuration js object, write a CSWGetRecords request.
write: function( options ) 
Serialize a feature or array of features into a WKT string.
write: function( features ) 
write: function( filter ) 
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function( obj, pretty ) 
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( features ) 
Accepts Feature Collection, and returns a string.
write: function( features, metadata ) 
Serialize an object into a JSON string.
write: function( value, pretty ) 
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( features ) 
write: function( context, options ) 
Serialize an OpenLayers.Filter objects using the “simple” filter syntax for query string parameters.
write: function( filter, params ) 
write: function( sld ) 
write: function( options ) 
write: function( options ) 
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, options ) 
Serialize a feature or array of features into a WKT string.
write: function( features ) 
write: function( context, options ) 
write: function( options ) 
write: function( request ) 
Serialize a DOM node into a XML string.
write: function( node ) 
Write a document.
write: function( obj, options ) 
write_ol_MapExtension: function( context ) 
write_wmc_ContactAddress: function( contactAddress ) 
write_wmc_ContactInformation: function( contact ) 
write_wmc_ContactPersonPrimary: function( personPrimary ) 
write_wmc_DimensionList: function( context ) 
Create a FormatList node given a layer context.
write_wmc_FormatList: function( context ) 
Create a General node given an context object.
write_wmc_General: function( context ) 
write_wmc_KeywordList: function( keywords ) 
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_Layer: function( context ) 
Add OpenLayers specific layer parameters to an Extension element.
write_wmc_LayerExtension: function( context ) 
Create a LayerList node given an context object.
write_wmc_LayerList: function( context ) 
Create an OnlineResource node given a URL.
write_wmc_OnlineResource: function( href ) 
Create a Server node given a layer context object.
write_wmc_Server: function( context ) 
Create a StyleList node given a layer context.
write_wmc_StyleList: function( layer ) 
Create a LogoURL/DescriptionURL/MetadataURL/DataURL/LegendURL node given a object and elementName.
write_wmc_URLType: function( elName, url, attr ) 
Output an indentation string depending on the indentation level.
writeIndent: function() 
Output a string representing a newline if in pretty printing mode.
writeNewline: function() 
Shorthand for applying one of the named writers and appending the results to a node.
writeNode: function( name, obj, parent ) 
Limited support for writing OGC expressions.
writeOgcExpression: function( value, node ) 
Output a string representing a space if in pretty printing mode.
writeSpace: function() 
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.
writeSpatial: function( filter, name ) 
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 ) 
Create a zero padded string optionally with a radix for casting numbers.
zeroPad: function( num, len, radix ) 
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 ) 
Handles the map’s zoomEnd event
zoomEnd: function( evt ) 
zoomIn: function() 
zoomOut: function() 
Zoom to a specific zoom level.
zoomTo: function( zoom, xy ) 
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 )