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
 w, OpenLayers.Size
 warn, OpenLayers. Console
 WFS
 wfsns, OpenLayers. Format.WFS
 WKT, OpenLayers. Format. WKT. OpenLayers. Format
 WMC, OpenLayers. Format. WMC. OpenLayers. Format
 WMS, OpenLayers. Layer. WMS. OpenLayers. Layer
 WorldWind, OpenLayers. Layer. WorldWind. OpenLayers. Layer
 wrapDateLine
 write
X
 x
 X, OpenLayers. Control. PanZoom
 XML, OpenLayers. Format. XML. OpenLayers. Format
 xy
Y
 y
 Y, OpenLayers. Control. PanZoom
 Yahoo, OpenLayers. Layer. Yahoo. OpenLayers. Layer
Z
 Z_INDEX_BASE, OpenLayers.Map
 Z_ORDER_DRAWING_ORDER, OpenLayers. ElementsIndexer. IndexingMethods
 Z_ORDER_Y_ORDER, OpenLayers. ElementsIndexer. IndexingMethods
 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
{Number} width
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.
Create a WFS feature.
Create a WFS-T formatter.
Create a new parser for WKT
Create a new parser for WMC docs.
Create a new WMS layer object
wrapDateLine: function(maxExtent,
options)
{Boolean} #487 for more info.
wrapDateLine: function(maxExtent)
write: function(filter,
options)
Write an ogc:Filter given a filter object.
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(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(sld,
options)
Write a SLD document given a list of styles.
write: function(obj,
options)
Write a WMC document given a map.
write: function(node)
Serialize a DOM node into a XML string.
{float}
{Number} The x coordinate
{Integer}
Construct an XML parser.
{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.
{float}
{Number} The y coordinate
{Integer}
{Object} Base z-indexes for different classes of thing
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).
zoomIn: function()
Number of zoom levels.
zoomOut: function()
Add the three zooming controls.
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
Close