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, ALKMaps.Console
 wheelChange, ALKMaps.Control.Navigation
 wheelDown, ALKMaps.Control.Navigation
 wheelUp, ALKMaps.Control.Navigation
 wheelZoom, ALKMaps.Handler.MouseWheel
 wrapDateLine, ALKMaps.LonLat
 write
 writeIndent, ALKMaps.Format.JSON
 writeNewline, ALKMaps.Format.JSON
 writeNode, ALKMaps.Format.XML
 writeSpace, ALKMaps.Format.JSON
Z
 Z_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 Z_ORDER_DRAWING_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 Z_ORDER_Y_ORDER, ALKMaps.ElementsIndexer.IndexingMethods
 zoomBarDown, ALKMaps.Control.PanZoomBar
 zoomBarDrag, ALKMaps.Control.PanZoomBar
 zoomBarUp, ALKMaps.Control.PanZoomBar
 zoomBox, ALKMaps.Control.ZoomBox
 zoomIn, ALKMaps.Map
 zoomOut, ALKMaps.Map
 zoomTo, ALKMaps.Map
 zoomToExtent, ALKMaps.Map
 zoomToMaxExtent, ALKMaps.Map
 zoomToScale, ALKMaps.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.
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)
write: function(object)
Accept an object, and return a string.
write: function(obj,
options)
Write a context document given a map.
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(value,
pretty)
Serialize an object into a JSON string.
write: function(features)
Accept Feature Collection, and return a string.
write: function(filter,
params)
Serialize an ALKMaps.Filter objects using the “simple” filter syntax for query string parameters.
write: function(features)
Serialize a feature or array of features into a WKT string.
write: function(node)
Serialize a DOM node into a XML string.
write: function(obj,
options)
Write a document.
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.
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)
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