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
 FeatureId, OpenLayers.Filter.FeatureId.OpenLayers.Filter
 featureIdToHex, OpenLayers.Renderer.Canvas
 fieldFailed, Jx.Plugin.Form.Validator
 fieldPassed, Jx.Plugin.Form.Validator
 fileUploadComplete, Jx.Panel.FileUpload
 fileUploadError, Jx.Panel.FileUpload
 fileUploadProgress, Jx.Panel.FileUpload
 Filter
 filterDelete, OpenLayers.Protocol.WFS.v1
 finalize
 finalizeInteriorRing, OpenLayers.Handler.Polygon
 finalizeItem, Jx.TreeItem
 findElement, OpenLayers.Event
 findFirstVisible, Jx.Toolbar.Container
 findMedianIndex, Jx.Sort.Quicksort
 findMedianOfMedians, Jx.Sort.Quicksort
 findPropertyStyles, OpenLayers.Style
 finishGeometry, OpenLayers.Handler.Polygon
 Fixed, OpenLayers.Strategy.Fixed.OpenLayers.Strategy
 FixedZoomLevels, OpenLayers.Layer.FixedZoomLevels.OpenLayers.Layer
 fixPadding, OpenLayers.Popup
 fixYahooEventPane, OpenLayers.Layer.Yahoo
 Format, OpenLayers.Format.OpenLayers
 formatOutput, OpenLayers.Control.MousePosition
 freehandMode, OpenLayers.Handler.Path
 freezeFeature, OpenLayers.Protocol.SQL.Gears
 fromArray, OpenLayers.LonLat
 fromMeter, Fusion
 fromString, OpenLayers.LonLat
 fromWKT, OpenLayers.Geometry.OpenLayers.Geometry
 fromWMSLayer, OpenLayers.Protocol.WFS
 fullExtents, Fusion.Widget.Map
 Function, OpenLayers.Filter.Function.OpenLayers.Filter
Constructor for features.
Creates an ogc:FeatureId rule.
featureIdToHex: function(featureId)
Convert a feature ID string into an RGB hex string.
fieldFailed: function (field,
validator)
Refires the fieldValidationFailed event from the field validators it contains
fieldPassed: function (field,
validator)
Refires the fieldValidationPassed event from the field validators it contains
fileUploadComplete: function (data,
file)
Called when a single file is uploaded completely .
fileUploadError: function (data,
filename)
Called when there is an error uploading a file.
fileUploadProgress: function (data,
file)
Function to pass progress information to the progressbar instance in the file.
This class represents a generic filter.
Create a new filter strategy.
filterDelete: function(filter,
options)
Send a request that deletes all features by their filter.
finalize: function()
Clean up the panel
finalize: function()
Clean up the TreeItem and remove all DOM references
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.
Clean up the TreeItem and remove all DOM references
findElement: function(event,
tagName)
findFirstVisible: function()
Finds the first visible button on the toolbar and saves a reference in the scroller object
findMedianIndex : function (left,
right,
shift)
findMedianOfMedians : function (left,
right)
Parameters: l eft - the left hand, or lower, bound of the sort right - the right hand, or upper, bound of the sort
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.
Create a new Fixed strategy.
Create a new fixed zoom levels layer.
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.
Instances of this class are not useful.
formatOutput: function(lonLat)
Override to provide custom display output
freehandMode: function(evt)
Determine whether to behave in freehand mode or not.
freezeFeature: function(feature)
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.
fromMeter: function(unit,
value)
Converts a length value from meters into native units.
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.
fullExtents: function()
sets the extent of the map to the max as returned by loadMap
Creates a filter function.
Close