W | |
w, OpenLayers.Size | |
warn, OpenLayers. Console | |
WFS | |
wfsns, OpenLayers. Format.WFS | |
wheelChange, OpenLayers. Control. Navigation | |
wheelDown, OpenLayers. Control. Navigation | |
wheelListener, OpenLayers. Handler. MouseWheel | |
wheelObserver, OpenLayers. Control. MouseDefaults | |
wheelUp, OpenLayers. Control. Navigation | |
wheelZoom, OpenLayers. Handler. MouseWheel | |
width, OpenLayers. Geometry. Rectangle | |
WKT, OpenLayers. Format. WKT. OpenLayers. Format | |
wktParser, OpenLayers. Protocol. SQL. Gears | |
WMC, OpenLayers. Format. WMC. OpenLayers. Format | |
WMS, OpenLayers. Layer. WMS. OpenLayers. Layer | |
WorldWind, OpenLayers. Layer. WorldWind. OpenLayers. Layer | |
wrapDateLine | |
write OpenLayers. FormatOpenLayers. Format. FilterOpenLayers. Format. Filter.v1OpenLayers. Format. GeoJSONOpenLayers. Format. GeoRSSOpenLayers. Format.GMLOpenLayers. Format. GML.BaseOpenLayers. Format. GML.v2OpenLayers. Format. GML.v3OpenLayers. Format.JSONOpenLayers. Format.KMLOpenLayers. Format.OSMOpenLayers. Format.SLDOpenLayers. Format. SLD.v1OpenLayers. Format.WFSOpenLayers. Format.WKTOpenLayers. Format.WMCOpenLayers. Format. WMC.v1OpenLayers. Format.XML | |
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 | |
writers | |
writeSpace, OpenLayers. Format.JSON | |
X | |
x | |
X, OpenLayers. Control. PanZoom | |
xlinkns, OpenLayers. Renderer.SVG | |
XML, OpenLayers. Format. XML. OpenLayers. Format | |
xmldom, OpenLayers. Format.XML | |
xmlns | |
xy | |
Y | |
y | |
Y, OpenLayers. Control. PanZoom | |
Yahoo, OpenLayers. Layer. Yahoo. OpenLayers. Layer |
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()
wheelChange: function( evt, deltaZ )
User spun scroll wheel down
wheelDown: function( evt )
User spun scroll wheel up
wheelUp: function( evt )
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, options )
wrapDateLine: function( maxExtent )
Accept an object, and return a string.
write: function( object )
Write an ogc:Filter given a filter object.
write: function( filter, options )
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 )
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 a SLD document given a list of styles.
write: function( sld, options )
write: function( sld )
Takes a feature list, and generates a WFS-T Transaction
write: function( features )
Serialize a feature or array of features into a WKT string.
write: function( features )
Write a WMC document given a map.
write: function( obj, options )
write: function( context, options )
Serialize a DOM node into a XML string.
write: function( node )
write_ol_MapExtension: function( context )
Create a FormatList node given a layer.
write_wmc_FormatList: function( layer )
Create a General node given an context object.
write_wmc_General: function( context )
Create a Layer node given a layer object.
write_wmc_Layer: function( layer )
Create a Layer node given a layer object.
write_wmc_Layer: function( layer )
Add OpenLayers specific layer parameters to an Extension element.
write_wmc_LayerExtension: function( layer )
Create a LayerList node given an context object.
write_wmc_LayerList: function( context )
Create a MetadataURL node given a layer object.
write_wmc_MetadataURL: function( layer )
Create an OnlineResource node given a URL.
write_wmc_OnlineResource: function( href )
Create a Server node given a layer object.
write_wmc_Server: function( layer )
Create a StyleList node given a layer.
write_wmc_StyleList: function( layer )
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( parent, name, obj )
Shorthand for applying one of the named writers and appending the results to a node.
writeNode: function( parent, name, obj )
Shorthand for applying one of the named writers and appending the results to a node.
writeNode: function( name, obj, parent )
Output a string representing a space if in pretty printing mode.
writeSpace: function()