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, Fusion.MapMessage
 WFS
 WFSCapabilities, OpenLayers.Format.WFSCapabilities.OpenLayers.Format
 WFSDescribeFeatureType, OpenLayers.Format.WFSDescribeFeatureType.OpenLayers.Format
 WFST, OpenLayers.Format.XML.OpenLayers.Format
 wheelChange
 wheelDown
 wheelUp
 wheelZoom, OpenLayers.Handler.MouseWheel
 windowResize, Jx.Layout
 WKT, OpenLayers.Format.WKT.OpenLayers.Format
 WMS, OpenLayers.Layer.WMS.OpenLayers.Layer
 write
 writeFeatureIdNodes, OpenLayers.Format.Filter.v1
 writeIndent, OpenLayers.Format.JSON
 writeNewline, OpenLayers.Format.JSON
 writeNode, OpenLayers.Format.XML
 writeOgcExpression, OpenLayers.Format.Filter.v1
 writeSpace, OpenLayers.Format.JSON
 writeSpatial
X
 XML, OpenLayers.Format.XML.OpenLayers.Format
 xml2json, Fusion
 XYZ, OpenLayers.Layer.XYZ.OpenLayers.Layer
Y
 Yahoo, OpenLayers.Layer.Yahoo.OpenLayers.Layer
Z
 Z_ORDER, OpenLayers.ElementsIndexer.IndexingMethods
 zoom, Fusion.Widget.Map
 zoomBox
 zoomBoxEnd, OpenLayers.Control.MouseDefaults
 zoomToScale, Fusion.Widget.Map
 zoomToSelection, Fusion.Widget.ZoomToSelection
warn : function(message)
Displays a warning message on the Map Message notification bar
Create a WFS feature.
A class for giving layers WFS protocol.
Create a new parser for WFS capabilities.
Create a new parser for WFS DescribeFeatureType responses.
OpenLayers.Format.WFST = function(options)
Used to create a versioned WFS protocol.
wheelChange: function(evt,
deltaZ)
handles mouse wheel events by accummulating the events and setting a timer to do the actual zoom in/out
wheelChange: function(evt,
deltaZ)
wheelDown: function(evt)
User spun scroll wheel down
wheelDown: function(evt,
delta)
User spun scroll wheel down
wheelUp: function(evt)
User spun scroll wheel up
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.
windowResize: function()
when the window is resized, any Jx.Layout controlled elements that are direct children of the BODY element are resized
Create a new parser for WKT
Create a new WMS layer object
write: function(object)
Accept an object, and return a string.
write: function(filter)
write: function(features)
write: function(features)
write: function(features)
write: function(features,
options)
Given an array of features, write a WFS transaction.
write: function(features)
Serialize a feature or array of features into a WKT string.
writeFeatureIdNodes: function(filter,
node)
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.
writeOgcExpression: function(value,
node)
Limited support for writing OGC expressions.
writeSpace: function()
Output a string representing a space if in pretty printing mode.
writeSpatial: function(filter,
name)
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.
Construct an XML parser.
xml2json: function(callback,
r,
json)
Callback method to convert the XHR response into an actual json object and triggers the call to the callback method
Z_ORDER: function(indexer,
newNode,
nextNode)
This compare method is used by other comparison methods.
zoom: function(fX,
fY,
nFactor)
sets the map zoom and extent.
zoomBox: function (position)
zoomBoxEnd: function(evt)
Zoombox function.
zoomToScale: function(fScale)
Zooms to the specified scale
zoomToSelection: function(selection)
set the extents of the map based on the pixel coordinates passed
Close