V | |
v1 | |
v1_0_0 | |
v1_1, OpenLayers. | |
v1_1_0 | |
v2 | |
v3 | |
v3.js | |
valid, Jx. | |
validate, Jx. | |
validateResolution, OpenLayers. | |
valueChanged, Jx. | |
Vector | |
vectorMode, OpenLayers. | |
vectorRoot, OpenLayers. | |
version | |
VERSION | |
VERSION_NUMBER | |
VersionedOGC, OpenLayers. | |
verticalResize, Jx. | |
viewPortDiv, OpenLayers.Map | |
VincentyConstants, Util | |
VirtualEarth, OpenLayers. | |
visible, OpenLayers. | |
visibleItem, Jx. | |
VML, OpenLayers. | |
W | |
warn, Fusion. | |
WFS | |
WFSCapabilities, OpenLayers. | |
WFSDescribeFeatureType, OpenLayers. | |
WFST, OpenLayers. | |
wheelChange | |
wheelDown | |
wheelListener, OpenLayers. | |
wheelObserver, OpenLayers. | |
wheelUp | |
wheelZoom, OpenLayers. | |
widgetSets, Fusion. | |
width, OpenLayers. | |
wildcarded, OpenLayers. | |
windowResize, Jx. | |
WKT, OpenLayers. | |
wktParser, OpenLayers. | |
WMS, OpenLayers. | |
WMS_LAYER_ADDED, Fusion. | |
wrapDateLine, OpenLayers. | |
write | |
writeFeatureIdNodes, OpenLayers. | |
writeIndent, OpenLayers. | |
writeNewline, OpenLayers. | |
writeNode, OpenLayers. | |
writeOgcExpression, OpenLayers. | |
writers OpenLayers. | |
writeSpace, OpenLayers. | |
writeSpatial |
Method that actually does the work of validating the fields in the form.
validate: function ()
Check if the capture box could display completely on current screen view port.
validateResolution: function()
invoked when the current value is changed
valueChanged: function()
Resize a vertically layed out container.
verticalResize: function()
{Boolean} Boolean indicating whether or not the popup is visible
visible: function()
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 )
Serialize a feature or array of features into a WKT string.
write: function( features )
writeFeatureIdNodes: function( filter, node )
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 )