| W | |
| warn, Fusion. | |
| WFS | |
| WFSCapabilities, OpenLayers. | |
| WFSDescribeFeatureType, OpenLayers. | |
| WFST, OpenLayers. | |
| wheelChange | |
| wheelDown | |
| wheelUp | |
| wheelZoom, OpenLayers. | |
| windowResize, Jx. | |
| WKT, OpenLayers. | |
| WMS, OpenLayers. | |
| write | |
| writeIndent, OpenLayers. | |
| writeNewline, OpenLayers. | |
| writeNode, OpenLayers. | |
| writeOgcExpression, OpenLayers. | |
| writeSpace, OpenLayers. | |
| writeSpatial | |
| X | |
| XML, OpenLayers. | |
| xml2json, Fusion | |
| XYZ, OpenLayers. | |
| Y | |
| Yahoo, OpenLayers. | |
| Z | |
| Z_ORDER, OpenLayers. | |
| zeroPad, OpenLayers. | |
| zoom, Fusion. | |
| zoomBox | |
| zoomBoxEnd, OpenLayers. | |
| zoomToScale, Fusion. | |
| zoomToSelection, Fusion. |
Displays a warning message on the Map Message notification bar
warn : function( message )
Used to create a versioned WFS protocol.
OpenLayers.Format.WFST = function( options )
handles mouse wheel events by accummulating the events and setting a timer to do the actual zoom in/out
wheelChange: function( evt, deltaZ )
wheelChange: function( evt, deltaZ )
User spun scroll wheel down
wheelDown: function( evt )
User spun scroll wheel down
wheelDown: function( evt, delta )
User spun scroll wheel up
wheelUp: function( evt )
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 )
when the window is resized, any Jx.Layout controlled elements that are direct children of the BODY element are resized
windowResize: function()
Accept an object, and return a string.
write: function( object )
write: function( filter )
write: function( features )
write: function( features )
write: function( features )
Given an array of features, write a WFS transaction.
write: function( features, 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 )
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 )
Callback method to convert the XHR response into an actual json object and triggers the call to the callback method
xml2json: function( callback, r, json )
This compare method is used by other comparison methods.
Z_ORDER: function( indexer, newNode, nextNode )
Create a zero padded string optionally with a radix for casting numbers.
zeroPad: function( num, len, radix )
sets the map zoom and extent.
zoom: function( fX, fY, nFactor )
zoomBox: function ( position )
Zoombox function.
zoomBoxEnd: function( evt )
Zooms to the specified scale
zoomToScale: function( fScale )
set the extents of the map based on the pixel coordinates passed
zoomToSelection: function( selection )