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
 failure, OpenLayers.Control.Geolocate
 False, OpenLayers.Function
 feature, OpenLayers.Format.GeoJSON.extract
 featureIdToHex, OpenLayers.Renderer.Canvas
 fetch, OpenLayers.Control.CacheRead
 fetchLink, OpenLayers.Format.KML
 filter, OpenLayers.Array
 filterDelete, OpenLayers.Protocol.WFS.v1
 filterToParams
 finalize
 finalizeInteriorRing, OpenLayers.Handler.Polygon
 findElement, OpenLayers.Event
 findLayers
 findPropertyStyles, OpenLayers.Style
 finishGeometry
 finishSketch, OpenLayers.Control.DrawFeature
 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
 fromSize, OpenLayers.Bounds
 fromString
 fromWKT, OpenLayers.Geometry.OpenLayers.Geometry
 fromWMSLayer, OpenLayers.Protocol.WFS
failure: function (error)
method called on browser’s geolocation failure
False : function()
A simple function to that just does “return false”.
Return a partial GeoJSON object representing a single feature.
featureIdToHex: function(featureId)
Convert a feature ID string into an RGB hex string.
fetch: function(evt)
Listener to the fetchEvent event.
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.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
Optional method to translate an OpenLayers.Filter object into an object that can be serialized as request query string provided.
finalize: function(cancel)
Finish the geometry and call the “done” callback.
finalize: function()
Finish the geometry and call the “done” callback.
finalizeInteriorRing: function()
Enforces that new ring has some area and doesn’t contain vertices of any other rings.
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
findLayers: function()
Internal method to get the layers, independent of whether we are inspecting the map or using a client-provided array
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 ${...}
finishGeometry: function()
Finish the geometry and send it back to the control.
finishGeometry: function()
Finish the geometry and send it back to the control.
finishSketch: function()
Finishes the sketch without including the currently drawn point.
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
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,
reverseAxisOrder)
Alternative constructor that builds a new OpenLayers.Bounds from an array
OpenLayers.LonLat.fromArray = function(arr)
Alternative constructor that builds a new OpenLayers.LonLat from an array of two numbers that represent lon- and lat-values.
OpenLayers.Bounds.fromSize = function(size)
Alternative constructor that builds a new OpenLayers.Bounds from a size
OpenLayers.Bounds.fromString = function(str,
reverseAxisOrder)
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.
Close