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
F
 feature, OpenLayers.Format.GeoJSON.extract
 fetchLink, OpenLayers.Format.KML
 filter, OpenLayers.Array
 filterDelete, OpenLayers.Protocol.WFS.v1
 finalize
 findElement, OpenLayers.Event
 findLayers, OpenLayers.Control.WMSGetFeatureInfo
 findPropertyStyles, OpenLayers.Style
 fixPadding, OpenLayers.Popup
 fixYahooEventPane, OpenLayers.Layer.Yahoo
 format
 formatOutput, OpenLayers.Control.MousePosition
 forwardMercator, OpenLayers.Layer.SphericalMercator
 freehandMode, OpenLayers.Handler.Path
 freezeFeature, OpenLayers.Protocol.SQL.Gears
 fromArray, OpenLayers.Bounds
 fromSize, OpenLayers.Bounds
 fromString
 fromWKT, OpenLayers.Geometry.OpenLayers.Geometry
 fromWMSLayer, OpenLayers.Protocol.WFS
Return a partial GeoJSON object representing a single feature.
fetchLink: function(href)
Fetches a URL and returns the result
filter: function(array,
callback,
caller)
Filter an array.
filterDelete: function(filter,
options)
Send a request that deletes all features by their filter.
finalize: function(cancel)
Finish the geometry and call the “done” callback.
finalize: function()
Finish the geometry and call the “done” callback.
findElement: function(event,
tagName)
findLayers: function()
Internal method to get the layers, independent of whether we are inspecting the map or using a client-provided array
findPropertyStyles: function()
Looks into all rules for this style and the defaultStyle to collect all the style hash property names containing ${...}
fixPadding: function()
To be removed in 3.0, this function merely helps us to deal with the case where the user may have set an integer value for padding, instead of an OpenLayers.Bounds object.
fixYahooEventPane: function()
The map has been centered, so the mysterious yahoo eventpane has been added.
format: function(num,
dec,
tsep,
dsep)
Formats a number for output.
format: function(template,
context,
args)
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
formatOutput: function(lonLat)
Override to provide custom display output
forwardMercator: function(lon,
lat)
Given a lon,lat in EPSG:4326, return a point in Spherical Mercator.
freehandMode: function(evt)
Determine whether to behave in freehand mode or not.
freezeFeature: function(feature)
OpenLayers.Bounds.fromArray = function(bbox)
Alternative constructor that builds a new OpenLayers.Bounds from an array
OpenLayers.Bounds.fromSize = function(size)
Alternative constructor that builds a new OpenLayers.Bounds from a size
OpenLayers.Bounds.fromString = function(str)
Alternative constructor that builds a new OpenLayers.Bounds from a parameter string
OpenLayers.LonLat.fromString = function(str)
Alternative constructor that builds a new OpenLayers.LonLat from a parameter string
OpenLayers.Geometry.fromWKT = function(wkt)
Generate a geometry given a Well-Known Text string.
OpenLayers.Protocol.WFS.fromWMSLayer = function(layer,
options)
Convenience function to create a WFS protocol from a WMS layer.