W | |
warn, ALKMaps. | |
wheelChange, ALKMaps. | |
wheelDown, ALKMaps. | |
wheelUp, ALKMaps. | |
wheelZoom, ALKMaps. | |
wrapDateLine, ALKMaps. | |
write | |
writeIndent, ALKMaps. | |
writeNewline, ALKMaps. | |
writeNode, ALKMaps. | |
writeSpace, ALKMaps. | |
Z | |
Z_ORDER, ALKMaps. | |
Z_ORDER_DRAWING_ORDER, ALKMaps. | |
Z_ORDER_Y_ORDER, ALKMaps. | |
zoomBarDown, ALKMaps. | |
zoomBarDrag, ALKMaps. | |
zoomBarUp, ALKMaps. | |
zoomBox, ALKMaps. | |
zoomIn, ALKMaps.Map | |
zoomOut, ALKMaps.Map | |
zoomTo, ALKMaps.Map | |
zoomToExtent, ALKMaps.Map | |
zoomToMaxExtent, ALKMaps.Map | |
zoomToScale, ALKMaps.Map |
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, 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 )
Write a context document given a map.
write: function( obj, options )
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 )
Serialize an object into a JSON string.
write: function( value, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Serialize an ALKMaps.Filter objects using the “simple” filter syntax for query string parameters.
write: function( filter, params )
Serialize a feature or array of features into a WKT string.
write: function( features )
Serialize a DOM node into a XML string.
write: function( node )
Write a document.
write: function( obj, options )
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 )
Output a string representing a space if in pretty printing mode.
writeSpace: function()
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 )
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 )
zoomIn: function()
zoomOut: function()
Zoom to a specific zoom level
zoomTo: function( zoom )
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 )